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

  /frameworks/base/libs/hwui/
DisplayList.cpp 33 : projectionReceiveIndex(-1)
DisplayList.h 140 int projectionReceiveIndex;
RenderNode.h 122 return mDisplayListData && mDisplayListData->projectionReceiveIndex >= 0;
RenderNode.cpp 529 const bool isProjectionReceiver = mDisplayListData->projectionReceiveIndex >= 0;
765 (mDisplayListData->displayListOps[mDisplayListData->projectionReceiveIndex]);
    [all...]
DisplayListRenderer.cpp 523 mDisplayListData->projectionReceiveIndex = opIndex;

Completed in 2373 milliseconds