Searched defs:fInClipPlane (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/ops/
H A DGrOvalOpFactory.cpp80 fInClipPlane = &this->addVertexAttrib("inClipPlane", kHalf3_GrVertexAttribType);
82 fInClipPlane = nullptr;
132 if (cgp.fInClipPlane) {
134 varyingHandler->addPassThroughAttribute(cgp.fInClipPlane, "clipPlane");
137 SkASSERT(cgp.fInClipPlane);
142 SkASSERT(cgp.fInClipPlane);
182 if (cgp.fInClipPlane) {
221 key |= cgp.fInClipPlane ? 0x04 : 0x0;
242 const Attribute* fInClipPlane; member in class:CircleGeometryProcessor
/external/skqp/src/gpu/ops/
H A DGrOvalOpFactory.cpp77 fInClipPlane = &this->addVertexAttrib("inClipPlane", kHalf3_GrVertexAttribType);
79 fInClipPlane = nullptr;
122 if (cgp.fInClipPlane) {
124 varyingHandler->addPassThroughAttribute(cgp.fInClipPlane, "clipPlane");
127 SkASSERT(cgp.fInClipPlane);
132 SkASSERT(cgp.fInClipPlane);
161 if (cgp.fInClipPlane) {
187 key |= cgp.fInClipPlane ? 0x04 : 0x0;
207 const Attribute* fInClipPlane; member in class:CircleGeometryProcessor

Completed in 93 milliseconds