Searched refs:GetFunctionCpuCase (Results 1 – 4 of 4) sorted by relevance
131 auto testCase = TestCaseFactory::GetFunctionCpuCase(caseName); in NapiGetPixelMapWidth()164 auto testCase = TestCaseFactory::GetFunctionCpuCase(caseName); in NapiGetPixelMapHeight()179 auto testCase = TestCaseFactory::GetFunctionCpuCase(caseName); in TestFunction()
25 static std::shared_ptr<TestBase> GetFunctionCpuCase(std::string caseName);
294 auto testCase = TestCaseFactory::GetFunctionCpuCase(caseName); in TestFunctionCpu()339 auto testCase = TestCaseFactory::GetFunctionCpuCase(caseName); in TestFunctionGpu()
533 std::shared_ptr<TestBase> TestCaseFactory::GetFunctionCpuCase(std::string caseName) in GetFunctionCpuCase() function in TestCaseFactory