Home
last modified time | relevance | path

Searched defs:benchState (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/tests/microbench/
DDisplayListCanvasBench.cpp31 void BM_SkiaDisplayList_alloc(benchmark::State& benchState) { in BM_SkiaDisplayList_alloc()
40 void BM_SkiaDisplayList_alloc_theoretical(benchmark::State& benchState) { in BM_SkiaDisplayList_alloc_theoretical()
49 void BM_SkiaDisplayListCanvas_record_empty(benchmark::State& benchState) { in BM_SkiaDisplayListCanvas_record_empty()
61 void BM_SkiaDisplayListCanvas_record_saverestore(benchmark::State& benchState) { in BM_SkiaDisplayListCanvas_record_saverestore()
77 void BM_SkiaDisplayListCanvas_record_translate(benchmark::State& benchState) { in BM_SkiaDisplayListCanvas_record_translate()
96 void BM_SkiaDisplayListCanvas_record_simpleBitmapView(benchmark::State& benchState) { in BM_SkiaDisplayListCanvas_record_simpleBitmapView()
122 void BM_SkiaDisplayListCanvas_basicViewGroupDraw(benchmark::State& benchState) { in BM_SkiaDisplayListCanvas_basicViewGroupDraw()
DCanvasOpBench.cpp28 void BM_CanvasOpBuffer_alloc(benchmark::State& benchState) { in BM_CanvasOpBuffer_alloc()
37 void BM_CanvasOpBuffer_record_saverestore(benchmark::State& benchState) { in BM_CanvasOpBuffer_record_saverestore()
51 void BM_CanvasOpBuffer_record_saverestoreWithReuse(benchmark::State& benchState) { in BM_CanvasOpBuffer_record_saverestoreWithReuse()
65 void BM_CanvasOpBuffer_record_simpleBitmapView(benchmark::State& benchState) { in BM_CanvasOpBuffer_record_simpleBitmapView()
/frameworks/native/libs/renderengine/benchmark/
DRenderEngineBench.cpp145 benchmark::State& benchState, const char* saveFileName) { in benchDrawLayers()
180 void BM_blur(benchmark::State& benchState, Args&&... args) { in BM_blur()