Lines Matching refs:SIGNED_INT8
56 case TextureFormat::SIGNED_INT8:
106 case TextureFormat::SIGNED_INT8: type = GL_BYTE; break;
165 case FMT_CASE(RGBA, SIGNED_INT8): return GL_RGBA8I;
183 case FMT_CASE(RGB, SIGNED_INT8): return GL_RGB8I;
198 case FMT_CASE(RG, SIGNED_INT8): return GL_RG8I;
212 case FMT_CASE(R, SIGNED_INT8): return GL_R8I;
404 case GL_BYTE: return normalized ? TextureFormat::SNORM_INT8 : TextureFormat::SIGNED_INT8;
489 case GL_RGBA8I: return TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT8);
507 case GL_RGB8I: return TextureFormat(TextureFormat::RGB, TextureFormat::SIGNED_INT8);
522 case GL_RG8I: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT8);
536 case GL_R8I: return TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT8);