Home
last modified time | relevance | path

Searched refs:getFileExtension (Results 1 – 7 of 7) 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/external/vulkancts/vkscpc/
Dvkscpc.cpp76 if (filePath.getFileExtension() != "json") in importFilesForExternalCompiler()
/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.cpp1706 std::string ext = de::FilePath(filenames[0]).getFileExtension(); in loadTexture2D()
1767 std::string ext = de::FilePath(filenames[0]).getFileExtension(); in loadTextureCube()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktTextureTestUtil.cpp1706 std::string ext = de::FilePath(filenames[0]).getFileExtension(); in loadTexture2D()
1767 std::string ext = de::FilePath(filenames[0]).getFileExtension(); in loadTextureCube()