Searched refs:fGeometryProcessor (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/src/gpu/ops/ |
D | AtlasTextOp.cpp | 236 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()
|
D | SmallPathRenderer.cpp | 111 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()
|
D | AtlasTextOp.h | 126 GrGeometryProcessor* fGeometryProcessor; member
|
/third_party/skia/src/gpu/ |
D | GrOpFlushState.cpp | 59 fCurrDraw->fGeometryProcessor, in executeDrawsAndUploadsForMeshDrawOp() 169 draw.fGeometryProcessor = geomProc; in recordDraw() 249 for (int i = 0; i < fGeometryProcessor->numTextureSamplers(); ++i) { in ~Draw()
|
D | GrOpFlushState.h | 280 const GrGeometryProcessor* fGeometryProcessor = nullptr; member
|