Searched refs:UNORM_SHORT_565 (Results 1 – 11 of 11) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 103 case TextureFormat::UNORM_SHORT_565: type = GL_UNSIGNED_SHORT_5_6_5; break; in getTransferFormat() 152 case FMT_CASE(RGB, UNORM_SHORT_565): return GL_RGB565; in getInternalFormat() 412 case GL_UNSIGNED_SHORT_5_6_5: return TextureFormat::UNORM_SHORT_565; in mapGLChannelType() 476 case GL_RGB565: return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_SHORT_565); in mapGLInternalFormat()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktSampleVerifierUtil.cpp | 661 case TextureFormat::UNORM_SHORT_565: in isPackedType() 691 case TextureFormat::UNORM_SHORT_565: in getPackInfo()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 1511 case FMT_CASE(RGB, UNORM_SHORT_565): return VK_FORMAT_R5G6B5_UNORM_PACK16; in mapTextureFormat() 1515 case FMT_CASE(BGR, UNORM_SHORT_565): return VK_FORMAT_B5G6R5_UNORM_PACK16; in mapTextureFormat() 1652 …MAT_R5G6B5_UNORM_PACK16: return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_SHORT_565); in mapVkFormat() 1656 …MAT_B5G6R5_UNORM_PACK16: return TextureFormat(TextureFormat::BGR, TextureFormat::UNORM_SHORT_565); in mapVkFormat()
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 177 case TextureFormat::UNORM_SHORT_565: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT; in getTextureChannelClass() 371 case TextureFormat::UNORM_SHORT_565: in getFloatChannelValueRange() 533 case TextureFormat::UNORM_SHORT_565: return IVec4(5,6,5,0); in getChannelBitDepth() 602 case TextureFormat::UNORM_SHORT_565: in getChannelMantissaBitDepth()
|
D | tcuTexture.cpp | 584 case TextureFormat::UNORM_SHORT_565: in isValid() 732 case TextureFormat::UNORM_SHORT_565: in getPixelSize() 1010 …case TextureFormat::UNORM_SHORT_565: return swizzleRB( Vec4(UN16(11, 5), UN16( 5, 6), UN16( 0,… in getPixel() 1106 …case TextureFormat::UNORM_SHORT_565: return swizzleRB(UVec4(U16(11, 5), U16( 5, 6), U16( 0, 5… in getPixelInt() 1279 case TextureFormat::UNORM_SHORT_565: in setPixel() 1427 case TextureFormat::UNORM_SHORT_565: in setPixel()
|
D | tcuTexture.hpp | 82 UNORM_SHORT_565, enumerator
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBlendTests.cpp | 818 case TextureFormat::UNORM_SHORT_565: in getFormatThreshold()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 1189 case tcu::TextureFormat::UNORM_SHORT_565: in isPackedType()
|
/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()
|