Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexformat.c192 case GL_INTENSITY4: in _mesa_choose_tex_format()
Dglformats.c480 case GL_INTENSITY4: in _mesa_is_color_format()
Dfbobject.c1097 case GL_INTENSITY4: in _mesa_base_fbo_format()
Dteximage.c108 case GL_INTENSITY4: in _mesa_base_tex_format()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_texture.c443 case GL_INTENSITY4: in radeonChooseTextureFormat()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_texture.c443 case GL_INTENSITY4: in radeonChooseTextureFormat()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_texture.c295 case GL_INTENSITY4: in nouveau_choose_tex_format()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c846 { GL_INTENSITY, GL_INTENSITY4, GL_INTENSITY8,
/external/mesa3d/include/GL/
Dgl.h747 #define GL_INTENSITY4 0x804A macro