Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
H A DGrOvalOpFactory.cpp145 const CircleGeometryProcessor& cgp = args.fGeomProc.cast<CircleGeometryProcessor>(); variable
152 varyingHandler->emitAttributes(cgp);
154 varyingHandler->addPassThroughAttribute(cgp.fInCircleEdge.asShaderVar(), "circleEdge");
155 if (cgp.fInClipPlane.isInitialized()) {
157 varyingHandler->addPassThroughAttribute(cgp.fInClipPlane.asShaderVar(),
160 if (cgp.fInIsectPlane.isInitialized()) {
162 varyingHandler->addPassThroughAttribute(cgp.fInIsectPlane.asShaderVar(),
165 if (cgp.fInUnionPlane.isInitialized()) {
166 SkASSERT(cgp.fInClipPlane.isInitialized());
168 varyingHandler->addPassThroughAttribute(cgp
[all...]

Completed in 1 milliseconds