Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluTextureUtil.cpp206 case FMT_CASE(R, SNORM_INT16): return GL_R16_SNORM; in getInternalFormat()
530 case GL_R16_SNORM: return TextureFormat(TextureFormat::R, TextureFormat::SNORM_INT16); in mapGLInternalFormat()
DgluStrUtil.inl871 case GL_R16_SNORM: return "GL_R16_SNORM";
/external/mesa3d/src/mesa/main/
Dtexformat.c518 case GL_R16_SNORM: in _mesa_choose_tex_format()
Dglformats.c639 case GL_R16_SNORM: in _mesa_is_color_format()
Dfbobject.c1178 case GL_R16_SNORM: in _mesa_base_fbo_format()
Dteximage.c269 case GL_R16_SNORM: in _mesa_base_tex_format()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c1336 { GL_R16_SNORM, 0 },
/external/deqp/framework/opengl/wrapper/
DglwEnums.inl1210 #define GL_R16_SNORM 0x8F98 macro
/external/mesa3d/include/GL/
Dglext.h740 #define GL_R16_SNORM 0x8F98 macro