Home
last modified time | relevance | path

Searched refs:endOpIndex (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DDisplayList.h119 size_t endOpIndex; member
DDisplayListRenderer.cpp481 newChunk.endOpIndex = insertIndex + 1; in addOpAndUpdateChunk()
489 mDisplayListData->chunks.editTop().endOpIndex = insertIndex + 1; in addOpAndUpdateChunk()
DRenderNode.cpp929 for (int opIndex = chunk.beginOpIndex; opIndex < chunk.endOpIndex; opIndex++) { in issueOperations()