Searched refs:UNORM_SHORT_5551 (Results 1 – 7 of 7) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 104 case TextureFormat::UNORM_SHORT_5551: type = GL_UNSIGNED_SHORT_5_5_5_1; break; in getTransferFormat() 149 case FMT_CASE(RGBA, UNORM_SHORT_5551): return GL_RGB5_A1; in getInternalFormat() 410 case GL_UNSIGNED_SHORT_5_5_5_1: return TextureFormat::UNORM_SHORT_5551; in mapGLChannelType() 473 case GL_RGB5_A1: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_5551); in mapGLInternalFormat()
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 108 case TextureFormat::UNORM_SHORT_5551: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT; in getTextureChannelClass() 303 else if (format == TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_5551)) in getTextureFormatInfo() 341 case TextureFormat::UNORM_SHORT_5551: return IVec4(5,5,5,1); in getChannelBitDepth() 397 case TextureFormat::UNORM_SHORT_5551: in getChannelMantissaBitDepth()
|
D | tcuTexture.cpp | 503 type == UNORM_SHORT_5551) in getPixelSize() 636 …case TextureFormat::UNORM_SHORT_5551: return Vec4(NB16(11, 5), NB16( 6, 5), NB16( 1, 5), NB16… in getPixel() 729 …case TextureFormat::UNORM_SHORT_5551: return UVec4(U16(11, 5), U16( 6, 5), U16( 1, 5), U16( 0… in getPixelInt() 918 …case TextureFormat::UNORM_SHORT_5551: *((deUint16*)pixelPtr) = (deUint16)(PN(color[0], 11, 5) | P… in setPixel() 1004 …case TextureFormat::UNORM_SHORT_5551: *((deUint16*)pixelPtr) = (deUint16)(PU(color[0], 11, 5) | … in setPixel()
|
D | tcuTexture.hpp | 81 UNORM_SHORT_5551, enumerator
|
/external/deqp/modules/egl/ |
D | teglRenderTests.cpp | 349 …ase PACK_FMT(5,5,5,1): return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_5551); in getColorFormat()
|
/external/deqp/modules/glshared/ |
D | glsLongStressCase.cpp | 221 texFormat.type == TextureFormat::UNORM_SHORT_5551); in isMatchingGLInternalFormat()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 169 …mat(5,5,5,1), tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_SHORT_5551) }, in toTextureFormat()
|