Searched refs:GL_ALPHA8 (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | glformats.c | 639 case GL_ALPHA8: in _mesa_is_enum_format_unorm() 990 case GL_ALPHA8: in _mesa_is_color_format() 1719 return GL_ALPHA8; in _mesa_get_nongeneric_internalformat() 2292 case GL_ALPHA8: in _mesa_base_tex_format() 3354 (format == GL_ALPHA && internalFormat == GL_ALPHA8) || in _mesa_es3_error_check_format_and_type()
|
D | texformat.c | 163 case GL_ALPHA8: in _mesa_choose_tex_format()
|
D | fbobject.c | 1816 case GL_ALPHA8: in _mesa_base_fbo_format()
|
D | teximage.c | 5206 case GL_ALPHA8: in _mesa_get_texbuffer_format()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_texture.c | 355 case GL_ALPHA8: in radeonChooseTextureFormat()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_texture.c | 355 case GL_ALPHA8: in radeonChooseTextureFormat()
|
/external/virglrenderer/src/ |
D | vrend_formats.c | 95 { VIRGL_FORMAT_A8_UNORM, GL_ALPHA8, GL_ALPHA, GL_UNSIGNED_BYTE, NO_SWIZZLE },
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_texture.c | 219 case GL_ALPHA8: in nouveau_choose_tex_format()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_format.c | 1193 { GL_ALPHA, GL_ALPHA4, GL_ALPHA8, GL_COMPRESSED_ALPHA, 0 },
|
/external/mesa3d/include/GL/ |
D | gl.h | 705 #define GL_ALPHA8 0x803C macro
|