Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDeferredDisplayList.h69 class OpStatePair {
71 OpStatePair() in OpStatePair() function
73 OpStatePair(DrawOp* newOp, const DeferredDisplayState* newState) in OpStatePair() function
75 OpStatePair(const OpStatePair& other) in OpStatePair() function
DDeferredDisplayList.cpp73 mOps.add(OpStatePair(op, state)); in add()
141 Vector<OpStatePair> mOps;
DDisplayListOp.h145 const Vector<OpStatePair>& ops, const Rect& bounds) { in multiDraw()
767 const Vector<OpStatePair>& ops, const Rect& bounds) { in multiDraw()
989 const Vector<OpStatePair>& ops, const Rect& bounds) { in multiDraw()
1464 const Vector<OpStatePair>& ops, const Rect& bounds) { in multiDraw()