Home
last modified time | relevance | path

Searched defs:atlasProxy (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/ganesh/ops/
DAtlasPathRenderer.cpp36 template<typename T> bool refs_atlas(const T* proxyOwner, const GrSurfaceProxy* atlasProxy) { in refs_atlas()
267 const GrSurfaceProxy* atlasProxy = fAtlasRenderTasks.back()->atlasProxy(); in onCanDrawPath() local
363 auto drawRefsAtlasCallback = [opBeingClipped, &inputFP](const GrSurfaceProxy* atlasProxy) { in makeAtlasClipEffect()
DAtlasRenderTask.h34 const GrTextureProxy* atlasProxy() const { return fDynamicAtlas->textureProxy(); } in atlasProxy() function
/external/skia/src/gpu/graphite/
DPathAtlas.cpp59 const TextureProxy* atlasProxy = this->onAddShape(shape, in addShape() local