Home
last modified time | relevance | path

Searched refs:UNSIGNED_INT_999_E5_REV (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/opengl/
DgluTextureUtil.cpp109 case TextureFormat::UNSIGNED_INT_999_E5_REV: type = GL_UNSIGNED_INT_5_9_9_9_REV; break; in getTransferFormat()
178 case FMT_CASE(RGB, UNSIGNED_INT_999_E5_REV): return GL_RGB9_E5; in getInternalFormat()
299 case GL_UNSIGNED_INT_5_9_9_9_REV: return TextureFormat::UNSIGNED_INT_999_E5_REV; in mapGLChannelType()
391 …ase GL_RGB9_E5: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT_999_E5_REV); in mapGLInternalFormat()
/external/deqp/framework/common/
DtcuTextureUtil.cpp90 case TextureFormat::UNSIGNED_INT_999_E5_REV: return TEXTURECHANNELCLASS_FLOATING_POINT; in getTextureChannelClass()
228 case TextureFormat::UNSIGNED_INT_999_E5_REV: cMin = 0.0f; cMax = 1e5f; break; in getChannelValueRange()
320 case TextureFormat::UNSIGNED_INT_999_E5_REV: return IVec4(9,9,9,0); in getChannelBitDepth()
383 case TextureFormat::UNSIGNED_INT_999_E5_REV: in getChannelMantissaBitDepth()
DtcuTexture.hpp82 UNSIGNED_INT_999_E5_REV, enumerator
DtcuTexture.cpp452 type == UNSIGNED_INT_999_E5_REV || in getPixelSize()
620 case TextureFormat::UNSIGNED_INT_999_E5_REV: return unpackRGB999E5(*((const deUint32*)pixelPtr)); in getPixel()
893 case TextureFormat::UNSIGNED_INT_999_E5_REV: in setPixel()