Searched refs:createProgramInfoWithStencil (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/ |
H A D | GrSimpleMeshDrawOpHelperWithStencil.cpp | 48 GrProgramInfo* GrSimpleMeshDrawOpHelperWithStencil::createProgramInfoWithStencil( in createProgramInfoWithStencil() function in GrSimpleMeshDrawOpHelperWithStencil
|
H A D | GrSimpleMeshDrawOpHelperWithStencil.h | 52 GrProgramInfo* createProgramInfoWithStencil(const GrCaps*,
|
H A D | RegionOp.cpp | 134 fProgramInfo = fHelper.createProgramInfoWithStencil(caps, arena, writeView, usesMSAASurface, in onCreateProgramInfo()
|
H A D | AALinearizingConvexPathRenderer.cpp | 208 fProgramInfo = fHelper.createProgramInfoWithStencil(caps, arena, writeView, usesMSAASurface, in onCreateProgramInfo()
|
H A D | TriangulatingPathRenderer.cpp | 462 fProgramInfo = fHelper.createProgramInfoWithStencil(caps, arena, writeView, in onCreateProgramInfo()
|
H A D | FillRectOp.cpp | 244 fProgramInfo = fHelper.createProgramInfoWithStencil(caps, arena, writeView, usesMSAASurface, in onCreateProgramInfo()
|
H A D | DefaultPathRenderer.cpp | 527 fProgramInfo = fHelper.createProgramInfoWithStencil(caps, arena, writeView, in onCreateProgramInfo()
|
H A D | AAConvexPathRenderer.cpp | 798 fProgramInfo = fHelper.createProgramInfoWithStencil(caps, arena, writeView, usesMSAASurface, in onCreateProgramInfo()
|