Searched refs:fGeometryProcessor (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/ |
H A D | AtlasTextOp.cpp | 270 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 D | SmallPathRenderer.cpp | 169 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 D | AtlasTextOp.h | 143 GrGeometryProcessor* fGeometryProcessor; member
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | GrOpFlushState.cpp | 67 fCurrDraw->fGeometryProcessor, in executeDrawsAndUploadsForMeshDrawOp() 177 draw.fGeometryProcessor = geomProc; in recordDraw() 259 for (int i = 0; i < fGeometryProcessor->numTextureSamplers(); ++i) { in ~Draw()
|
H A D | GrOpFlushState.h | 313 const GrGeometryProcessor* fGeometryProcessor = nullptr; member
|