Home
last modified time | relevance | path

Searched refs:GL_EXT_unpack_subimage (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/package/weston/
H A D0003-Revert-gl-renderer-require-GL_EXT_unpack_subimage.patch4 Subject: [PATCH 03/79] Revert "gl-renderer: require GL_EXT_unpack_subimage"
74 - !weston_check_egl_extension(extensions, "GL_EXT_unpack_subimage")) {
75 - weston_log("GL_EXT_unpack_subimage not available.\n");
79 + weston_check_egl_extension(extensions, "GL_EXT_unpack_subimage"))
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0003-Revert-gl-renderer-require-GL_EXT_unpack_subimage.patch4 Subject: [PATCH 03/93] Revert "gl-renderer: require GL_EXT_unpack_subimage"
74 - !weston_check_egl_extension(extensions, "GL_EXT_unpack_subimage")) {
75 - weston_log("GL_EXT_unpack_subimage not available.\n");
79 + weston_check_egl_extension(extensions, "GL_EXT_unpack_subimage"))
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0062-Revert-gl-renderer-require-GL_EXT_unpack_subimage.patch4 Subject: [PATCH 62/79] Revert "gl-renderer: require GL_EXT_unpack_subimage"
73 - !weston_check_egl_extension(extensions, "GL_EXT_unpack_subimage")) {
74 - weston_log("GL_EXT_unpack_subimage not available.\n");
78 + weston_check_egl_extension(extensions, "GL_EXT_unpack_subimage"))
/OK3568_Linux_fs/external/libmali/include/GLES2/
H A Dgl2ext.h2252 #ifndef GL_EXT_unpack_subimage
2253 #define GL_EXT_unpack_subimage 1 macro
/OK3568_Linux_fs/external/xserver/
H A DChangeLog36429 Check for GL_EXT_unpack_subimage and GL_NV_pack_subimage to