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

  /external/deqp/framework/common/
tcuCompressedTexture.hpp 87 TextureFormat getUncompressedFormat (CompressedTexFormat format);
tcuCompressedTexture.cpp 218 TextureFormat getUncompressedFormat (CompressedTexFormat format)
    [all...]
  /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/modules/gles3/functional/
es3fASTCDecompressionCases.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fCopyImageTests.cpp 959 const tcu::TextureFormat decompressedFormat = tcu::getUncompressedFormat(compressedFormat);
    [all...]
es31fTextureBorderClampTests.cpp 159 const tcu::TextureFormat uncompressedFmt = tcu::getUncompressedFormat(compressedFmt);
    [all...]

Completed in 606 milliseconds