Searched refs:UNORM_SHORT_565 (Results 1 – 7 of 7) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 102 case TextureFormat::UNORM_SHORT_565: type = GL_UNSIGNED_SHORT_5_6_5; break; in getTransferFormat() 151 case FMT_CASE(RGB, UNORM_SHORT_565): return GL_RGB565; in getInternalFormat() 411 case GL_UNSIGNED_SHORT_5_6_5: return TextureFormat::UNORM_SHORT_565; in mapGLChannelType() 475 case GL_RGB565: return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_SHORT_565); in mapGLInternalFormat()
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 105 case TextureFormat::UNORM_SHORT_565: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT; in getTextureChannelClass() 257 case TextureFormat::UNORM_SHORT_565: in getChannelValueRange() 338 case TextureFormat::UNORM_SHORT_565: return IVec4(5,6,5,0); in getChannelBitDepth() 394 case TextureFormat::UNORM_SHORT_565: in getChannelMantissaBitDepth()
|
D | tcuTexture.cpp | 500 else if (type == UNORM_SHORT_565 || in getPixelSize() 633 …case TextureFormat::UNORM_SHORT_565: return Vec4(NB16(11, 5), NB16( 5, 6), NB16( 0, 5), 1.0f); in getPixel() 726 …case TextureFormat::UNORM_SHORT_565: return UVec4(U16(11, 5), U16( 5, 6), U16( 0, 5), 1).cast… in getPixelInt() 915 …case TextureFormat::UNORM_SHORT_565: *((deUint16*)pixelPtr) = (deUint16)(PN(color[0], 11, 5) | PN… in setPixel() 1001 …case TextureFormat::UNORM_SHORT_565: *((deUint16*)pixelPtr) = (deUint16)(PU(color[0], 11, 5) | P… in setPixel()
|
D | tcuTexture.hpp | 78 UNORM_SHORT_565, enumerator
|
/external/deqp/modules/egl/ |
D | teglRenderTests.cpp | 350 case PACK_FMT(5,6,5,0): return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_SHORT_565); in getColorFormat()
|
/external/deqp/modules/glshared/ |
D | glsLongStressCase.cpp | 225 texFormat.type == TextureFormat::UNORM_SHORT_565); in isMatchingGLInternalFormat()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 170 …ormat(5,6,5,0), tcu::TextureFormat(tcu::TextureFormat::RGB, tcu::TextureFormat::UNORM_SHORT_565) } in toTextureFormat()
|