Home
last modified time | relevance | path

Searched refs:testCount_ (Results 1 - 25 of 27) sorted by relevance

12

/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dcanvas_test.cpp47 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
66 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
80 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
90 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
99 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
109 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
121 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
131 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
142 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
151 for (int i = 0; i < testCount_; in OnTestPerformance()
[all...]
H A Dcolor_test.cpp39 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
58 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
81 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
98 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
115 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
132 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
148 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
160 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
H A Dpath_test.cpp39 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
56 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
77 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
94 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
113 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
137 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
150 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
169 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
188 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
199 for (int i = 0; i < testCount_; in OnTestPerformance()
[all...]
H A Dmatrix_test.cpp42 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
61 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
80 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
98 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
113 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
142 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
171 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
199 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
H A Dbitmap_test.cpp44 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
67 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
93 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
115 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
H A Dtext_blob_test.cpp51 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
80 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
95 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
114 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
132 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
155 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
H A Dshader_effect_test.cpp50 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
75 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
99 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
132 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
H A Dtypeface_test.cpp53 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
82 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
108 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
H A Dpen_test.cpp31 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
H A Dfont_test.cpp30 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
H A Dbrush_test.cpp31 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
H A Dsurface_test.cpp47 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
H A Dmemory_stream_test.cpp44 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
H A Dsample_option_test.cpp45 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
H A Dmask_filter_test.cpp51 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/test_case/
H A Dtest_base.cpp83 testCount_ = count; in SetTestCount()
132 stream << "DrawingApiTest TotalApiCallCount: [" << testCount_ << "]"; in LogEnd() local
H A Ddraw_rect_test.cpp34 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
H A Ddraw_path_test.cpp47 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
H A Dtest_base.h71 uint32_t testCount_ = DEFAULT_TEST_COUNT; member in OHOS::Rosen::TestBase
H A Ddraw_textblob_test.cpp95 for (int i = 0; i < testCount_; i++) { in OnTestPerformance()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/
H A Ddrawing_demo.h74 int testCount_ = DEFAULT_TEST_COUNT; member in OHOS::Rosen::DrawingDemo
H A Ddrawing_demo.cpp282 testCount_ = std::stoi(testCountStr); in GetPerformanceParam()
316 testCase->SetTestCount(testCount_); in TestPerformance()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dmy_xcomponent.cpp272 testCase->SetTestCount(testCount_); in TestPerformanceCpu()
286 testCase->SetTestCount(testCount_); in TestPerformanceGpu()
310 testCase->SetTestCount(testCount_); in TestStabilityCpuInner()
323 testCase->SetTestCount(testCount_); in TestStabilityCpuInner()
352 testCount_ = testCount; in SetTestCount()
H A Dmy_xcomponent.h100 uint32_t testCount_ = DEFAULT_TESTCOUNT; member in MyXComponent
H A Dtest_base.h64 // CPU drawing performance test, execute critical interface testCount_ times repeatedly
111 uint32_t testCount_ = DEFAULT_TESTCOUNT; member in TestBase

Completed in 9 milliseconds

12