Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dglformats.c647 case GL_LUMINANCE12: in _mesa_is_enum_format_unorm()
997 case GL_LUMINANCE12: in _mesa_is_color_format()
2300 case GL_LUMINANCE12: in _mesa_base_tex_format()
Dtexformat.c183 case GL_LUMINANCE12: in _mesa_choose_tex_format()
Dfbobject.c1824 case GL_LUMINANCE12: in _mesa_base_fbo_format()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_texture.c370 case GL_LUMINANCE12: in radeonChooseTextureFormat()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_texture.c370 case GL_LUMINANCE12: in radeonChooseTextureFormat()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_texture.c209 case GL_LUMINANCE12: in nouveau_choose_tex_format()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c1199 { GL_LUMINANCE12, GL_LUMINANCE16, 0 },
/external/mesa3d/include/GL/
Dgl.h710 #define GL_LUMINANCE12 0x8041 macro