HomeSort by relevance Sort by last modified time
    Searched refs:UNORM_SHORT_565 (Results 1 - 10 of 10) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktSampleVerifierUtil.cpp 661 case TextureFormat::UNORM_SHORT_565:
691 case TextureFormat::UNORM_SHORT_565:
  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.cpp 218 case FMT_CASE(RGB, UNORM_SHORT_565): return VK_FORMAT_R5G6B5_UNORM_PACK16;
222 case FMT_CASE(BGR, UNORM_SHORT_565): return VK_FORMAT_B5G6R5_UNORM_PACK16;
350 case VK_FORMAT_R5G6B5_UNORM_PACK16: return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_SHORT_565);
354 case VK_FORMAT_B5G6R5_UNORM_PACK16: return TextureFormat(TextureFormat::BGR, TextureFormat::UNORM_SHORT_565);
    [all...]
  /external/deqp/framework/opengl/
gluTextureUtil.cpp 103 case TextureFormat::UNORM_SHORT_565: type = GL_UNSIGNED_SHORT_5_6_5; break;
152 case FMT_CASE(RGB, UNORM_SHORT_565): return GL_RGB565;
412 case GL_UNSIGNED_SHORT_5_6_5: return TextureFormat::UNORM_SHORT_565;
476 case GL_RGB565: return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_SHORT_565);
    [all...]
  /external/deqp/framework/common/
tcuTextureUtil.cpp 177 case TextureFormat::UNORM_SHORT_565: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT;
369 case TextureFormat::UNORM_SHORT_565:
529 case TextureFormat::UNORM_SHORT_565: return IVec4(5,6,5,0);
596 case TextureFormat::UNORM_SHORT_565:
    [all...]
tcuTexture.cpp 534 case TextureFormat::UNORM_SHORT_565:
676 case TextureFormat::UNORM_SHORT_565:
    [all...]
tcuTexture.hpp 82 UNORM_SHORT_565,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineBlendTests.cpp     [all...]
  /external/deqp/modules/egl/
teglRenderTests.cpp 350 case PACK_FMT(5,6,5,0): return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_SHORT_565);
    [all...]
  /external/deqp/modules/glshared/
glsLongStressCase.cpp 225 texFormat.type == TextureFormat::UNORM_SHORT_565);
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp 170 { tcu::PixelFormat(5,6,5,0), tcu::TextureFormat(tcu::TextureFormat::RGB, tcu::TextureFormat::UNORM_SHORT_565) }
    [all...]

Completed in 322 milliseconds