Home
last modified time | relevance | path

Searched defs:wideColor (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/gpu/ganesh/effects/
DGrBitmapTextGeoProc.cpp125 bool wideColor, in GrBitmapTextGeoProc()
237 bool wideColor = d->fRandom->nextBool(); in GR_DEFINE_GEOMETRY_PROCESSOR_TEST() local
DGrBitmapTextGeoProc.h37 bool wideColor, in Make()
/external/skia/tools/gpu/
DTestOps.cpp27 GP(const SkMatrix& localMatrix, bool wideColor) in GP()
76 bool wideColor() const { return fInColor.cpuType() != kUByte4_norm_GrVertexAttribType; } in wideColor() function in __anon4dcafa0b0111::GP
/external/skia/src/gpu/ganesh/ops/
DGrSimpleMeshDrawOpHelperWithStencil.cpp28 GrProcessorAnalysisCoverage geometryCoverage, SkPMColor4f* geometryColor, bool* wideColor) { in finalizeProcessors()
DGrOvalOpFactory.cpp76 bool wideColor, const SkMatrix& localMatrix) { in Make()
102 bool roundCaps, bool wideColor, const SkMatrix& localMatrix) in CircleGeometryProcessor()
264 bool wideColor = d->fRandom->nextBool(); in GR_DEFINE_GEOMETRY_PROCESSOR_TEST() local
276 static GrGeometryProcessor* Make(SkArenaAlloc* arena, bool wideColor, in Make()
298 ButtCapDashedCircleGeometryProcessor(bool wideColor, const SkMatrix& localMatrix) in ButtCapDashedCircleGeometryProcessor()
514 bool wideColor = d->fRandom->nextBool(); in TestCreate() local
532 static GrGeometryProcessor* Make(SkArenaAlloc* arena, bool stroke, bool wideColor, in Make()
555 EllipseGeometryProcessor(bool stroke, bool wideColor, bool useScale, in EllipseGeometryProcessor()
707 bool wideColor = d->fRandom->nextBool(); in GR_DEFINE_GEOMETRY_PROCESSOR_TEST() local
729 static GrGeometryProcessor* Make(SkArenaAlloc* arena, bool wideColor, bool useScale, in Make()
[all …]
DAAConvexPathRenderer.cpp557 bool wideColor) { in Make()
577 QuadEdgeEffect(const SkMatrix& localMatrix, bool usesLocalCoords, bool wideColor) in QuadEdgeEffect()
680 bool wideColor = d->fRandom->nextBool(); in GR_DEFINE_GEOMETRY_PROCESSOR_TEST() local
DLatticeOp.cpp39 bool wideColor) { in Make()
104 GrSamplerState::Filter filter, bool wideColor) in LatticeGP()
DRegionOp.cpp27 bool wideColor) { in make_gp()
DGrSimpleMeshDrawOpHelper.cpp70 GrProcessorAnalysisCoverage geometryCoverage, SkPMColor4f* geometryColor, bool* wideColor) { in finalizeProcessors()
DStrokeRectOp.cpp373 bool wideColor) { in create_aa_stroke_rect_gp()
798 bool wideColor, in generateAAStrokeRectGeometry()
DAALinearizingConvexPathRenderer.cpp67 bool wideColor) { in create_lines_only_gp()
/external/skia/src/gpu/ganesh/
DGrGeometryProcessor.h224 static Attribute MakeColorAttribute(const char* name, bool wideColor) { in MakeColorAttribute()