Searched refs:gl_version (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0062-Revert-gl-renderer-require-GL_EXT_unpack_subimage.patch | 72 - if (gr->gl_version < gr_gl_version(3, 0) && 77 + if (gr->gl_version >= gr_gl_version(3, 0) || 81 if (gr->gl_version >= gr_gl_version(3, 0) || 84 gr_gl_version_minor(gr->gl_version));
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor.c | 381 glamor_check_instruction_count(int gl_version) in glamor_check_instruction_count() argument 389 if (gl_version < 30) { in glamor_check_instruction_count() 622 int gl_version; in glamor_init() local 687 gl_version = epoxy_gl_version(); in glamor_init() 691 gl_version >= 31 && !epoxy_has_gl_extension("GL_ARB_compatibility"); in glamor_init() 742 if (gl_version < 21) { in glamor_init() 753 if (!glamor_check_instruction_count(gl_version)) in glamor_init() 764 if (gl_version < 20) { in glamor_init() 816 glamor_priv->can_copyplane = (gl_version >= 30); in glamor_init() 842 (glamor_priv->is_gles && gl_version >= 30)); in glamor_init()
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0003-Revert-gl-renderer-require-GL_EXT_unpack_subimage.patch | 73 - if (gr->gl_version < gr_gl_version(3, 0) && 78 + if (gr->gl_version >= gr_gl_version(3, 0) || 82 if (gr->gl_version >= gr_gl_version(3, 0) ||
|
| H A D | 0073-gl-renderer-Support-more-SHM-RGB-formats.patch | 176 bool using_glesv2 = gr->gl_version < gr_gl_version(3, 0);
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0003-Revert-gl-renderer-require-GL_EXT_unpack_subimage.patch | 73 - if (gr->gl_version < gr_gl_version(3, 0) && 78 + if (gr->gl_version >= gr_gl_version(3, 0) || 82 if (gr->gl_version >= gr_gl_version(3, 0) ||
|
| H A D | 0074-gl-renderer-Support-more-SHM-RGB-formats.patch | 176 bool using_glesv2 = gr->gl_version < gr_gl_version(3, 0);
|