Home
last modified time | relevance | path

Searched refs:GL_ALPHA (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dcompsize.c119 case GL_ALPHA: in __glDrawPixels_size()
279 case GL_ALPHA: in __glTexImage1D_size()
360 case GL_ALPHA: in __glTexImage2D_size()
443 case GL_ALPHA: in __glTexImage3D_size()
H A Dglxsingle.c665 case GL_ALPHA: in __glReadPixels_size()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_picture.c82 swizzle[3] = GL_ALPHA; in glamor_get_tex_format_type_from_pictformat()
102 swizzle[2] = GL_ALPHA; in glamor_get_tex_format_type_from_pictformat()
318 swizzle[3] != GL_ALPHA); in glamor_upload_picture_to_texture()
H A Dglamor.c567 GL_ALPHA, GL_ALPHA, GL_UNSIGNED_BYTE); in glamor_setup_formats()
/OK3568_Linux_fs/external/xserver/glx/
H A Drensize.c227 case GL_ALPHA: in __glXImageSize()
/OK3568_Linux_fs/external/libmali/include/GLES/
H A Dgl.h289 #define GL_ALPHA 0x1906 macro
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dcontext.cpp61 static_assert(underlying_type(TextureFormat::Alpha) == GL_ALPHA, "OpenGL type mismatch");
/OK3568_Linux_fs/external/libmali/include/GLES2/
H A Dgl2.h211 #define GL_ALPHA 0x1906 macro
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dstb_truetype.h252 glTexImage2D(GL_TEXTURE_2D, 0, GL_ALPHA, 512,512, 0, GL_ALPHA, GL_UNSIGNED_BYTE, temp_bitmap);
/OK3568_Linux_fs/external/libmali/include/GLES3/
H A Dgl3.h211 #define GL_ALPHA 0x1906 macro
H A Dgl31.h213 #define GL_ALPHA 0x1906 macro
H A Dgl32.h213 #define GL_ALPHA 0x1906 macro
/OK3568_Linux_fs/external/xserver/
H A DChangeLog15996 GL_ALPHA as format for 8-bit depth will cause an incomplete attachment
29079 glamor: Use GL_RED instead of GL_ALPHA if we have texture_swizzle (v3)
29081 GL_RED is supported by core profiles while GL_ALPHA is not; use GL_RED
34571 VC4 (and many GLES2 renderers) can't render to GL_ALPHA, so our pixmap
54544 glamor_gl: Use GL_ALPHA for depth 8 pixmap.
54819 GL_BGRA and GL_ALPHA. Previous implementation only has one bucket