Home
last modified time | relevance | path

Searched refs:loadPKM (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/common/
DtcuImageIO.hpp44 void loadPKM (CompressedTexture& dst, const tcu::Archive& archive, const char* fileName);
DtcuImageIO.cpp228 void loadPKM (CompressedTexture& dst, const tcu::Archive& archive, const char* fileName) in loadPKM() function
/external/deqp/framework/opengl/
DgluTexture.cpp267 tcu::ImageIO::loadPKM(levels[ndx], archive, levelFileNames[ndx]); in create()
453 tcu::ImageIO::loadPKM(levels[ndx], archive, filenames[ndx]); in create()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp1540 tcu::ImageIO::loadPKM(level, archive, filenames[fileIndex].c_str()); in loadTexture2D()
1602 tcu::ImageIO::loadPKM(level, archive, filenames[fileIndex].c_str()); in loadTextureCube()