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

  /external/deqp/framework/common/
tcuTextureUtil.hpp 137 TextureFormat getEffectiveDepthStencilTextureFormat (const TextureFormat& baseFormat, Sampler::DepthStencilMode mode);
tcuTextureUtil.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureBorderClampTests.cpp 165 const tcu::TextureFormat effectiveFmt = tcu::getEffectiveDepthStencilTextureFormat(fmt, mode);
    [all...]
  /external/deqp/modules/egl/
teglImageUtil.cpp 333 const deUint32 numStencilBits = tcu::getTextureFormatBitDepth(tcu::getEffectiveDepthStencilTextureFormat(ref.getLevel(0).getFormat(), tcu::Sampler::MODE_STENCIL)).x();
teglImageFormatTests.cpp 587 const deUint32 numStencilBits = tcu::getTextureFormatBitDepth(tcu::getEffectiveDepthStencilTextureFormat(reference.getLevel(0).getFormat(), tcu::Sampler::MODE_STENCIL)).x();
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureSpecificationTests.cpp 134 return tcu::getTextureFormatBitDepth(tcu::getEffectiveDepthStencilTextureFormat(textureFormat, tcu::Sampler::MODE_DEPTH));
    [all...]

Completed in 109 milliseconds