Home
last modified time | relevance | path

Searched refs:GL_LUMINANCE8 (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/main/
Dglformats.c646 case GL_LUMINANCE8: in _mesa_is_enum_format_unorm()
996 case GL_LUMINANCE8: in _mesa_is_color_format()
1717 return GL_LUMINANCE8; in _mesa_get_nongeneric_internalformat()
1779 return GL_LUMINANCE8; in _mesa_get_linear_internalformat()
2299 case GL_LUMINANCE8: in _mesa_base_tex_format()
3355 (format == GL_LUMINANCE && internalFormat == GL_LUMINANCE8) || in _mesa_es3_error_check_format_and_type()
Dtexformat.c179 case GL_LUMINANCE8: in _mesa_choose_tex_format()
Dfbobject.c1823 case GL_LUMINANCE8: in _mesa_base_fbo_format()
Dteximage.c5226 case GL_LUMINANCE8: in _mesa_get_texbuffer_format()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_texture.c369 case GL_LUMINANCE8: in radeonChooseTextureFormat()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_texture.c369 case GL_LUMINANCE8: in radeonChooseTextureFormat()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_texture.c211 case GL_LUMINANCE8: in nouveau_choose_tex_format()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c1204 { 1, GL_LUMINANCE, GL_LUMINANCE4, GL_LUMINANCE8, 0 },
/external/mesa3d/include/GL/
Dgl.h709 #define GL_LUMINANCE8 0x8040 macro