Home
last modified time | relevance | path

Searched refs:GrQuadSetEntry (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/gpu/ops/
DFillRectOp.h19 struct GrQuadSetEntry;
63 const GrQuadSetEntry quads[],
78 const GrQuadSetEntry quads[],
DFillRectOp.cpp490 const GrQuadSetEntry quads[], in MakeOp()
532 const GrQuadSetEntry quads[], in AddFillRectOps()
/third_party/skia/src/gpu/
DGrOpsTypes.h18 struct GrQuadSetEntry { struct
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext_v1.h33 struct GrQuadSetEntry;
233 const GrQuadSetEntry[], int cnt);
DSurfaceDrawContext.cpp842 const GrQuadSetEntry quads[], in drawQuadSet()
/third_party/skia/tests/
DBulkRectTest.cpp61 auto quads = new GrQuadSetEntry[requestedTotNumQuads]; in fillrectop_creation_test()
/third_party/skia/bench/
DBulkRectBench.cpp137 GrQuadSetEntry batch[kRectCount]; in drawSolidColorsBatch()