Home
last modified time | relevance | path

Searched refs:has_unpack_subimage (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/package/weston/
H A D0003-Revert-gl-renderer-require-GL_EXT_unpack_subimage.patch24 + bool has_unpack_subimage;
45 + if (!gr->has_unpack_subimage) {
80 + gr->has_unpack_subimage = true;
89 + gr->has_unpack_subimage ? "yes" : "no");
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0003-Revert-gl-renderer-require-GL_EXT_unpack_subimage.patch24 + bool has_unpack_subimage;
45 + if (!gr->has_unpack_subimage) {
80 + gr->has_unpack_subimage = true;
89 + gr->has_unpack_subimage ? "yes" : "no");
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0062-Revert-gl-renderer-require-GL_EXT_unpack_subimage.patch24 + bool has_unpack_subimage;
47 + if (!gr->has_unpack_subimage) {
79 + gr->has_unpack_subimage = true;
88 + gr->has_unpack_subimage ? "yes" : "no");
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_transfer.c46 if (glamor_priv->has_unpack_subimage) in glamor_upload_boxes()
73 if (glamor_priv->has_unpack_subimage || in glamor_upload_boxes()
91 if (glamor_priv->has_unpack_subimage) in glamor_upload_boxes()
H A Dglamor_priv.h217 Bool has_unpack_subimage; member
H A Dglamor.c804 glamor_priv->has_unpack_subimage = in glamor_init()