Home | History | Annotate | Download | only in opengl

Lines Matching refs:SNORM_INT8

91 		case TextureFormat::SNORM_INT8:						type = GL_BYTE;								break;
162 case FMT_CASE(RGBA, SNORM_INT8): return GL_RGBA8_SNORM;
174 case FMT_CASE(RGB, SNORM_INT8): return GL_RGB8_SNORM;
192 case FMT_CASE(RG, SNORM_INT8): return GL_RG8_SNORM;
205 case FMT_CASE(R, SNORM_INT8): return GL_R8_SNORM;
285 case GL_BYTE: return normalized ? TextureFormat::SNORM_INT8 : TextureFormat::SIGNED_INT8;
375 case GL_RGBA8_SNORM: return TextureFormat(TextureFormat::RGBA, TextureFormat::SNORM_INT8);
387 case GL_RGB8_SNORM: return TextureFormat(TextureFormat::RGB, TextureFormat::SNORM_INT8);
405 case GL_RG8_SNORM: return TextureFormat(TextureFormat::RG, TextureFormat::SNORM_INT8);
418 case GL_R8_SNORM: return TextureFormat(TextureFormat::R, TextureFormat::SNORM_INT8);