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

/frameworks/base/libs/hwui/
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 615 milliseconds