Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayList.h116 size_t beginOpIndex; member
DDisplayListCanvas.cpp540 newChunk.beginOpIndex = insertIndex; in addOpAndUpdateChunk()
DRenderNode.cpp909 for (size_t opIndex = chunk.beginOpIndex; opIndex < chunk.endOpIndex; opIndex++) { in issueOperations()