Home
last modified time | relevance | path

Searched refs:GL_RGBA (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_picture.c97 *tex_format = GL_RGBA; in glamor_get_tex_format_type_from_pictformat()
116 *tex_format = GL_RGBA; in glamor_get_tex_format_type_from_pictformat()
130 *tex_format = GL_RGBA; in glamor_get_tex_format_type_from_pictformat()
134 *tex_format = GL_RGBA; in glamor_get_tex_format_type_from_pictformat()
155 *tex_format = GL_RGBA; in glamor_get_tex_format_type_from_pictformat()
179 *tex_format = GL_RGBA; in glamor_get_tex_format_type_from_pictformat()
209 *tex_format = GL_RGBA; in glamor_get_tex_format_type_from_pictformat()
217 *tex_format = GL_RGBA; in glamor_get_tex_format_type_from_pictformat()
221 *tex_format = GL_RGBA; in glamor_get_tex_format_type_from_pictformat()
H A Dglamor.c581 GL_RGB5_A1, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1); in glamor_setup_formats()
584 GL_RGBA, GL_BGRA, GL_UNSIGNED_SHORT_1_5_5_5_REV); in glamor_setup_formats()
598 GL_RGBA, GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV); in glamor_setup_formats()
600 GL_RGBA, GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV); in glamor_setup_formats()
605 GL_RGB10_A2, GL_RGBA, GL_UNSIGNED_INT_2_10_10_10_REV); in glamor_setup_formats()
/OK3568_Linux_fs/buildroot/package/weston/
H A D0073-gl-renderer-Support-more-SHM-RGB-formats.patch32 + GL_FORMAT(GL_RGBA),
41 + GL_FORMAT(GL_RGBA),
50 + GL_FORMAT(GL_RGBA),
59 + GL_FORMAT(GL_RGBA),
190 + gl_format[0] = GL_RGBA;
194 + gl_format[0] = GL_RGBA;
198 + gl_format[0] = GL_RGBA;
202 + gl_format[0] = GL_RGBA;
H A D0042-backend-drm-Support-modifier.patch217 GL_FORMAT(GL_RGBA),
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0074-gl-renderer-Support-more-SHM-RGB-formats.patch32 + GL_FORMAT(GL_RGBA),
41 + GL_FORMAT(GL_RGBA),
50 + GL_FORMAT(GL_RGBA),
59 + GL_FORMAT(GL_RGBA),
190 + gl_format[0] = GL_RGBA;
194 + gl_format[0] = GL_RGBA;
198 + gl_format[0] = GL_RGBA;
202 + gl_format[0] = GL_RGBA;
H A D0042-backend-drm-Support-modifier.patch217 GL_FORMAT(GL_RGBA),
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtwayland/
H A D0001-Fix-vulkan-buffer-formats-for-GLES2.patch27 + if (extraDebug) qDebug() << "format" << Qt::hex << m_internalFormat << GL_RGBA;
40 + m_glInternalFormat = GL_RGBA;
48 + m_glInternalFormat = GL_RGBA;
57 + if (extraDebug) qDebug() << "format" << Qt::hex << m_glInternalFormat << GL_RGBA;
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0074-gl-renderer-Support-more-SHM-RGB-formats.patch132 + gl_format[0] = GL_RGBA;
139 + gl_format[0] = GL_RGBA;
147 + gl_format[0] = GL_RGBA;
155 + gl_format[0] = GL_RGBA;
163 + gl_format[0] = GL_RGBA;
171 + gl_format[0] = GL_RGBA;
H A D0039-backend-drm-Support-modifier.patch235 GL_FORMAT(GL_RGBA),
/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dcompsize.c129 case GL_RGBA: in __glDrawPixels_size()
289 case GL_RGBA: in __glTexImage1D_size()
370 case GL_RGBA: in __glTexImage2D_size()
453 case GL_RGBA: in __glTexImage3D_size()
H A Dglxsingle.c676 case GL_RGBA: in __glReadPixels_size()
/OK3568_Linux_fs/external/xserver/glx/
H A Drensize.c255 case GL_RGBA: in __glXImageSize()
/OK3568_Linux_fs/external/libmali/include/GLES/
H A Dgl.h291 #define GL_RGBA 0x1908 macro
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dcontext.cpp60 static_assert(underlying_type(TextureFormat::RGBA) == GL_RGBA, "OpenGL type mismatch");
/OK3568_Linux_fs/external/libmali/include/GLES2/
H A Dgl2.h213 #define GL_RGBA 0x1908 macro
/OK3568_Linux_fs/external/libmali/include/GLES3/
H A Dgl3.h213 #define GL_RGBA 0x1908 macro
H A Dgl31.h215 #define GL_RGBA 0x1908 macro
H A Dgl32.h215 #define GL_RGBA 0x1908 macro
/OK3568_Linux_fs/external/xserver/
H A DChangeLog54546 Use GL_RGBA to represent a8 pixmap is not efficient.
54818 GLES2 has three different possible texture formats, GL_RGBA,
54826 If both revertion and swap_rb are needed, for example use GL_RGBA
54835 Now the in GLES2 the supported color format is GL_RGBA, type is
54842 We still use GL_RGBA, GL_UNSIGNED_BYTE to upload the color
54846 R G B A : GL_RGBA with GL_UNSIGNED_BYTE
55995 format. So we always transform the picture format to GL_RGBA.
86830 glamor-ddx: Hardware cursor's format should be GL_RGBA.