Home
last modified time | relevance | path

Searched refs:gbm (Results 1 – 16 of 16) 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/waffle/
H A Dwaffle_1.8.0.bb26 … ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gbm surfaceless-egl', '', d)} \
39 # wants gbm.pc egl.pc
40 PACKAGECONFIG[gbm] = "-Dgbm=enabled,-Dgbm=disabled,virtual/${MLPREFIX}egl virtual/${MLPREFIX}libgbm…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/mplayer/
H A Dmpv_0.35.1.bb50 PACKAGECONFIG[gbm] = "--enable-gbm,--disable-gbm,virtual/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/qemu/contrib/vhost-user-gpu/
H A Dmeson.build3 dependencies: [qemuutil, pixman, gbm, virgl, vhost_user, opengl],
/openbmc/qemu/ui/
H A Dmeson.build63 opengl_ss.add(gbm, pixman)
72 if_true: [files('egl-headless.c'), gbm])
104 ), opengl, gbm, pixman])
/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()
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()
2457 return gbm.pixels; in stbtt_GetGlyphBitmapSubpixel()
2474 gbm.w = out_w; in stbtt_MakeGlyphBitmapSubpixel()
2475 gbm.h = out_h; in stbtt_MakeGlyphBitmapSubpixel()
[all …]
/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-graphics/mesa/
H A Dmesa.inc47 ${@bb.utils.contains('PACKAGECONFIG', 'gbm', 'virtual/libgbm', '', d)} \
88 ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'opengl egl gles gbm virgl', '', d)} \
96 # "gbm" requires "opengl"
97 PACKAGECONFIG[gbm] = "-Dgbm=enabled,-Dgbm=disabled"
253 rm -f ${D}${libdir}/gbm/*.la
349 FILES:libgbm-dev = "${libdir}/libgbm.* ${libdir}/pkgconfig/gbm.pc ${includedir}/gbm.h"
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/
H A Dgstreamer1.0-plugins-base_1.22.11.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.build1443 gbm = not_found variable
1445 gbm = dependency('gbm', method: 'pkg-config', required: false) variable
1447 have_vhost_user_gpu = have_vhost_user_gpu and virgl.found() and opengl.found() and gbm.found()
2124 config_host_data.set('CONFIG_GBM', gbm.found())
4366 summary_info += {'GBM': gbm}
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dnew-recipe.rst1014 - ``virtual/libgbm``: Provides ``gbm.pc``.