Home | History | Annotate | Download | only in opengl

Lines Matching refs:SNORM_INT16

92 		case TextureFormat::SNORM_INT16:					type = GL_SHORT;							break;
152 case FMT_CASE(RGBA, SNORM_INT16): return GL_RGBA16_SNORM;
170 case FMT_CASE(RGB, SNORM_INT16): return GL_RGB16_SNORM;
185 case FMT_CASE(RG, SNORM_INT16): return GL_RG16_SNORM;
198 case FMT_CASE(R, SNORM_INT16): return GL_R16_SNORM;
287 case GL_SHORT: return normalized ? TextureFormat::SNORM_INT16 : TextureFormat::SIGNED_INT16;
365 case GL_RGBA16_SNORM: return TextureFormat(TextureFormat::RGBA, TextureFormat::SNORM_INT16);
383 case GL_RGB16_SNORM: return TextureFormat(TextureFormat::RGB, TextureFormat::SNORM_INT16);
398 case GL_RG16_SNORM: return TextureFormat(TextureFormat::RG, TextureFormat::SNORM_INT16);
411 case GL_R16_SNORM: return TextureFormat(TextureFormat::R, TextureFormat::SNORM_INT16);