HomeSort by relevance Sort by last modified time
    Searched refs:DrawProfiler (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/hwui/
DrawProfiler.cpp 16 #include "DrawProfiler.h"
59 DrawProfiler::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::finishFrame()
    [all...]
DrawProfiler.h 27 class DrawProfiler {
29 DrawProfiler();
30 ~DrawProfiler();
Android.mk 29 DrawProfiler.cpp \
  /frameworks/base/libs/hwui/renderthread/
CanvasContext.h 29 #include "../DrawProfiler.h"
104 DrawProfiler& profiler() { return mProfiler; }
135 DrawProfiler mProfiler;

Completed in 1733 milliseconds