Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
DAtlasPathRenderer.cpp35 template<typename T> bool refs_atlas(const T* proxyOwner, const GrSurfaceProxy* atlasProxy) { in refs_atlas()
259 const GrSurfaceProxy* atlasProxy = fAtlasRenderTasks.back()->atlasProxy(); in onCanDrawPath() local
353 auto drawRefsAtlasCallback = [opBeingClipped, &inputFP](const GrSurfaceProxy* atlasProxy) { in makeAtlasClipEffect()
DAtlasRenderTask.h33 const GrTextureProxy* atlasProxy() const { return fDynamicAtlas->textureProxy(); } in atlasProxy() function
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCDrawPathsOp.cpp405 GrCCPathProcessor::CoverageMode coverageMode, GrTextureProxy* atlasProxy, int instanceIdx) { in recordInstance()
444 GrTextureProxy* atlasProxy = range.fAtlasProxy; in onExecute() local
/third_party/flutter/skia/tests/
DOnFlushCallbackTest.cpp437 sk_sp<GrTextureProxy> atlasProxy) { in make_upstream_image()