Searched defs:wideColor (Results 1 – 14 of 14) sorted by relevance
/external/skia/src/gpu/effects/ |
D | GrBitmapTextGeoProc.cpp | 116 bool wideColor, in GrBitmapTextGeoProc() 226 bool wideColor = d->fRandom->nextBool(); in TestCreate() local
|
D | GrBitmapTextGeoProc.h | 31 bool wideColor, in Make()
|
D | GrDistanceFieldGeoProc.cpp | 483 bool wideColor, in GrDistanceFieldPathGeoProc() 569 bool wideColor = d->fRandom->nextBool(); in TestCreate() local
|
D | GrDistanceFieldGeoProc.h | 142 const SkMatrix& matrix, bool wideColor, in Make()
|
/external/skia/tools/gpu/ |
D | TestOps.cpp | 27 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/ |
D | GrSimpleMeshDrawOpHelperWithStencil.cpp | 28 GrProcessorAnalysisCoverage geometryCoverage, SkPMColor4f* geometryColor, bool* wideColor) { in finalizeProcessors()
|
D | GrOvalOpFactory.cpp | 73 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 …]
|
D | AAConvexPathRenderer.cpp | 556 bool wideColor) { in Make() 576 QuadEdgeEffect(const SkMatrix& localMatrix, bool usesLocalCoords, bool wideColor) in QuadEdgeEffect() 679 bool wideColor = d->fRandom->nextBool(); in TestCreate() local
|
D | LatticeOp.cpp | 39 bool wideColor) { in Make() 104 GrSamplerState::Filter filter, bool wideColor) in LatticeGP()
|
D | RegionOp.cpp | 27 bool wideColor) { in make_gp()
|
D | GrSimpleMeshDrawOpHelper.cpp | 70 GrProcessorAnalysisCoverage geometryCoverage, SkPMColor4f* geometryColor, bool* wideColor) { in finalizeProcessors()
|
D | StrokeRectOp.cpp | 373 bool wideColor) { in create_aa_stroke_rect_gp() 798 bool wideColor, in generateAAStrokeRectGeometry()
|
D | AALinearizingConvexPathRenderer.cpp | 67 bool wideColor) { in create_lines_only_gp()
|
/external/skia/src/gpu/ |
D | GrGeometryProcessor.h | 226 static Attribute MakeColorAttribute(const char* name, bool wideColor) { in MakeColorAttribute()
|