Searched refs:unionPlane (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/ops/
H A DGrOvalOpFactory.cpp77 CircleGeometryProcessor(bool stroke, bool clipPlane, bool isectPlane, bool unionPlane, argument
96 if (unionPlane) {
146 fragBuilder->codeAppend("vec3 unionPlane;");
147 varyingHandler->addPassThroughAttribute(cgp.fInUnionPlane, "unionPlane");
202 "unionPlane.xy) + unionPlane.z, 0.0, 1.0);");

Completed in 80 milliseconds