Searched refs:opIndex (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DRenderNode.cpp929 for (int opIndex = chunk.beginOpIndex; opIndex < chunk.endOpIndex; opIndex++) {
930 DisplayListOp *op = mDisplayListData->displayListOps[opIndex];
937 if (CC_UNLIKELY(!mProjectedNodes.isEmpty() && opIndex == projectionReceiveIndex)) {
H A DDisplayListRenderer.cpp517 int opIndex = addDrawOp(op); local
526 mDisplayListData->projectionReceiveIndex = opIndex;
528 return opIndex;

Completed in 561 milliseconds