Searched refs:opIndex (Results 1 – 5 of 5) sorted by relevance
522 for (size_t opIndex = chunk.beginOpIndex; opIndex < chunk.endOpIndex; opIndex++) { in deferNodeOps() local523 const RecordedOp* op = displayList.getOps()[opIndex]; in deferNodeOps()528 && static_cast<int>(opIndex) == displayList.projectionReceiveIndex)) { in deferNodeOps()
1106 for (size_t opIndex = chunk.beginOpIndex; opIndex < chunk.endOpIndex; opIndex++) { in pushLayerUpdate() local1107 DisplayListOp *op = mDisplayList->getOps()[opIndex]; in pushLayerUpdate()1114 opIndex == static_cast<size_t>(projectionReceiveIndex))) { in pushLayerUpdate()
561 int opIndex = addDrawOp(op); in addRenderNodeOp() local571 mDisplayList->projectionReceiveIndex = opIndex; in addRenderNodeOp()574 return opIndex; in addRenderNodeOp()
569 int opIndex = addOp(op); in drawRenderNode() local570 if (CC_LIKELY(opIndex >= 0)) { in drawRenderNode()579 mDisplayList->projectionReceiveIndex = opIndex; in drawRenderNode()
36 for (size_t opIndex = chunk.beginOpIndex; opIndex < chunk.endOpIndex; opIndex++) { in playbackOps() local37 RecordedOp* op = displayList.getOps()[opIndex]; in playbackOps()