Searched refs:UNORM_SHORT_565 (Results 1 - 8 of 8) sorted by relevance

/external/deqp/framework/opengl/
H A DgluTextureUtil.cpp95 case TextureFormat::UNORM_SHORT_565: type = GL_UNSIGNED_SHORT_5_6_5; break;
144 case FMT_CASE(RGB, UNORM_SHORT_565): return GL_RGB565;
293 case GL_UNSIGNED_SHORT_5_6_5: return TextureFormat::UNORM_SHORT_565;
357 case GL_RGB565: return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_SHORT_565);
/external/deqp/framework/common/
H A DtcuTextureUtil.cpp82 case TextureFormat::UNORM_SHORT_565: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT;
213 case TextureFormat::UNORM_SHORT_565:
303 case TextureFormat::UNORM_SHORT_565: return IVec4(5,6,5,0);
369 case TextureFormat::UNORM_SHORT_565:
H A DtcuTexture.cpp443 else if (type == UNORM_SHORT_565 ||
613 case TextureFormat::UNORM_SHORT_565: return Vec4(NB16(11, 5), NB16( 5, 6), NB16( 0, 5), 1.0f);
694 case TextureFormat::UNORM_SHORT_565: return UVec4(U16(11, 5), U16( 5, 6), U16( 0, 5), 1).cast<int>();
875 case TextureFormat::UNORM_SHORT_565: *((deUint16*)pixelPtr) = (deUint16)(PN(color[0], 11, 5) | PN(color[1], 5, 6) | PN(color[2], 0, 5)); break;
960 case TextureFormat::UNORM_SHORT_565: *((deUint16*)pixelPtr) = (deUint16)(PU(color[0], 11, 5) | PU(color[1], 5, 6) | PU(color[2], 0, 5)); break;
3613 case TextureFormat::UNORM_SHORT_565: return str << "UNORM_SHORT_565";
H A DtcuTexture.hpp74 UNORM_SHORT_565, enumerator in enum:tcu::TextureFormat::ChannelType
/external/deqp/modules/egl/
H A DteglRenderTests.cpp314 case PACK_FMT(5,6,5,0): return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_SHORT_565);
H A DteglImageFormatTests.cpp655 ref = tcu::Texture2D(tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_SHORT_565), 64, 64);
/external/deqp/modules/glshared/
H A DglsLongStressCase.cpp225 texFormat.type == TextureFormat::UNORM_SHORT_565);
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp170 { tcu::PixelFormat(5,6,5,0), tcu::TextureFormat(tcu::TextureFormat::RGB, tcu::TextureFormat::UNORM_SHORT_565) }

Completed in 1104 milliseconds