Home
last modified time | relevance | path

Searched refs:fInIsectPlane (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/ops/
DGrOvalOpFactory.cpp84 fInIsectPlane = &this->addVertexAttrib("inIsectPlane", kVec3f_GrVertexAttribType); in CircleGeometryProcessor()
86 fInIsectPlane = nullptr; in CircleGeometryProcessor()
129 if (cgp.fInIsectPlane) { in onEmitCode()
132 varyingHandler->addPassThroughAttribute(cgp.fInIsectPlane, "isectPlane"); in onEmitCode()
169 if (cgp.fInIsectPlane) { in onEmitCode()
192 key |= cgp.fInIsectPlane ? 0x08 : 0x0; in GenKey()
212 const Attribute* fInIsectPlane; member in CircleGeometryProcessor