Home | History | Annotate | Download | only in opengl

Lines Matching refs:SIGNED_INT16

56 		case TextureFormat::SIGNED_INT16:
99 case TextureFormat::SIGNED_INT16: type = GL_SHORT; break;
154 case FMT_CASE(RGBA, SIGNED_INT16): return GL_RGBA16I;
172 case FMT_CASE(RGB, SIGNED_INT16): return GL_RGB16I;
187 case FMT_CASE(RG, SIGNED_INT16): return GL_RG16I;
200 case FMT_CASE(R, SIGNED_INT16): return GL_R16I;
287 case GL_SHORT: return normalized ? TextureFormat::SNORM_INT16 : TextureFormat::SIGNED_INT16;
367 case GL_RGBA16I: return TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT16);
385 case GL_RGB16I: return TextureFormat(TextureFormat::RGB, TextureFormat::SIGNED_INT16);
400 case GL_RG16I: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT16);
413 case GL_R16I: return TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT16);