Home
last modified time | relevance | path

Searched refs:TestFunctionGpuUpScreen (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ets/ets/pages/
H A Dmyxnode.ts44 this.TestFunctionGpuUpScreen(canvas);
54 TestFunctionGpuUpScreen(canvas: drawing.Canvas) {
61 test.TestFunctionGpuUpScreen(canvas);
H A Dtestbase.ts162 public TestFunctionGpuUpScreen(canvas: drawing.Canvas) {
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/test_case/
H A Dtest_base.h38 void TestFunctionGpuUpScreen();
H A Dtest_base.cpp104 void TestBase::TestFunctionGpuUpScreen() in TestFunctionGpuUpScreen() function in OHOS::Rosen::TestBase
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/
H A Ddrawing_demo.cpp215 testCase->TestFunctionGpuUpScreen(); in TestFunction()