Home
last modified time | relevance | path

Searched refs:GL_LUMINANCE4 (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/main/
Dglformats.c645 case GL_LUMINANCE4: in _mesa_is_enum_format_unorm()
995 case GL_LUMINANCE4: in _mesa_is_color_format()
2298 case GL_LUMINANCE4: in _mesa_base_tex_format()
Dtexformat.c178 case GL_LUMINANCE4: in _mesa_choose_tex_format()
Dfbobject.c1822 case GL_LUMINANCE4: in _mesa_base_fbo_format()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_texture.c368 case GL_LUMINANCE4: in radeonChooseTextureFormat()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_texture.c368 case GL_LUMINANCE4: in radeonChooseTextureFormat()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_texture.c208 case GL_LUMINANCE4: 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.h708 #define GL_LUMINANCE4 0x803F macro