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

  /external/deqp/framework/opengl/
gluTextureUtil.cpp 96 case TextureFormat::UNORM_SHORT_4444: type = GL_UNSIGNED_SHORT_4_4_4_4; break;
143 case FMT_CASE(RGBA, UNORM_SHORT_4444): return GL_RGBA4;
291 case GL_UNSIGNED_SHORT_4_4_4_4: return TextureFormat::UNORM_SHORT_4444;
356 case GL_RGBA4: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_4444);
    [all...]
  /external/deqp/framework/common/
tcuTextureUtil.cpp 84 case TextureFormat::UNORM_SHORT_4444: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT;
214 case TextureFormat::UNORM_SHORT_4444:
304 case TextureFormat::UNORM_SHORT_4444: return IVec4(4);
370 case TextureFormat::UNORM_SHORT_4444:
    [all...]
tcuTexture.cpp 445 type == UNORM_SHORT_4444 ||
615 case TextureFormat::UNORM_SHORT_4444: return Vec4(NB16(12, 4), NB16( 8, 4), NB16( 4, 4), NB16( 0, 4));
696 case TextureFormat::UNORM_SHORT_4444: return UVec4(U16(12, 4), U16( 8, 4), U16( 4, 4), U16( 0, 4)).cast<int>();
877 case TextureFormat::UNORM_SHORT_4444: *((deUint16*)pixelPtr) = (deUint16)(PN(color[0], 12, 4) | PN(color[1], 8, 4) | PN(color[2], 4, 4) | PN(color[3], 0, 4)); break;
    [all...]
tcuTexture.hpp 76 UNORM_SHORT_4444,
    [all...]
  /external/deqp/modules/egl/
teglRenderTests.cpp 312 case PACK_FMT(4,4,4,4): return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_4444);
    [all...]
teglImageFormatTests.cpp 619 ref = tcu::Texture2D(tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_SHORT_4444), 64, 64);
    [all...]
  /external/deqp/modules/glshared/
glsLongStressCase.cpp 220 texFormat.type == TextureFormat::UNORM_SHORT_4444 ||
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp 168 { tcu::PixelFormat(4,4,4,4), tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_SHORT_4444) },
    [all...]

Completed in 124 milliseconds