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

  /frameworks/base/libs/hwui/
DisplayList.h 85 SkPath* allocPathForFrame() {
86 return mRenderer.allocPathForFrame();
RenderNode.cpp 596 inline SkPath* allocPathForFrame() { return mDeferStruct.allocPathForFrame(); }
627 inline SkPath* allocPathForFrame() { return mReplayStruct.allocPathForFrame(); }
690 frameAllocatedPath = handler.allocPathForFrame();
699 frameAllocatedPath = handler.allocPathForFrame();
    [all...]
OpenGLRenderer.h 345 SkPath* allocPathForFrame() {
    [all...]

Completed in 100 milliseconds