Searched refs:opIndex (Results 1 – 4 of 4) sorted by relevance
370 int opIndex = opsReadyToRun.back(); in sortIntoRunOrder() local372 const Operation& operation = mOperations[opIndex]; in sortIntoRunOrder()374 runOrder.push_back(mOperations[opIndex]); in sortIntoRunOrder()
511 for (size_t opIndex = chunk.beginOpIndex; opIndex < chunk.endOpIndex; opIndex++) { in deferNodeOps() local512 const RecordedOp* op = displayList.getOps()[opIndex]; in deferNodeOps()517 static_cast<int>(opIndex) == displayList.projectionReceiveIndex)) { in deferNodeOps()
546 int opIndex = addOp(op); in drawRenderNode() local547 if (CC_LIKELY(opIndex >= 0)) { in drawRenderNode()556 mDisplayList->projectionReceiveIndex = opIndex; in drawRenderNode()
37 for (size_t opIndex = chunk.beginOpIndex; opIndex < chunk.endOpIndex; opIndex++) { in playbackOps() local38 RecordedOp* op = displayList.getOps()[opIndex]; in playbackOps()