Searched refs:FindTestDataPath (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/angle/src/tests/cl_support/ |
H A D | angle_oclcts_gtest.cpp | 95 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 D | angle_end2end_tests_main.cpp | 65 if (!angle::FindTestDataPath(kTestExpectationsPath, foundDataPath.data(), foundDataPath.size())) in main()
|
/aosp_15_r20/external/angle/util/ |
H A D | OSWindow.h | 98 ANGLE_UTIL_EXPORT bool FindTestDataPath(const char *searchPath,
|
H A D | OSWindow.cpp | 458 bool FindTestDataPath(const char *searchPath, char *dataPathOut, size_t maxDataPathOutLen) in FindTestDataPath() function
|
/aosp_15_r20/external/angle/src/tests/deqp_support/ |
H A D | angle_deqp_libtester_main.cpp | 72 if (!angle::FindTestDataPath(ANGLE_DEQP_DATA_DIR, deqpDataDir, kMaxDataDirLen)) in deqp_libtester_init_platform()
|
H A D | angle_deqp_gtest.cpp | 262 if (angle::FindTestDataPath(path.c_str(), foundPath, kMaxFoundPathLen)) in FindFileFromPath()
|
/aosp_15_r20/external/angle/src/tests/perf_tests/ |
H A D | TracePerfTest.cpp | 848 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()
|