Home | History | Annotate | Download | only in hwui

Lines Matching refs:DeferredDisplayState

69     virtual void add(DrawOp* op, const DeferredDisplayState* state, bool opaqueOverBounds) {
101 const DeferredDisplayState* state = mOps[i].state;
187 bool canMergeWith(const DrawOp* op, const DeferredDisplayState* state) {
196 const DeferredDisplayState* lhs = state;
197 const DeferredDisplayState* rhs = mOps[0].state;
252 virtual void add(DrawOp* op, const DeferredDisplayState* state, bool opaqueOverBounds) {
305 StateOpBatch(const StateOp* op, const DeferredDisplayState* state) : mOp(op), mState(state) {}
321 const DeferredDisplayState* mState;
326 RestoreToCountBatch(const StateOp* op, const DeferredDisplayState* state, int restoreCount) :
340 const DeferredDisplayState* mState;
493 DeferredDisplayState* const state = createState();
619 DeferredDisplayState* state = createState();
632 DeferredDisplayState* state = createState();