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

  /external/deqp/framework/opengl/
gluTextureUtil.cpp 108 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: type = GL_UNSIGNED_INT_10F_11F_11F_REV; break;
165 case FMT_CASE(RGB, UNSIGNED_INT_11F_11F_10F_REV): return GL_R11F_G11F_B10F;
296 case GL_UNSIGNED_INT_10F_11F_11F_REV: return TextureFormat::UNSIGNED_INT_11F_11F_10F_REV;
378 case GL_R11F_G11F_B10F: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT_11F_11F_10F_REV);
    [all...]
  /external/deqp/framework/common/
tcuTextureUtil.cpp 89 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: return TEXTURECHANNELCLASS_FLOATING_POINT;
227 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: cMin = 0.0f; cMax = 1e4f; break;
319 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: return IVec4(11,11,10,0);
388 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: return IVec4(6,6,5,0);
    [all...]
tcuTexture.hpp 81 UNSIGNED_INT_11F_11F_10F_REV,
    [all...]
tcuTexture.cpp 453 type == UNSIGNED_INT_11F_11F_10F_REV)
641 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV:
889 case TextureFormat::UNSIGNED_INT_11F_11F_10F_REV:
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFragmentOutputTests.cpp 832 case tcu::TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: formatThreshold = UVec4((1<<17) + 4, (1<<17)+4, (1<<18)+4, 4); break;
    [all...]

Completed in 540 milliseconds