Home
last modified time | relevance | path

Searched refs:GL_INTENSITY8 (Results 1 – 10 of 10) sorted by relevance

/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
DTextureUtil.java128 return GL_INTENSITY8; in convertTextureFormat()
275 internalFormat = GL_INTENSITY8; in uploadTexture()
/external/mesa3d/src/mesa/main/
Dtexformat.c193 case GL_INTENSITY8: in _mesa_choose_tex_format()
Dglformats.c481 case GL_INTENSITY8: in _mesa_is_color_format()
Dfbobject.c1098 case GL_INTENSITY8: in _mesa_base_fbo_format()
2755 return GL_INTENSITY8; in get_nongeneric_internalformat()
Dteximage.c109 case GL_INTENSITY8: in _mesa_base_tex_format()
3913 case GL_INTENSITY8: in get_texbuffer_format()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_texture.c444 case GL_INTENSITY8: in radeonChooseTextureFormat()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_texture.c444 case GL_INTENSITY8: in radeonChooseTextureFormat()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_texture.c298 case GL_INTENSITY8: 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.h748 #define GL_INTENSITY8 0x804B macro