Home
last modified time | relevance | path

Searched refs:m_testParamsFilePath (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/runner/
H A DglcTestRunner.cpp927 , m_testParamsFilePath(testParamsFilePath) in TestParamCollectorRunner()
946 std::ofstream str(m_testParamsFilePath.c_str(), std::ofstream::binary | std::ofstream::trunc); in iterate()
949 tcu::print("finish writing test run params at %s\n", m_testParamsFilePath.c_str()); in iterate()
H A DglcTestRunner.hpp169 std::string m_testParamsFilePath; member in glcts::TestParamCollectorRunner