Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
DTextureUtil.java130 return GL_INTENSITY16; in convertTextureFormat()
280 internalFormat = GL_INTENSITY16; in uploadTexture()
/external/mesa3d/src/mesa/main/
Dtexformat.c198 case GL_INTENSITY16: in _mesa_choose_tex_format()
Dglformats.c483 case GL_INTENSITY16: in _mesa_is_color_format()
Dteximage.c111 case GL_INTENSITY16: in _mesa_base_tex_format()
3915 case GL_INTENSITY16: in get_texbuffer_format()
Dfbobject.c1100 case GL_INTENSITY16: in _mesa_base_fbo_format()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_texture.c446 case GL_INTENSITY16: in radeonChooseTextureFormat()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_texture.c446 case GL_INTENSITY16: in radeonChooseTextureFormat()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_texture.c297 case GL_INTENSITY16: in nouveau_choose_tex_format()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c842 { GL_INTENSITY12, GL_INTENSITY16, 0 },
/external/mesa3d/include/GL/
Dgl.h750 #define GL_INTENSITY16 0x804D macro