Home
last modified time | relevance | path

Searched refs:fGeomProcProxies (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrOpFlushState.cpp64 this->bindTextures(programInfo.geomProc(), fCurrDraw->fGeomProcProxies, in executeDrawsAndUploadsForMeshDrawOp()
161 draw.fGeomProcProxies = geomProcProxies; in recordDraw()
241 SkASSERT(fGeomProcProxies && fGeomProcProxies[i]); in ~Draw()
242 fGeomProcProxies[i]->unref(); in ~Draw()
DGrOpFlushState.h284 const GrSurfaceProxy* const* fGeomProcProxies = nullptr; member