Home
last modified time | relevance | path

Searched refs:mMeshes (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaDisplayList.cpp108 for (auto mesh : mMeshes) { in prepareListAndChildren()
178 mMeshes.clear(); in reset()
H A DSkiaDisplayList.h171 std::vector<const Mesh*> mMeshes; variable
H A DSkiaRecordingCanvas.cpp325 mDisplayList->mMeshes.push_back(&mesh); in drawMesh()