Searched refs:UNSIGNED_INT_1010102_REV (Results 1 - 5 of 5) sorted by relevance

/external/deqp/framework/opengl/
H A DgluTextureUtil.cpp61 case TextureFormat::UNSIGNED_INT_1010102_REV:
107 case TextureFormat::UNSIGNED_INT_1010102_REV: type = GL_UNSIGNED_INT_2_10_10_10_REV; break;
161 case FMT_CASE(RGBA, UNSIGNED_INT_1010102_REV): return GL_RGB10_A2UI;
295 case GL_UNSIGNED_INT_2_10_10_10_REV: return normalized ? TextureFormat::UNORM_INT_1010102_REV : TextureFormat::UNSIGNED_INT_1010102_REV;
374 case GL_RGB10_A2UI: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT_1010102_REV);
/external/deqp/framework/common/
H A DtcuTextureUtil.cpp88 case TextureFormat::UNSIGNED_INT_1010102_REV: return TEXTURECHANNELCLASS_UNSIGNED_INTEGER;
248 if (format == TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT_1010102_REV))
315 case TextureFormat::UNSIGNED_INT_1010102_REV: return IVec4(10,10,10,2);
381 case TextureFormat::UNSIGNED_INT_1010102_REV:
H A DtcuTexture.cpp459 type == UNSIGNED_INT_1010102_REV)
619 case TextureFormat::UNSIGNED_INT_1010102_REV: return UVec4(UB32(0, 10), UB32(10, 10), UB32(20, 10), UB32(30, 2)).cast<float>();
700 case TextureFormat::UNSIGNED_INT_1010102_REV: return UVec4(U32( 0, 10), U32(10, 10), U32(20, 10), U32(30, 2)).cast<int>();
882 case TextureFormat::UNSIGNED_INT_1010102_REV:
966 case TextureFormat::UNSIGNED_INT_1010102_REV: *((deUint32*)pixelPtr) = PU(color[0], 0, 10) | PU(color[1], 10, 10) | PU(color[2], 20, 10) | PU(color[3], 30, 2); break;
H A DtcuTexture.hpp80 UNSIGNED_INT_1010102_REV, enumerator in enum:tcu::TextureFormat::ChannelType
/external/deqp/modules/glshared/
H A DglsTextureTestUtil.cpp66 case TextureFormat::UNSIGNED_INT_1010102_REV:
92 case TextureFormat::UNSIGNED_INT_1010102_REV:

Completed in 77 milliseconds