HomeSort by relevance Sort by last modified time
    Searched refs:UNORM_INT_1010102_REV (Results 1 - 4 of 4) sorted by null

  /external/deqp/framework/opengl/
gluTextureUtil.cpp 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);
    [all...]
  /external/deqp/framework/common/
tcuTextureUtil.cpp 87 case TextureFormat::UNORM_INT_1010102_REV: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT;
216 case TextureFormat::UNORM_INT_1010102_REV: cMin = 0.0f; cMax = 1.0f; break;
308 case TextureFormat::UNORM_INT_1010102_REV: return IVec4(10,10,10,2);
374 case TextureFormat::UNORM_INT_1010102_REV:
    [all...]
tcuTexture.cpp 458 else if (type == UNORM_INT_1010102_REV ||
618 case TextureFormat::UNORM_INT_1010102_REV: return Vec4(NB32( 0, 10), NB32(10, 10), NB32(20, 10), NB32(30, 2));
699 case TextureFormat::UNORM_INT_1010102_REV: return UVec4(U32( 0, 10), U32(10, 10), U32(20, 10), U32(30, 2)).cast<int>();
880 case TextureFormat::UNORM_INT_1010102_REV: *((deUint32*)pixelPtr) = PN(color[0], 0, 10) | PN(color[1], 10, 10) | PN(color[2], 20, 10) | PN(color[3], 30, 2); break;
    [all...]
tcuTexture.hpp 79 UNORM_INT_1010102_REV,
    [all...]

Completed in 88 milliseconds