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

/frameworks/base/libs/hwui/
H A DDisplayList.h134 int projectionReceiveIndex; member in class:android::uirenderer::DisplayListData
H A DRenderNode.cpp555 const bool isProjectionReceiver = mDisplayListData->projectionReceiveIndex >= 0;
809 (mDisplayListData->displayListOps[mDisplayListData->projectionReceiveIndex]);
898 const int projectionReceiveIndex = mDisplayListData->projectionReceiveIndex; local
916 if (CC_UNLIKELY(!mProjectedNodes.isEmpty() && projectionReceiveIndex >= 0 &&
917 opIndex == static_cast<size_t>(projectionReceiveIndex))) {

Completed in 82 milliseconds