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

/frameworks/base/libs/hwui/tests/unit/
H A DRecordingCanvasTests.cpp36 for (size_t opIndex = chunk.beginOpIndex; opIndex < chunk.endOpIndex; opIndex++) {
37 RecordedOp* op = displayList.getOps()[opIndex];
/frameworks/base/libs/hwui/
H A DFrameBuilder.cpp522 for (size_t opIndex = chunk.beginOpIndex; opIndex < chunk.endOpIndex; opIndex++) {
523 const RecordedOp* op = displayList.getOps()[opIndex];
528 && static_cast<int>(opIndex) == displayList.projectionReceiveIndex)) {
H A DRenderNode.cpp1106 for (size_t opIndex = chunk.beginOpIndex; opIndex < chunk.endOpIndex; opIndex++) {
1107 DisplayListOp *op = mDisplayList->getOps()[opIndex];
1114 opIndex == static_cast<size_t>(projectionReceiveIndex))) {
H A DDisplayListCanvas.cpp561 int opIndex = addDrawOp(op); local
571 mDisplayList->projectionReceiveIndex = opIndex;
574 return opIndex;
H A DRecordingCanvas.cpp569 int opIndex = addOp(op); local
570 if (CC_LIKELY(opIndex >= 0)) {
579 mDisplayList->projectionReceiveIndex = opIndex;

Completed in 139 milliseconds