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

  /external/deqp/framework/opengl/
gluTextureUtil.cpp 109 case TextureFormat::UNSIGNED_INT_999_E5_REV: type = GL_UNSIGNED_INT_5_9_9_9_REV; break;
178 case FMT_CASE(RGB, UNSIGNED_INT_999_E5_REV): return GL_RGB9_E5;
299 case GL_UNSIGNED_INT_5_9_9_9_REV: return TextureFormat::UNSIGNED_INT_999_E5_REV;
391 case GL_RGB9_E5: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT_999_E5_REV);
    [all...]
  /external/deqp/framework/common/
tcuTextureUtil.cpp 90 case TextureFormat::UNSIGNED_INT_999_E5_REV: return TEXTURECHANNELCLASS_FLOATING_POINT;
228 case TextureFormat::UNSIGNED_INT_999_E5_REV: cMin = 0.0f; cMax = 1e5f; break;
320 case TextureFormat::UNSIGNED_INT_999_E5_REV: return IVec4(9,9,9,0);
383 case TextureFormat::UNSIGNED_INT_999_E5_REV:
    [all...]
tcuTexture.hpp 82 UNSIGNED_INT_999_E5_REV,
    [all...]
tcuTexture.cpp 452 type == UNSIGNED_INT_999_E5_REV ||
620 case TextureFormat::UNSIGNED_INT_999_E5_REV: return unpackRGB999E5(*((const deUint32*)pixelPtr));
893 case TextureFormat::UNSIGNED_INT_999_E5_REV:
    [all...]

Completed in 70 milliseconds