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

  /external/deqp/framework/common/
tcuTextureUtil.cpp 174 case TextureFormat::UNORM_INT24: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT;
368 case TextureFormat::UNORM_INT24:
530 case TextureFormat::UNORM_INT24: return IVec4(24);
599 case TextureFormat::UNORM_INT24:
    [all...]
tcuTexture.cpp 286 case TextureFormat::UNORM_INT24: return (float)readUint24(value) / 16777215.0f;
318 case TextureFormat::UNORM_INT24: return (int)readUint24(value);
350 case TextureFormat::UNORM_INT24: writeUint24(dst, convertSatRteUint24 (src * 16777215.0f)); break;
436 case TextureFormat::UNORM_INT24: writeUint24(dst, convertSatUint24 (src)); break;
576 case TextureFormat::UNORM_INT24:
695 case TextureFormat::UNORM_INT24: return 3;
    [all...]
tcuTexture.hpp 79 UNORM_INT24,
    [all...]
  /external/deqp/modules/gles2/functional/
es2fDepthStencilClearTests.cpp 96 case 24: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT24);
  /external/deqp/modules/gles3/functional/
es3fDepthStencilClearTests.cpp 96 case 24: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT24);
  /external/deqp/modules/egl/
teglRenderTests.cpp 366 case 24: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT24);
    [all...]

Completed in 628 milliseconds