Searched refs:DrawProfiler (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
H A DDrawProfiler.cpp16 #include "DrawProfiler.h"
59 DrawProfiler::DrawProfiler() function in class:android::uirenderer::DrawProfiler
74 DrawProfiler::~DrawProfiler() {
78 void DrawProfiler::setDensity(float density) {
87 void DrawProfiler::startFrame(nsecs_t recordDurationNanos) {
93 void DrawProfiler::markPlaybackStart() {
100 void DrawProfiler::markPlaybackEnd() {
107 void DrawProfiler
[all...]
H A DDrawProfiler.h27 class DrawProfiler { class in namespace:android::uirenderer
29 DrawProfiler();
30 ~DrawProfiler();
H A DAndroid.mk29 DrawProfiler.cpp \
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.h29 #include "../DrawProfiler.h"
104 DrawProfiler& profiler() { return mProfiler; }
135 DrawProfiler mProfiler;

Completed in 1671 milliseconds