Home
last modified time | relevance | path

Searched refs:FindTestDataPath (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/angle/src/tests/cl_support/
H A Dangle_oclcts_gtest.cpp95 if (!angle::FindTestDataPath(kTestExpectationsPath, foundDataPath.data(), foundDataPath.size())) in initialize()
104 if (!angle::FindTestDataPath(kTestMustPassPath, foundDataPath.data(), foundDataPath.size())) in initialize()
/aosp_15_r20/external/angle/src/tests/
H A Dangle_end2end_tests_main.cpp65 if (!angle::FindTestDataPath(kTestExpectationsPath, foundDataPath.data(), foundDataPath.size())) in main()
/aosp_15_r20/external/angle/util/
H A DOSWindow.h98 ANGLE_UTIL_EXPORT bool FindTestDataPath(const char *searchPath,
H A DOSWindow.cpp458 bool FindTestDataPath(const char *searchPath, char *dataPathOut, size_t maxDataPathOutLen) in FindTestDataPath() function
/aosp_15_r20/external/angle/src/tests/deqp_support/
H A Dangle_deqp_libtester_main.cpp72 if (!angle::FindTestDataPath(ANGLE_DEQP_DATA_DIR, deqpDataDir, kMaxDataDirLen)) in deqp_libtester_init_platform()
H A Dangle_deqp_gtest.cpp262 if (angle::FindTestDataPath(path.c_str(), foundPath, kMaxFoundPathLen)) in FindFileFromPath()
/aosp_15_r20/external/angle/src/tests/perf_tests/
H A DTracePerfTest.cpp848 return angle::FindTestDataPath(relativeTestDataDir, testDataDirOut, maxDataDirLen); in FindTraceTestDataPath()
853 return angle::FindTestDataPath(kTraceTestFolder, testDataDirOut, maxDataDirLen); in FindRootTraceTestDataPath()
1964 if (!angle::FindTestDataPath("gen", genDir, kMaxPath)) in FindTraceGzPath()
2902 if (!angle::FindTestDataPath("gen/trace_list.json", traceListPath, kMaxPath)) in RegisterTraceTests()