Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/libs/hwui/tests/microbench/
H A 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()
H A 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()
/aosp_15_r20/frameworks/native/libs/renderengine/benchmark/
H A DRenderEngineBench.cpp157 benchmark::State& benchState, const char* saveFileName) { in benchDrawLayers()
213 void BM_homescreen(benchmark::State& benchState, Args&&... args) { in BM_homescreen()
241 void BM_homescreen_blur(benchmark::State& benchState, Args&&... args) { in BM_homescreen_blur()
279 void BM_homescreen_edgeExtension(benchmark::State& benchState, Args&&... args) { in BM_homescreen_edgeExtension()
/aosp_15_r20/external/zstd/contrib/largeNbDicts/
H A DlargeNbDicts.c697 BMK_timedFnState_t* const benchState = in benchMem() local