HomeSort by relevance Sort by last modified time
    Searched refs:projectionReceiveIndex (Results 1 - 8 of 8) sorted by null

  /frameworks/base/libs/hwui/
DisplayList.cpp 36 : projectionReceiveIndex(-1)
DisplayList.h 150 int projectionReceiveIndex;
RenderNode.cpp 748 const bool isProjectionReceiver = mDisplayList->projectionReceiveIndex >= 0;
    [all...]
RenderNode.h 140 return mDisplayList && mDisplayList->projectionReceiveIndex >= 0;
FrameBuilder.cpp 527 && displayList.projectionReceiveIndex >= 0
528 && static_cast<int>(opIndex) == displayList.projectionReceiveIndex)) {
    [all...]
DisplayListCanvas.cpp 571 mDisplayList->projectionReceiveIndex = opIndex;
RecordingCanvas.cpp 597 mDisplayList->projectionReceiveIndex = opIndex;
  /frameworks/base/libs/hwui/tests/unit/
RecordingCanvasTests.cpp 595 EXPECT_EQ(-1, dl->projectionReceiveIndex)
612 EXPECT_EQ(1, dl->projectionReceiveIndex)
    [all...]

Completed in 326 milliseconds