Searched refs:tryLoadFile (Results 1 – 5 of 5) sorted by relevance
/external/deqp-deps/glslang/gtests/ |
D | TestFixture.h | 121 void tryLoadFile(const std::string& path, const std::string& tag, in tryLoadFile() function 444 tryLoadFile(inputFname, "input", &input); 445 tryLoadFile(expectedOutputFname, "expected output", &expectedOutput); 476 tryLoadFile(inputFname, "input", &input); 477 tryLoadFile(expectedOutputFname, "expected output", &expectedOutput); 503 tryLoadFile(inputFname, "input", &input); 504 tryLoadFile(expectedOutputFname, "expected output", &expectedOutput); 537 tryLoadFile(inputFname, "input", &input); in loadFileCompileIoMapAndCheck() 538 tryLoadFile(expectedOutputFname, "expected output", &expectedOutput); in loadFileCompileIoMapAndCheck() 568 tryLoadFile(inputFname, "input", &input); [all …]
|
D | Config.FromFile.cpp | 58 tryLoadFile(GlobalTestSettings.testRoot + "/" + testCase.input, "input", &shaderContents); in TEST_P() 59 …tryLoadFile(GlobalTestSettings.testRoot + "/" + testCase.config, "limits config", &configContents); in TEST_P() 92 tryLoadFile(expectedOutputFname, "expected output", &expectedOutput); in TEST_P()
|
D | Link.FromFile.cpp | 59 tryLoadFile(GlobalTestSettings.testRoot + "/" + fileNames[i], in TEST_P() 83 tryLoadFile(expectedOutputFname, "expected output", &expectedOutput); in TEST_P()
|
D | Link.FromFile.Vk.cpp | 59 tryLoadFile(GlobalTestSettings.testRoot + "/" + fileNames[i], in TEST_P() 99 tryLoadFile(expectedOutputFname, "expected output", &expectedOutput); in TEST_P()
|
D | BuiltInResource.FromFile.cpp | 51 tryLoadFile(path, "expected resource limit", &expectedConfig); in TEST_F()
|