Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrBitmapTextGeoProc.cpp116 bool wideColor, in GrBitmapTextGeoProc()
226 bool wideColor = d->fRandom->nextBool(); in TestCreate() local
DGrBitmapTextGeoProc.h31 bool wideColor, in Make()
DGrDistanceFieldGeoProc.cpp483 bool wideColor, in GrDistanceFieldPathGeoProc()
569 bool wideColor = d->fRandom->nextBool(); in TestCreate() local
DGrDistanceFieldGeoProc.h142 const SkMatrix& matrix, 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 __anonc4b271520111::GP
/external/skia/src/gpu/ops/
DGrSimpleMeshDrawOpHelperWithStencil.cpp28 GrProcessorAnalysisCoverage geometryCoverage, SkPMColor4f* geometryColor, bool* wideColor) { in finalizeProcessors()
DGrOvalOpFactory.cpp73 bool wideColor, const SkMatrix& localMatrix) { in Make()
99 bool roundCaps, bool wideColor, const SkMatrix& localMatrix) in CircleGeometryProcessor()
261 bool wideColor = d->fRandom->nextBool(); in TestCreate() local
273 static GrGeometryProcessor* Make(SkArenaAlloc* arena, bool wideColor, in Make()
295 ButtCapDashedCircleGeometryProcessor(bool wideColor, const SkMatrix& localMatrix) in ButtCapDashedCircleGeometryProcessor()
511 bool wideColor = d->fRandom->nextBool(); in TestCreate() local
529 static GrGeometryProcessor* Make(SkArenaAlloc* arena, bool stroke, bool wideColor, in Make()
552 EllipseGeometryProcessor(bool stroke, bool wideColor, bool useScale, in EllipseGeometryProcessor()
704 bool wideColor = d->fRandom->nextBool(); in TestCreate() local
726 static GrGeometryProcessor* Make(SkArenaAlloc* arena, bool wideColor, bool useScale, in Make()
[all …]
DAAConvexPathRenderer.cpp556 bool wideColor) { in Make()
576 QuadEdgeEffect(const SkMatrix& localMatrix, bool usesLocalCoords, bool wideColor) in QuadEdgeEffect()
679 bool wideColor = d->fRandom->nextBool(); in TestCreate() 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/
DGrGeometryProcessor.h226 static Attribute MakeColorAttribute(const char* name, bool wideColor) { in MakeColorAttribute()