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

  /external/deqp/framework/common/
tcuCompressedTexture.hpp 87 TextureFormat getUncompressedFormat (CompressedTexFormat format);
tcuCompressedTexture.cpp 207 TextureFormat getUncompressedFormat (CompressedTexFormat format)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.cpp     [all...]
vktPipelineImageTests.cpp 108 const tcu::TextureFormat format = (isCompressedFormat(m_imageFormat)) ? tcu::getUncompressedFormat(mapVkCompressedFormat(m_imageFormat))
vktPipelineImageViewTests.cpp 127 const tcu::TextureFormat format = (isCompressedFormat(m_imageFormat)) ? tcu::getUncompressedFormat(mapVkCompressedFormat(m_imageFormat))
vktPipelineSamplerTests.cpp 185 tcu::TextureFormat format = (isCompressedFormat(m_imageFormat)) ? tcu::getUncompressedFormat(mapVkCompressedFormat(m_imageFormat))
    [all...]
  /external/deqp/modules/internal/
ditAstcTests.cpp 72 const TextureFormat uncompressedFormat = getUncompressedFormat(format);
  /external/deqp/modules/gles3/functional/
es3fASTCDecompressionCases.cpp 455 m_renderer->render(referenceFrame, renderedFrame, texture, getUncompressedFormat(compressed.getFormat()));
578 m_renderer->render(referenceFrame, renderedFrame, texture, getUncompressedFormat(compressed.getFormat()));
  /external/deqp/framework/opengl/
gluTexture.cpp 133 , m_refTexture (getUncompressedFormat(levels[0].getFormat()), levels[0].getWidth(), levels[0].getHeight())
292 , m_refTexture (getUncompressedFormat(levels[0].getFormat()), levels[0].getWidth())
525 , m_refTexture (getUncompressedFormat(levels[0].getFormat()), levels[0].getWidth(), levels[0].getHeight(), levels[0].getDepth())
645 , m_refTexture (getUncompressedFormat(levels[0].getFormat()), levels[0].getWidth(), levels[0].getHeight(), levels[0].getDepth())
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureTestUtil.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fCopyImageTests.cpp     [all...]
es31fTextureBorderClampTests.cpp 159 const tcu::TextureFormat uncompressedFmt = tcu::getUncompressedFormat(compressedFmt);
    [all...]

Completed in 155 milliseconds