HomeSort by relevance Sort by last modified time
    Searched defs:mDisplayListData (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
DisplayListCanvas.h 256 LinearAllocator& alloc() { return mDisplayListData->allocator; }
273 T* dstBuffer = (T*) mDisplayListData->allocator.alloc(count * sizeof(T));
288 mDisplayListData->pathResources.add(cachedPath);
312 mDisplayListData->paints.push_back(std::move(copy));
327 mDisplayListData->paints.push_back(std::move(copy));
342 mDisplayListData->regions.push_back(std::move(copy));
358 mDisplayListData->bitmapResources.push_back(localBitmap);
363 mDisplayListData->patchResources.add(patch);
373 DisplayListData* mDisplayListData;
RenderNode.h 116 return mDisplayListData && !mDisplayListData->isEmpty();
120 return mDisplayListData && mDisplayListData->projectionReceiveIndex >= 0;
259 DisplayListData* mDisplayListData;
281 // mDisplayListData, not mStagingDisplayListData.

Completed in 59 milliseconds