Searched refs:projectionReceiveIndex (Results 1 – 8 of 8) sorted by relevance
36 : projectionReceiveIndex(-1) in DisplayList()
738 const bool isProjectionReceiver = mDisplayList->projectionReceiveIndex >= 0; in pushLayerUpdate()996 (mDisplayList->getOps()[mDisplayList->projectionReceiveIndex]); in pushLayerUpdate()1096 const int projectionReceiveIndex = mDisplayList->projectionReceiveIndex; in pushLayerUpdate() local1113 if (CC_UNLIKELY(!mProjectedNodes.empty() && projectionReceiveIndex >= 0 && in pushLayerUpdate()1114 opIndex == static_cast<size_t>(projectionReceiveIndex))) { in pushLayerUpdate()
155 int projectionReceiveIndex; variable
140 return mDisplayList && mDisplayList->projectionReceiveIndex >= 0; in hasProjectionReceiver()
527 && displayList.projectionReceiveIndex >= 0 in deferNodeOps()528 && static_cast<int>(opIndex) == displayList.projectionReceiveIndex)) { in deferNodeOps()
571 mDisplayList->projectionReceiveIndex = opIndex; in addRenderNodeOp()
579 mDisplayList->projectionReceiveIndex = opIndex; in drawRenderNode()
529 EXPECT_EQ(-1, dl->projectionReceiveIndex) in TEST()546 EXPECT_EQ(1, dl->projectionReceiveIndex) in TEST()