Home
last modified time | relevance | path

Searched refs:GetFunctionCpuCase (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dmy_xnode.cpp131 auto testCase = TestCaseFactory::GetFunctionCpuCase(caseName); in NapiGetPixelMapWidth()
164 auto testCase = TestCaseFactory::GetFunctionCpuCase(caseName); in NapiGetPixelMapHeight()
179 auto testCase = TestCaseFactory::GetFunctionCpuCase(caseName); in TestFunction()
H A Dtestcasefactory.h25 static std::shared_ptr<TestBase> GetFunctionCpuCase(std::string caseName);
H A Dmy_xcomponent.cpp294 auto testCase = TestCaseFactory::GetFunctionCpuCase(caseName); in TestFunctionCpu()
339 auto testCase = TestCaseFactory::GetFunctionCpuCase(caseName); in TestFunctionGpu()
H A Dtestcasefactory.cpp533 std::shared_ptr<TestBase> TestCaseFactory::GetFunctionCpuCase(std::string caseName) in GetFunctionCpuCase() function in TestCaseFactory