Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ets/ets/pages/
H A Dmyxnode.ts47 this.TestPerformanceGpuUpScreen(canvas);
65 TestPerformanceGpuUpScreen(canvas: drawing.Canvas) {
74 let time = test.TestPerformanceGpuUpScreen(canvas);
118 TestPerformanceGpuUpScreen(caseName: string, count: number) {
H A Dtestbase.ts170 public TestPerformanceGpuUpScreen(canvas: drawing.Canvas): number {
H A DIndex.ets300 this.myNodeController.TestPerformanceGpuUpScreen(this.caseNameStr, testCount);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/test_case/
H A Dtest_base.h39 void TestPerformanceGpuUpScreen();
H A Dtest_base.cpp112 void TestBase::TestPerformanceGpuUpScreen() in TestPerformanceGpuUpScreen() function in OHOS::Rosen::TestBase
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/
H A Ddrawing_demo.cpp297 testCase->TestPerformanceGpuUpScreen(); in TestPerformance()