| /openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/ |
| H A D | 0003-viv-fb-Make-sure-config.h-is-included.patch | 12 gst-libs/gst/gl/gl-prelude.h | 4 ++++ 15 diff --git a/gst-libs/gst/gl/gl-prelude.h b/gst-libs/gst/gl/gl-prelude.h 17 --- a/gst-libs/gst/gl/gl-prelude.h 18 +++ b/gst-libs/gst/gl/gl-prelude.h
|
| /openbmc/qemu/hw/display/ |
| H A D | virtio-gpu-gl.c | 32 VirtIOGPUGL *gl = VIRTIO_GPU_GL(g); in virtio_gpu_gl_update_cursor_data() local 36 if (gl->renderer_state != RS_INITED) { in virtio_gpu_gl_update_cursor_data() 66 VirtIOGPUGL *gl = VIRTIO_GPU_GL(vdev); in virtio_gpu_gl_handle_ctrl() local 73 switch (gl->renderer_state) { in virtio_gpu_gl_handle_ctrl() 79 gl->renderer_state = RS_INIT_FAILED; in virtio_gpu_gl_handle_ctrl() 83 gl->renderer_state = RS_INITED; in virtio_gpu_gl_handle_ctrl() 107 VirtIOGPUGL *gl = VIRTIO_GPU_GL(vdev); in virtio_gpu_gl_reset() local 115 if (gl->renderer_state == RS_INITED) { in virtio_gpu_gl_reset() 117 gl->renderer_state = RS_RESET; in virtio_gpu_gl_reset() 167 VirtIOGPUGL *gl = VIRTIO_GPU_GL(qdev); in virtio_gpu_gl_device_unrealize() local [all …]
|
| H A D | meson.build | 82 if_true: [files('virtio-gpu-gl.c', 'virtio-gpu-virgl.c'), pixman, virgl]) 83 hw_display_modules += {'virtio-gpu-gl': virtio_gpu_gl_ss} 105 if_true: [files('virtio-gpu-pci-gl.c'), pixman]) 106 hw_display_modules += {'virtio-gpu-pci-gl': virtio_gpu_pci_gl_ss} 129 if_true: [files('virtio-vga-gl.c'), pixman]) 132 hw_display_modules += {'virtio-vga-gl': virtio_vga_gl_ss}
|
| H A D | virtio-gpu-virgl.c | 78 VirtIOGPUGL *gl; in virtio_gpu_virgl_hostmem_region_free() local 91 gl = VIRTIO_GPU_GL(vmr->g); in virtio_gpu_virgl_hostmem_region_free() 92 qemu_bh_schedule(gl->cmdq_resume_bh); in virtio_gpu_virgl_hostmem_region_free() 1088 VirtIOGPUGL *gl = VIRTIO_GPU_GL(g); in virtio_gpu_print_stats() local 1103 timer_mod(gl->print_stats, qemu_clock_get_ms(QEMU_CLOCK_VIRTUAL) + 1000); in virtio_gpu_print_stats() 1109 VirtIOGPUGL *gl = VIRTIO_GPU_GL(g); in virtio_gpu_fence_poll() local 1114 timer_mod(gl->fence_poll, qemu_clock_get_ms(QEMU_CLOCK_VIRTUAL) + 10); in virtio_gpu_fence_poll() 1142 VirtIOGPUGL *gl = VIRTIO_GPU_GL(g); in virtio_gpu_virgl_init() local 1167 gl->fence_poll = timer_new_ms(QEMU_CLOCK_VIRTUAL, in virtio_gpu_virgl_init() 1171 gl->print_stats = timer_new_ms(QEMU_CLOCK_VIRTUAL, in virtio_gpu_virgl_init() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/glmark2/ |
| H A D | glmark2_git.bb | 36 PACKAGECONFIG[x11-gl] = ",,virtual/libgl virtual/libx11" 38 PACKAGECONFIG[drm-gl] = ",,virtual/libgl libdrm virtual/libgbm" 40 PACKAGECONFIG[wayland-gl] = ",,virtual/libgl wayland" 49 if "x11-gl" in packageconfig: 50 flavors.append("x11-gl") 53 if "wayland-gl" in packageconfig: 54 flavors.append("wayland-gl") 57 if "drm-gl" in packageconfig: 58 flavors.append("drm-gl")
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/glmark2/files/ |
| H A D | 0003-GLVisualConfig-By-default-don-t-care-about-the-stenc.patch | 15 src/gl-visual-config.cpp | 9 ++++++--- 16 src/gl-visual-config.h | 2 +- 33 diff --git a/src/gl-visual-config.cpp b/src/gl-visual-config.cpp 35 --- a/src/gl-visual-config.cpp 36 +++ b/src/gl-visual-config.cpp 71 diff --git a/src/gl-visual-config.h b/src/gl-visual-config.h 73 --- a/src/gl-visual-config.h 74 +++ b/src/gl-visual-config.h
|
| /openbmc/openbmc/meta-raspberrypi/conf/machine/include/ |
| H A D | rpi-default-providers.inc | 7 …R_virtual/libgl ?= "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "mesa", "mesa-gl", d)}" 8 …ER_virtual/mesa ?= "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "mesa", "mesa-gl", d)}" 9 …_virtual/libgbm ?= "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "mesa", "mesa-gl", d)}"
|
| /openbmc/qemu/ui/ |
| H A D | console.c | 241 if (con->gl && con->gl->ops->dpy_gl_ctx_create_texture) { in dpy_gfx_create_texture() 242 con->gl->ops->dpy_gl_ctx_create_texture(con->gl, surface); in dpy_gfx_create_texture() 248 if (con->gl && con->gl->ops->dpy_gl_ctx_destroy_texture) { in dpy_gfx_destroy_texture() 249 con->gl->ops->dpy_gl_ctx_destroy_texture(con->gl, surface); in dpy_gfx_destroy_texture() 256 if (con->gl && con->gl->ops->dpy_gl_ctx_update_texture) { in dpy_gfx_update_texture() 257 con->gl->ops->dpy_gl_ctx_update_texture(con->gl, surface, x, y, w, h); in dpy_gfx_update_texture() 554 return con->gl != NULL; in console_has_gl() 578 !con->gl->ops->dpy_gl_ctx_is_compatible_dcl(con->gl, dcl)) { in console_compatible_with() 665 void qemu_console_set_display_gl_ctx(QemuConsole *con, DisplayGLCtx *gl) in qemu_console_set_display_gl_ctx() argument 669 if (con->gl) { in qemu_console_set_display_gl_ctx() [all …]
|
| H A D | sdl2-gl.c | 150 if (scon->opts->gl == DISPLAY_GL_MODE_ON || in sdl2_gl_create_context() 151 scon->opts->gl == DISPLAY_GL_MODE_CORE) { in sdl2_gl_create_context() 154 } else if (scon->opts->gl == DISPLAY_GL_MODE_ES) { in sdl2_gl_create_context() 166 if (!ctx && scon->opts->gl == DISPLAY_GL_MODE_ON) { in sdl2_gl_create_context()
|
| H A D | console-priv.h | 25 DisplayGLCtx *gl; member
|
| /openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
| H A D | 3002-fix-EGL-macro-undeclared-and-EGLImageKHR.patch | 57 - const EGLImage image = tc->gl->egl.createImageKHR(tc->gl, EGL_LINUX_DMA_BUF_EXT, NULL, att… 58 + const EGLImageKHR image = tc->gl->egl.createImageKHR(tc->gl, EGL_LINUX_DMA_BUF_EXT, NULL, …
|
| H A D | 3004-use-GLESv2-headers-over-GL-headers.patch | 35 -# include <GL/gl.h> 49 # include <OpenGL/gl.h> 51 -# include <GL/gl.h>
|
| /openbmc/openbmc/meta-arm/ci/ |
| H A D | download-lockfile.py | 25 gl = gitlab.Gitlab(args.server) variable 26 project = gl.projects.get(args.project)
|
| /openbmc/openbmc/poky/meta/recipes-multimedia/webp/ |
| H A D | libwebp_1.5.0.bb | 50 PACKAGECONFIG[gl] = "--enable-gl,--disable-gl,mesa-glut"
|
| /openbmc/qemu/target/sparc/ |
| H A D | win_helper.c | 322 return env->glregs + (env->gl & 7) * 8; in get_gregset() 340 static inline uint64_t *get_gl_gregset(CPUSPARCState *env, uint32_t gl) in get_gl_gregset() argument 342 return env->glregs + (gl & 7) * 8; in get_gl_gregset() 350 dst = get_gl_gregset(env, env->gl); in cpu_gl_switch_gregs() 361 env->gl = new_gl & 7; in helper_wrgl() 435 env->gl = new_gl; in helper_done() 464 env->gl = new_gl; in helper_retry()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/ |
| H A D | opengl-es-cts_3.2.12.0.bb | 5 SRCREV_vk-gl-cts = "42e61858e862e153cd0fe36593a8c3f7c16c3275" 9 …_BUILD_TARGETS="cts-runner deqp-egl deqp-gles2 deqp-gles3 deqp-gles31 deqp-gl-shared de-internal-t…
|
| /openbmc/webui-vue/tests/unit/Global/__snapshots__/ |
| H A D | LoadingBar.spec.js.snap | 1 // Jest Snapshot v1, https://goo.gl/fbAQLP
|
| H A D | PageContainer.spec.js.snap | 1 // Jest Snapshot v1, https://goo.gl/fbAQLP
|
| H A D | TableCellCount.spec.js.snap | 1 // Jest Snapshot v1, https://goo.gl/fbAQLP
|
| H A D | PageSection.spec.js.snap | 1 // Jest Snapshot v1, https://goo.gl/fbAQLP
|
| H A D | PageTitle.spec.js.snap | 1 // Jest Snapshot v1, https://goo.gl/fbAQLP
|
| /openbmc/openbmc/meta-raspberrypi/recipes-graphics/mesa/ |
| H A D | libglu_%.bbappend | 1 …nd graphic KHR/khrplatform.h is provided by userland but virtual/libgl is provided by mesa-gl where
|
| /openbmc/openbmc/meta-raspberrypi/recipes-graphics/libva/ |
| H A D | libva_%.bbappend | 1 …nd graphic KHR/khrplatform.h is provided by userland but virtual/libgl is provided by mesa-gl where
|
| /openbmc/openbmc/meta-raspberrypi/recipes-graphics/libsdl2/ |
| H A D | libsdl2_%.bbappend | 3 …nd graphic KHR/khrplatform.h is provided by userland but virtual/libgl is provided by mesa-gl where
|
| /openbmc/openbmc/meta-raspberrypi/recipes-graphics/xorg-xserver/ |
| H A D | xserver-xorg_%.bbappend | 3 …nd graphic KHR/khrplatform.h is provided by userland but virtual/libgl is provided by mesa-gl where
|