Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrOvalOpFactory.cpp87 fInClipPlane = &this->addVertexAttrib("inClipPlane", kVec3f_GrVertexAttribType); in CircleGeometryProcessor()
89 fInClipPlane = nullptr; in CircleGeometryProcessor()
104 bool implementsDistanceVector() const override { return !fInClipPlane; } in implementsDistanceVector()
135 if (cgp.fInClipPlane) { in onEmitCode()
137 varyingHandler->addPassThroughAttribute(cgp.fInClipPlane, "clipPlane"); in onEmitCode()
140 SkASSERT(cgp.fInClipPlane); in onEmitCode()
145 SkASSERT(cgp.fInClipPlane); in onEmitCode()
190 if (cgp.fInClipPlane) { in onEmitCode()
216 key |= cgp.fInClipPlane ? 0x04 : 0x0; in GenKey()
236 const Attribute* fInClipPlane; member in CircleGeometryProcessor