Searched refs:UNORM_SHORT_555 (Results 1 – 3 of 3) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 83 case TextureFormat::UNORM_SHORT_555: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT; in getTextureChannelClass() 305 case TextureFormat::UNORM_SHORT_555: return IVec4(5,5,5,0); in getChannelBitDepth() 371 case TextureFormat::UNORM_SHORT_555: in getChannelMantissaBitDepth()
|
D | tcuTexture.cpp | 444 type == UNORM_SHORT_555 || in getPixelSize() 614 …case TextureFormat::UNORM_SHORT_555: return Vec4(NB16(10, 5), NB16( 5, 5), NB16( 0, 5), 1.0f); in getPixel() 695 …case TextureFormat::UNORM_SHORT_555: return UVec4(U16(10, 5), U16( 5, 5), U16( 0, 5), 1).cast… in getPixelInt() 876 …case TextureFormat::UNORM_SHORT_555: *((deUint16*)pixelPtr) = (deUint16)(PN(color[0], 10, 5) | PN… in setPixel() 961 …case TextureFormat::UNORM_SHORT_555: *((deUint16*)pixelPtr) = (deUint16)(PU(color[0], 10, 5) | P… in setPixel() 3614 case TextureFormat::UNORM_SHORT_555: return str << "UNORM_SHORT_555"; in operator <<()
|
D | tcuTexture.hpp | 75 UNORM_SHORT_555, enumerator
|