Home | History | Annotate | Download | only in opengl

Lines Matching refs:SIGNED_INT16

56 		case TextureFormat::SIGNED_INT16:
106 case TextureFormat::SIGNED_INT16: type = GL_SHORT; break;
161 case FMT_CASE(RGBA, SIGNED_INT16): return GL_RGBA16I;
179 case FMT_CASE(RGB, SIGNED_INT16): return GL_RGB16I;
194 case FMT_CASE(RG, SIGNED_INT16): return GL_RG16I;
208 case FMT_CASE(R, SIGNED_INT16): return GL_R16I;
405 case GL_SHORT: return normalized ? TextureFormat::SNORM_INT16 : TextureFormat::SIGNED_INT16;
485 case GL_RGBA16I: return TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT16);
503 case GL_RGB16I: return TextureFormat(TextureFormat::RGB, TextureFormat::SIGNED_INT16);
518 case GL_RG16I: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT16);
532 case GL_R16I: return TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT16);