Home | History | Annotate | Download | only in opengl

Lines Matching refs:UNORM_INT16

94 		case TextureFormat::UNORM_INT16:					type = GL_UNSIGNED_SHORT;					break;
145 case FMT_CASE(D, UNORM_INT16): return GL_DEPTH_COMPONENT16;
151 case FMT_CASE(RGBA, UNORM_INT16): return GL_RGBA16;
169 case FMT_CASE(RGB, UNORM_INT16): return GL_RGB16;
184 case FMT_CASE(RG, UNORM_INT16): return GL_RG16;
197 case FMT_CASE(R, UNORM_INT16): return GL_R16;
286 case GL_UNSIGNED_SHORT: return normalized ? TextureFormat::UNORM_INT16 : TextureFormat::UNSIGNED_INT16;
358 case GL_DEPTH_COMPONENT16: return TextureFormat(TextureFormat::D, TextureFormat::UNORM_INT16);
364 case GL_RGBA16: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT16);
382 case GL_RGB16: return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT16);
397 case GL_RG16: return TextureFormat(TextureFormat::RG, TextureFormat::UNORM_INT16);
410 case GL_R16: return TextureFormat(TextureFormat::R, TextureFormat::UNORM_INT16);