Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrOvalOpFactory.cpp79 fInClipPlane = &this->addVertexAttrib("inClipPlane", kVec3f_GrVertexAttribType); in CircleGeometryProcessor()
81 fInClipPlane = nullptr; in CircleGeometryProcessor()
125 if (cgp.fInClipPlane) { in onEmitCode()
127 varyingHandler->addPassThroughAttribute(cgp.fInClipPlane, "clipPlane"); in onEmitCode()
130 SkASSERT(cgp.fInClipPlane); in onEmitCode()
135 SkASSERT(cgp.fInClipPlane); in onEmitCode()
165 if (cgp.fInClipPlane) { in onEmitCode()
191 key |= cgp.fInClipPlane ? 0x04 : 0x0; in GenKey()
211 const Attribute* fInClipPlane; member in CircleGeometryProcessor