Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrOvalOpFactory.cpp89 fInUnionPlane = &this->addVertexAttrib("inUnionPlane", kVec3f_GrVertexAttribType); in CircleGeometryProcessor()
91 fInUnionPlane = nullptr; in CircleGeometryProcessor()
134 if (cgp.fInUnionPlane) { in onEmitCode()
137 varyingHandler->addPassThroughAttribute(cgp.fInUnionPlane, "unionPlane"); in onEmitCode()
174 if (cgp.fInUnionPlane) { in onEmitCode()
193 key |= cgp.fInUnionPlane ? 0x10 : 0x0; in GenKey()
213 const Attribute* fInUnionPlane; member in CircleGeometryProcessor