Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
DGrOvalOpFactory.cpp83 b->addBool(fInIsectPlane.isInitialized(), "isectPlane" ); in addToKey()
109 fInIsectPlane = {"inIsectPlane", kFloat3_GrVertexAttribType, kHalf3_GrSLType}; in CircleGeometryProcessor()
152 if (cgp.fInIsectPlane.isInitialized()) { in onEmitCode()
154 varyingHandler->addPassThroughAttribute(cgp.fInIsectPlane.asShaderVar(), in onEmitCode()
204 if (cgp.fInIsectPlane.isInitialized()) { in onEmitCode()
243 Attribute fInIsectPlane; member in CircleGeometryProcessor