Home
last modified time | relevance | path

Searched refs:sampledProxyArray (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/mock/
DGrMockOpTarget.h111 UNIMPL(SkTArray<GrSurfaceProxy*, true>* sampledProxyArray())
/external/skia/src/gpu/ops/
DGrMeshDrawOp.h250 virtual SkTArray<GrSurfaceProxy*, true>* sampledProxyArray() = 0;
DGrAtlasTextOp.cpp231 target->sampledProxyArray()->push_back(views[i].proxy()); in onPrepareDraws()
361 target->sampledProxyArray()->push_back(views[i].proxy()); in createDrawForGeneratedGlyphs()
DGrSmallPathRenderer.cpp209 target->sampledProxyArray()->push_back(views[i].proxy()); in onPrepareDraws()
592 target->sampledProxyArray()->push_back(views[i].proxy()); in flush()
/external/skia/src/gpu/
DGrOpFlushState.h117 SkTArray<GrSurfaceProxy*, true>* sampledProxyArray() override { in sampledProxyArray() function