Home
last modified time | relevance | path

Searched refs:gbm (Results 1 – 17 of 17) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr/
H A D0001-screencast-Fix-build-with-older-mesa.patch24 - struct gbm_bo *bo = gbm_bo_create_with_modifiers2(cast->ctx->gbm,
25 + struct gbm_bo *bo = gbm_bo_create_with_modifiers(cast->ctx->gbm,
30 + bo = gbm_bo_create(cast->ctx->gbm,
44 - buffer->bo = gbm_bo_create_with_modifiers2(cast->ctx->gbm, frame_info->width, frame_info->heigh…
46 + buffer->bo = gbm_bo_create_with_modifiers(cast->ctx->gbm, frame_info->width, frame_info->height,
/openbmc/openbmc/poky/meta/recipes-graphics/virglrenderer/virglrenderer/
H A D0001-vrend-Fix-int-conversion-fatal-build-error-with-GCC-.patch11 … (EGLNativeDisplayType)egl->gbm->device, NULL);
33 - (EGLNativeDisplayType)egl->gbm->devic…
34 + (EGLNativeDisplayType*)egl->gbm->devi…
/openbmc/openbmc/poky/meta/recipes-graphics/waffle/
H A Dwaffle_1.8.1.bb25 … ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gbm surfaceless-egl', '', d)} \
38 # wants gbm.pc egl.pc
39 PACKAGECONFIG[gbm] = "-Dgbm=enabled,-Dgbm=disabled,virtual/${MLPREFIX}egl virtual/${MLPREFIX}libgbm…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/
H A D0001-meson.build-make-fbpdf-build-optional.patch25 -gbm_dep = dependency('gbm')
27 +gbm_dep = dependency('gbm', required: get_option('pdf'))
H A D0002-meson.build-add-features-options-for-png-gif-tiff-we.patch20 gbm_dep = dependency('gbm')
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/mesa/
H A Dmesa-gl.bbappend1 PACKAGECONFIG:append:rpi = " gbm"
/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h2423 stbtt__bitmap gbm; in stbtt_GetGlyphBitmapSubpixel() local
2439 gbm.w = (ix1 - ix0); in stbtt_GetGlyphBitmapSubpixel()
2440 gbm.h = (iy1 - iy0); in stbtt_GetGlyphBitmapSubpixel()
2441 gbm.pixels = NULL; // in case we error in stbtt_GetGlyphBitmapSubpixel()
2443 if (width ) *width = gbm.w; in stbtt_GetGlyphBitmapSubpixel()
2444 if (height) *height = gbm.h; in stbtt_GetGlyphBitmapSubpixel()
2448 if (gbm.w && gbm.h) { in stbtt_GetGlyphBitmapSubpixel()
2449 gbm.pixels = (unsigned char *) STBTT_malloc(gbm.w * gbm.h, info->userdata); in stbtt_GetGlyphBitmapSubpixel()
2450 if (gbm.pixels) { in stbtt_GetGlyphBitmapSubpixel()
2451 gbm.stride = gbm.w; in stbtt_GetGlyphBitmapSubpixel()
[all …]
/openbmc/qemu/ui/
H A Dmeson.build63 opengl_ss.add(gbm, pixman)
72 if_true: [files('egl-headless.c'), gbm])
102 ), opengl, gbm, pixman, dbus_display1])
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dmeson.build3 dependencies: [qemuutil, pixman, gbm, virgl, vhost_user, opengl],
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/
H A Dmesa.inc49 ${@bb.utils.contains('PACKAGECONFIG', 'gbm', 'virtual/libgbm', '', d)} \
90 ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'opengl egl gles gbm virgl', '', d)} \
98 # "gbm" requires "opengl"
99 PACKAGECONFIG[gbm] = "-Dgbm=enabled,-Dgbm=disabled"
258 rm -f ${D}${libdir}/gbm/*.la
354 FILES:libgbm-dev = "${libdir}/libgbm.* ${libdir}/pkgconfig/gbm.pc ${includedir}/gbm.h"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/mplayer/
H A Dmpv_0.39.0.bb42 ${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'drm gbm', '', d)} \
50 PACKAGECONFIG[gbm] = "-Dgbm=enabled,-Dgbm=disabled,virtual/libgbm"
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/qt5-layer/recipes-qt/qt5/
H A Dqtbase_%.bbappend5 PACKAGECONFIG_GL:append:rpi = " gbm"
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/
H A Dgstreamer1.0-plugins-base_1.24.10.bb68 PACKAGECONFIG[gbm] = ",,virtual/libgbm libgudev libdrm"
73 OPENGL_WINSYS = "${@bb.utils.filter('PACKAGECONFIG', 'x11 gbm wayland dispmanx egl viv-fb', d)}"
/openbmc/openbmc/poky/meta/recipes-graphics/kmscube/
H A Dkmscube_git.bb1 SUMMARY = "Demo application to showcase 3D graphics using kms and gbm"
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/
H A Dweston.ini6 #gbm-format=xrgb2101010
/openbmc/qemu/
H A Dmeson.build1738 gbm = not_found variable
1740 gbm = dependency('gbm', method: 'pkg-config', required: false) variable
1742 have_vhost_user_gpu = have_vhost_user_gpu and virgl.found() and opengl.found() and gbm.found()
2441 config_host_data.set('CONFIG_GBM', gbm.found())
4787 summary_info += {'GBM': gbm}
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dnew-recipe.rst1014 - ``virtual/libgbm``: Provides ``gbm.pc``.