Home
last modified time | relevance | path

Searched refs:TestPerformanceGpu (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtest_base.h59 void TestPerformanceGpu(OH_Drawing_Canvas* canvas);
60 void TestPerformanceGpu(napi_env env);
H A Dtest_base.cpp122 void TestBase::TestPerformanceGpu(OH_Drawing_Canvas *canvas) in TestPerformanceGpu() function in TestBase
143 void TestBase::TestPerformanceGpu(napi_env env) in TestPerformanceGpu() function in TestBase
H A Dmy_xcomponent.h72 void TestPerformanceGpu(napi_env env, std::string caseName);
H A Dmy_xcomponent.cpp278 void MyXComponent::TestPerformanceGpu(napi_env env, std::string caseName) in TestPerformanceGpu() function in MyXComponent
287 testCase->TestPerformanceGpu(env); in TestPerformanceGpu()
775 render->TestPerformanceGpu(env, caseName); in NapiPerformanceGpu()
H A Dmy_xnode.cpp199 testCase->TestPerformanceGpu(canvas); in TestPerformance()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/ets/pages/
H A DIndex.ets263 return this.TestPerformanceGpu();
372 async TestPerformanceGpu() {
373 console.log(TAG, 'TestPerformanceGpu start');
382 console.log(TAG, 'TestPerformanceGpu end');