Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp1595 tcu::ImageIO::loadPKM(level, archive, filenames[fileIndex].c_str()); in loadTexture2D()
1657 tcu::ImageIO::loadPKM(level, archive, filenames[fileIndex].c_str()); in loadTextureCube()