Home
last modified time | relevance | path

Searched refs:hasDrawOps (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DDisplayList.h159 return !hasDrawOps; in isEmpty()
172 bool hasDrawOps; variable
DDisplayList.cpp33 , hasDrawOps(false) { in DisplayListData()
DDisplayListCanvas.cpp572 mDisplayListData->hasDrawOps = true; in addDrawOp()