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

/external/skia/src/gpu/ops/
H A DGrOvalOpFactory.cpp90 fInUnionPlane = &this->addVertexAttrib("inUnionPlane", kHalf3_GrVertexAttribType);
92 fInUnionPlane = nullptr;
141 if (cgp.fInUnionPlane) {
144 varyingHandler->addPassThroughAttribute(cgp.fInUnionPlane, "unionPlane");
191 if (cgp.fInUnionPlane) {
223 key |= cgp.fInUnionPlane ? 0x10 : 0x0;
244 const Attribute* fInUnionPlane; member in class:CircleGeometryProcessor
/external/skqp/src/gpu/ops/
H A DGrOvalOpFactory.cpp87 fInUnionPlane = &this->addVertexAttrib("inUnionPlane", kHalf3_GrVertexAttribType);
89 fInUnionPlane = nullptr;
131 if (cgp.fInUnionPlane) {
134 varyingHandler->addPassThroughAttribute(cgp.fInUnionPlane, "unionPlane");
170 if (cgp.fInUnionPlane) {
189 key |= cgp.fInUnionPlane ? 0x10 : 0x0;
209 const Attribute* fInUnionPlane; member in class:CircleGeometryProcessor

Completed in 134 milliseconds