Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
DAtlasTextOp.cpp236 flushInfo.fGeometryProcessor = this->setupDfProcessor(target->allocator(), in onPrepareDraws()
244 flushInfo.fGeometryProcessor = GrBitmapTextGeoProc::Make( in onPrepareDraws()
249 const int vertexStride = (int)flushInfo.fGeometryProcessor->vertexStride(); in onPrepareDraws()
341 GrGeometryProcessor* gp = flushInfo->fGeometryProcessor; in createDrawForGeneratedGlyphs()
383 target->recordDraw(flushInfo->fGeometryProcessor, mesh, 1, flushInfo->fPrimProcProxies, in createDrawForGeneratedGlyphs()
DSmallPathRenderer.cpp111 GrGeometryProcessor* fGeometryProcessor; member
188 flushInfo.fGeometryProcessor = GrDistanceFieldPathGeoProc::Make( in onPrepareDraws()
200 flushInfo.fGeometryProcessor = GrBitmapTextGeoProc::Make( in onPrepareDraws()
207 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.h126 GrGeometryProcessor* fGeometryProcessor; member
/third_party/skia/src/gpu/
DGrOpFlushState.cpp59 fCurrDraw->fGeometryProcessor, in executeDrawsAndUploadsForMeshDrawOp()
169 draw.fGeometryProcessor = geomProc; in recordDraw()
249 for (int i = 0; i < fGeometryProcessor->numTextureSamplers(); ++i) { in ~Draw()
DGrOpFlushState.h280 const GrGeometryProcessor* fGeometryProcessor = nullptr; member