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

/frameworks/base/libs/hwui/
H A DDisplayList.cpp32 : projectionReceiveIndex(-1)
H A DDisplayList.h134 int projectionReceiveIndex; member in class:android::uirenderer::DisplayListData
H A DRenderNode.cpp555 const bool isProjectionReceiver = mDisplayListData->projectionReceiveIndex >= 0;
811 (mDisplayListData->displayListOps[mDisplayListData->projectionReceiveIndex]);
903 const int projectionReceiveIndex = mDisplayListData->projectionReceiveIndex; local
921 if (CC_UNLIKELY(!mProjectedNodes.isEmpty() && projectionReceiveIndex >= 0 &&
922 opIndex == static_cast<size_t>(projectionReceiveIndex))) {
H A DRenderNode.h120 return mDisplayListData && mDisplayListData->projectionReceiveIndex >= 0;
H A DDisplayListCanvas.cpp586 mDisplayListData->projectionReceiveIndex = opIndex;

Completed in 3696 milliseconds