Searched refs:UNSIGNED_BYTE_44 (Results 1 – 3 of 3) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 177 case TextureFormat::UNSIGNED_BYTE_44: return TEXTURECHANNELCLASS_UNSIGNED_INTEGER; in getTextureChannelClass() 385 case TextureFormat::UNSIGNED_BYTE_44: cMin = 0.0f; cMax = 15.f; break; in getFloatChannelValueRange() 524 case TextureFormat::UNSIGNED_BYTE_44: return IVec4(4,4,0,0); in getChannelBitDepth() 591 case TextureFormat::UNSIGNED_BYTE_44: in getChannelMantissaBitDepth()
|
D | tcuTexture.cpp | 595 case TextureFormat::UNSIGNED_BYTE_44: in isValid() 673 case TextureFormat::UNSIGNED_BYTE_44: in getPixelSize() 953 …case TextureFormat::UNSIGNED_BYTE_44: return UVec4(UI8 (4, 4), UI8 ( 0, 4), 0u, 1u).cast<f… in getPixel() 1047 case TextureFormat::UNSIGNED_BYTE_44: // Fall-through in getPixelInt() 1220 …case TextureFormat::UNSIGNED_BYTE_44: *((deUint8 *)pixelPtr) = (deUint8)(PU((deUint32)color[0], 4,… in setPixel() 1367 case TextureFormat::UNSIGNED_BYTE_44: // Fall-through in setPixel()
|
D | tcuTexture.hpp | 90 UNSIGNED_BYTE_44, enumerator
|