/aosp_15_r20/external/skia/src/gpu/ganesh/ops/ |
H A D | GrSimpleMeshDrawOpHelper.cpp | 169 GrProgramInfo* GrSimpleMeshDrawOpHelper::CreateProgramInfo( in CreateProgramInfo() function in GrSimpleMeshDrawOpHelper 191 return CreateProgramInfo(caps, arena, pipeline, writeView, usesMSAASurface, geometryProcessor, in CreateProgramInfo() 195 GrProgramInfo* GrSimpleMeshDrawOpHelper::CreateProgramInfo(const GrCaps* caps, in CreateProgramInfo() function in GrSimpleMeshDrawOpHelper 228 return CreateProgramInfo(caps, in createProgramInfo()
|
H A D | GrSimpleMeshDrawOpHelper.h | 156 static GrProgramInfo* CreateProgramInfo(const GrCaps*, 171 static GrProgramInfo* CreateProgramInfo(const GrCaps*,
|
H A D | GrSimpleMeshDrawOpHelperWithStencil.cpp | 59 return CreateProgramInfo(caps, in createProgramInfoWithStencil()
|
H A D | AAHairLinePathRenderer.cpp | 1040 fProgramInfos[0] = GrSimpleMeshDrawOpHelper::CreateProgramInfo( in SK_MAKE_BITFIELD_CLASS_OPS() 1066 fProgramInfos[1] = GrSimpleMeshDrawOpHelper::CreateProgramInfo( in makeQuadProgramInfo() 1092 fProgramInfos[2] = GrSimpleMeshDrawOpHelper::CreateProgramInfo( in makeConicProgramInfo()
|
H A D | PathStencilCoverOp.cpp | 218 fCoverBBoxProgram = GrSimpleMeshDrawOpHelper::CreateProgramInfo( in prePreparePrograms()
|
H A D | LatticeOp.cpp | 270 fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, arena, writeView, in onCreateProgramInfo()
|
H A D | ShadowRRectOp.cpp | 590 fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, arena, writeView, in onCreateProgramInfo()
|
H A D | DashOp.cpp | 362 fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, in onCreateProgramInfo()
|
H A D | TextureOp.cpp | 694 fDesc->fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo( in onCreateProgramInfo()
|
/aosp_15_r20/external/skia/tools/gpu/ |
H A D | ProxyUtils.cpp | 97 GrProgramInfo* CreateProgramInfo(const GrCaps* caps, in CreateProgramInfo() function 121 return GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, arena, writeView, usesMSAASurface, in CreateProgramInfo()
|
H A D | ProxyUtils.h | 33 GrProgramInfo* CreateProgramInfo(const GrCaps*,
|
H A D | TestOps.cpp | 189 fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, in onCreateProgramInfo()
|
/aosp_15_r20/external/skia/tests/ |
H A D | PrimitiveProcessorTest.cpp | 156 fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, in onCreateProgramInfo()
|
H A D | GrGpuBufferTest.cpp | 136 fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo( in onCreateProgramInfo()
|
H A D | GrThreadSafeCacheTest.cpp | 532 return sk_gpu_test::CreateProgramInfo(caps, arena, writeView, usesMSAASurface, in createProgramInfo()
|
/aosp_15_r20/external/skia/gm/ |
H A D | fwidth_squircle.cpp | 182 return sk_gpu_test::CreateProgramInfo(caps, arena, writeView, usesMSAASurface, in createProgramInfo()
|
H A D | clockwise.cpp | 162 return sk_gpu_test::CreateProgramInfo(caps, arena, writeView, usesMSAASurface, in createProgramInfo()
|
H A D | attributes.cpp | 154 return sk_gpu_test::CreateProgramInfo(caps, in createProgramInfo()
|
H A D | beziereffects.cpp | 106 fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, arena, writeView, in onCreateProgramInfo()
|
/aosp_15_r20/external/skia/bench/ |
H A D | VertexColorSpaceBench.cpp | 190 fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, in onCreateProgramInfo()
|