Home
last modified time | relevance | path

Searched refs:UNORM_SHORT_565 (Results 1 – 7 of 7) sorted by relevance

/external/deqp/framework/opengl/
DgluTextureUtil.cpp102 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/
DtcuTextureUtil.cpp105 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()
DtcuTexture.cpp500 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()
DtcuTexture.hpp78 UNORM_SHORT_565, enumerator
/external/deqp/modules/egl/
DteglRenderTests.cpp350 case PACK_FMT(5,6,5,0): return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_SHORT_565); in getColorFormat()
/external/deqp/modules/glshared/
DglsLongStressCase.cpp225 texFormat.type == TextureFormat::UNORM_SHORT_565); in isMatchingGLInternalFormat()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp170 …ormat(5,6,5,0), tcu::TextureFormat(tcu::TextureFormat::RGB, tcu::TextureFormat::UNORM_SHORT_565) } in toTextureFormat()