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

/frameworks/base/libs/hwui/
H A DDisplayList.h140 int projectionReceiveIndex; member in class:android::uirenderer::DisplayListData
H A DRenderNode.cpp529 const bool isProjectionReceiver = mDisplayListData->projectionReceiveIndex >= 0;
765 (mDisplayListData->displayListOps[mDisplayListData->projectionReceiveIndex]);
876 const int projectionReceiveIndex = mDisplayListData->projectionReceiveIndex; local
896 if (CC_UNLIKELY(!mProjectedNodes.isEmpty() && opIndex == projectionReceiveIndex)) {

Completed in 214 milliseconds