Home
last modified time | relevance | path

Searched refs:getFileExtension (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/framework/delibs/decpp/
DdeFilePath.hpp62 std::string getFileExtension (void) const;
DdeFilePath.cpp161 std::string FilePath::getFileExtension (void) const in getFileExtension() function in de::FilePath
/third_party/vk-gl-cts/framework/common/
DtcuImageIO.cpp57 string ext = de::FilePath(fileName).getFileExtension(); in loadImage()
/third_party/vk-gl-cts/framework/opengl/
DgluTexture.cpp218 std::string ext = de::FilePath(levelFileNames[0]).getFileExtension(); in create()
443 std::string ext = de::FilePath(filenames[0]).getFileExtension(); in create()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp1567 std::string ext = de::FilePath(filenames[0]).getFileExtension(); in loadTexture2D()
1628 std::string ext = de::FilePath(filenames[0]).getFileExtension(); in loadTextureCube()