Searched refs:fGeometryProcessor (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/gpu/ganesh/ops/ |
D | AtlasTextOp.cpp | 256 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()
|
D | SmallPathRenderer.cpp | 115 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()
|
D | AtlasTextOp.h | 124 GrGeometryProcessor* fGeometryProcessor; member
|
/external/skia/src/gpu/ganesh/ |
D | GrOpFlushState.cpp | 60 fCurrDraw->fGeometryProcessor, in executeDrawsAndUploadsForMeshDrawOp() 170 draw.fGeometryProcessor = geomProc; in recordDraw() 252 for (int i = 0; i < fGeometryProcessor->numTextureSamplers(); ++i) { in ~Draw()
|
D | GrOpFlushState.h | 282 const GrGeometryProcessor* fGeometryProcessor = nullptr; member
|