HomeSort by relevance Sort by last modified time
    Searched refs:UNORM_SHORT_565 (Results 1 - 11 of 11) 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/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/external/vulkancts/framework/vulkan/
vkImageUtil.cpp     [all...]
  /external/deqp/framework/common/
tcuTextureUtil.cpp 177 case TextureFormat::UNORM_SHORT_565: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT;
371 case TextureFormat::UNORM_SHORT_565:
533 case TextureFormat::UNORM_SHORT_565: return IVec4(5,6,5,0);
602 case TextureFormat::UNORM_SHORT_565:
    [all...]
tcuTexture.cpp 584 case TextureFormat::UNORM_SHORT_565:
732 case TextureFormat::UNORM_SHORT_565:
    [all...]
tcuTexture.hpp 82 UNORM_SHORT_565,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp     [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 1067 milliseconds