Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDeferredDisplayList.cpp286 class StateOpBatch : public Batch { class
289 StateOpBatch(const StateOp* op, const DeferredDisplayState* state) : mOp(op), mState(state) {} in StateOpBatch() function in android::uirenderer::StateOpBatch
603 mBatches.add(new StateOpBatch(op, state)); in storeStateOpBarrier()