Home
last modified time | relevance | path

Searched refs:projectionReceiveIndex (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
DDisplayList.cpp33 : projectionReceiveIndex(-1) in DisplayListData()
DDisplayList.h136 int projectionReceiveIndex; variable
DRenderNode.cpp551 const bool isProjectionReceiver = mDisplayListData->projectionReceiveIndex >= 0; in computeOrderingImpl()
806 (mDisplayListData->displayListOps[mDisplayListData->projectionReceiveIndex]); in issueOperationsOfProjectedChildren()
917 const int projectionReceiveIndex = mDisplayListData->projectionReceiveIndex; in issueOperations() local
937 … if (CC_UNLIKELY(!mProjectedNodes.isEmpty() && opIndex == projectionReceiveIndex)) { in issueOperations()
DRenderNode.h122 return mDisplayListData && mDisplayListData->projectionReceiveIndex >= 0; in hasProjectionReceiver()
DDisplayListRenderer.cpp526 mDisplayListData->projectionReceiveIndex = opIndex; in addRenderNodeOp()