Searched refs:fInIsectPlane (Results 1 – 1 of 1) sorted by relevance
92 fInIsectPlane = &this->addVertexAttrib("inIsectPlane", kVec3f_GrVertexAttribType); in CircleGeometryProcessor()94 fInIsectPlane = nullptr; in CircleGeometryProcessor()139 if (cgp.fInIsectPlane) { in onEmitCode()142 varyingHandler->addPassThroughAttribute(cgp.fInIsectPlane, "isectPlane"); in onEmitCode()194 if (cgp.fInIsectPlane) { in onEmitCode()217 key |= cgp.fInIsectPlane ? 0x08 : 0x0; in GenKey()237 const Attribute* fInIsectPlane; member in CircleGeometryProcessor