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

/frameworks/base/libs/hwui/
H A DDisplayList.cpp36 : projectionReceiveIndex(-1)
H A DDisplayList.h155 int projectionReceiveIndex; member in class:android::uirenderer::DisplayList
H A DRenderNode.cpp738 const bool isProjectionReceiver = mDisplayList->projectionReceiveIndex >= 0;
996 (mDisplayList->getOps()[mDisplayList->projectionReceiveIndex]);
1096 const int projectionReceiveIndex = mDisplayList->projectionReceiveIndex; local
1113 if (CC_UNLIKELY(!mProjectedNodes.empty() && projectionReceiveIndex >= 0 &&
1114 opIndex == static_cast<size_t>(projectionReceiveIndex))) {
H A DRenderNode.h140 return mDisplayList && mDisplayList->projectionReceiveIndex >= 0;
H A DFrameBuilder.cpp527 && displayList.projectionReceiveIndex >= 0
528 && static_cast<int>(opIndex) == displayList.projectionReceiveIndex)) {
H A DDisplayListCanvas.cpp571 mDisplayList->projectionReceiveIndex = opIndex;
H A DRecordingCanvas.cpp579 mDisplayList->projectionReceiveIndex = opIndex;
/frameworks/base/libs/hwui/tests/unit/
H A DRecordingCanvasTests.cpp529 EXPECT_EQ(-1, dl->projectionReceiveIndex)
546 EXPECT_EQ(1, dl->projectionReceiveIndex)

Completed in 3470 milliseconds