Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayList.h118 size_t beginOpIndex; member
DDisplayListRenderer.cpp480 newChunk.beginOpIndex = insertIndex; in addOpAndUpdateChunk()
DRenderNode.cpp929 for (int opIndex = chunk.beginOpIndex; opIndex < chunk.endOpIndex; opIndex++) { in issueOperations()