Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/ops/
DAtlasTextOp.cpp256 flushInfo.fGeometryProcessor = this->setupDfProcessor(target->allocator(), in onPrepareDraws()
266 flushInfo.fGeometryProcessor = GrBitmapTextGeoProc::Make( in onPrepareDraws()
272 const int vertexStride = (int)flushInfo.fGeometryProcessor->vertexStride(); in onPrepareDraws()
366 GrGeometryProcessor* gp = flushInfo->fGeometryProcessor; in createDrawForGeneratedGlyphs()
411 target->recordDraw(flushInfo->fGeometryProcessor, mesh, 1, flushInfo->fPrimProcProxies, in createDrawForGeneratedGlyphs()
DSmallPathRenderer.cpp115 GrGeometryProcessor* fGeometryProcessor; member
189 flushInfo.fGeometryProcessor = GrDistanceFieldPathGeoProc::Make( in onPrepareDraws()
194 flushInfo.fGeometryProcessor = GrBitmapTextGeoProc::Make( in onPrepareDraws()
201 const size_t kVertexStride = flushInfo.fGeometryProcessor->vertexStride(); in onPrepareDraws()
548 GrGeometryProcessor* gp = flushInfo->fGeometryProcessor; in flush()
576 target->recordDraw(flushInfo->fGeometryProcessor, mesh, 1, flushInfo->fPrimProcProxies, in flush()
DAtlasTextOp.h124 GrGeometryProcessor* fGeometryProcessor; member
/external/skia/src/gpu/ganesh/
DGrOpFlushState.cpp60 fCurrDraw->fGeometryProcessor, in executeDrawsAndUploadsForMeshDrawOp()
170 draw.fGeometryProcessor = geomProc; in recordDraw()
252 for (int i = 0; i < fGeometryProcessor->numTextureSamplers(); ++i) { in ~Draw()
DGrOpFlushState.h282 const GrGeometryProcessor* fGeometryProcessor = nullptr; member