Home | History | Annotate | Download | only in opengl

Lines Matching refs:UNORM_INT_1010102_REV

106 		case TextureFormat::UNORM_INT_1010102_REV:			type = GL_UNSIGNED_INT_2_10_10_10_REV;		break;
160 case FMT_CASE(RGBA, UNORM_INT_1010102_REV): return GL_RGB10_A2;
179 case FMT_CASE(RGB, UNORM_INT_1010102_REV): return GL_RGB10;
295 case GL_UNSIGNED_INT_2_10_10_10_REV: return normalized ? TextureFormat::UNORM_INT_1010102_REV : TextureFormat::UNSIGNED_INT_1010102_REV;
373 case GL_RGB10_A2: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT_1010102_REV);
392 case GL_RGB10: return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT_1010102_REV);