Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
DGrOvalOpFactory.cpp82 b->addBool(fInClipPlane.isInitialized(), "clipPlane" ); in addToKey()
106 fInClipPlane = {"inClipPlane", kFloat3_GrVertexAttribType, kHalf3_GrSLType}; in CircleGeometryProcessor()
147 if (cgp.fInClipPlane.isInitialized()) { in onEmitCode()
149 varyingHandler->addPassThroughAttribute(cgp.fInClipPlane.asShaderVar(), in onEmitCode()
158 SkASSERT(cgp.fInClipPlane.isInitialized()); in onEmitCode()
200 if (cgp.fInClipPlane.isInitialized()) { in onEmitCode()
242 Attribute fInClipPlane; member in CircleGeometryProcessor