/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr/ |
H A D | 0001-screencast-Fix-build-with-older-mesa.patch | 24 - 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 D | 0001-vrend-Fix-int-conversion-fatal-build-error-with-GCC-.patch | 11 … (EGLNativeDisplayType)egl->gbm->device, NULL); 33 - (EGLNativeDisplayType)egl->gbm->devic… 34 + (EGLNativeDisplayType*)egl->gbm->devi…
|
/openbmc/openbmc/poky/meta/recipes-graphics/waffle/ |
H A D | waffle_1.8.1.bb | 25 … ${@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 D | 0001-meson.build-make-fbpdf-build-optional.patch | 25 -gbm_dep = dependency('gbm') 27 +gbm_dep = dependency('gbm', required: get_option('pdf'))
|
H A D | 0002-meson.build-add-features-options-for-png-gif-tiff-we.patch | 20 gbm_dep = dependency('gbm')
|
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/mesa/ |
H A D | mesa-gl.bbappend | 1 PACKAGECONFIG:append:rpi = " gbm"
|
/openbmc/u-boot/drivers/video/ |
H A D | stb_truetype.h | 2423 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 D | meson.build | 63 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 D | meson.build | 3 dependencies: [qemuutil, pixman, gbm, virgl, vhost_user, opengl],
|
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/ |
H A D | mesa.inc | 49 ${@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 D | mpv_0.39.0.bb | 42 ${@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 D | qtbase_%.bbappend | 5 PACKAGECONFIG_GL:append:rpi = " gbm"
|
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/ |
H A D | gstreamer1.0-plugins-base_1.24.10.bb | 68 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 D | kmscube_git.bb | 1 SUMMARY = "Demo application to showcase 3D graphics using kms and gbm"
|
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/ |
H A D | weston.ini | 6 #gbm-format=xrgb2101010
|
/openbmc/qemu/ |
H A D | meson.build | 1738 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 D | new-recipe.rst | 1014 - ``virtual/libgbm``: Provides ``gbm.pc``.
|