Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DAtlasTextOp.cpp270 flushInfo.fGeometryProcessor = this->setupDfProcessor(target->allocator(), in onPrepareDraws()
280 flushInfo.fGeometryProcessor = GrBitmapTextGeoProc::Make( in onPrepareDraws()
286 const int vertexStride = (int)flushInfo.fGeometryProcessor->vertexStride(); in onPrepareDraws()
388 GrGeometryProcessor* gp = flushInfo->fGeometryProcessor; in createDrawForGeneratedGlyphs()
433 target->recordDraw(flushInfo->fGeometryProcessor, mesh, 1, flushInfo->fPrimProcProxies, in createDrawForGeneratedGlyphs()
H A DSmallPathRenderer.cpp169 GrGeometryProcessor* fGeometryProcessor; member
243 flushInfo.fGeometryProcessor = GrDistanceFieldPathGeoProc::Make( in onPrepareDraws()
248 flushInfo.fGeometryProcessor = GrBitmapTextGeoProc::Make( in onPrepareDraws()
255 const size_t kVertexStride = flushInfo.fGeometryProcessor->vertexStride(); in onPrepareDraws()
602 GrGeometryProcessor* gp = flushInfo->fGeometryProcessor; in flush()
630 target->recordDraw(flushInfo->fGeometryProcessor, mesh, 1, flushInfo->fPrimProcProxies, in flush()
H A DAtlasTextOp.h143 GrGeometryProcessor* fGeometryProcessor; member
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrOpFlushState.cpp67 fCurrDraw->fGeometryProcessor, in executeDrawsAndUploadsForMeshDrawOp()
177 draw.fGeometryProcessor = geomProc; in recordDraw()
259 for (int i = 0; i < fGeometryProcessor->numTextureSamplers(); ++i) { in ~Draw()
H A DGrOpFlushState.h313 const GrGeometryProcessor* fGeometryProcessor = nullptr; member