Home | History | Annotate | Download | only in effects

Lines Matching refs:addVertexAttrib

968     fInPosition = &this->addVertexAttrib(Attribute("inPosition", kVec2f_GrVertexAttribType));
969 fInDashParams = &this->addVertexAttrib(Attribute("inDashParams", kVec3f_GrVertexAttribType));
970 fInCircleParams = &this->addVertexAttrib(Attribute("inCircleParams",
1200 fInPosition = &this->addVertexAttrib(Attribute("inPosition", kVec2f_GrVertexAttribType));
1201 fInDashParams = &this->addVertexAttrib
1202 fInRectParams = &this->addVertexAttrib(Attribute("inRect", kVec4f_GrVertexAttribType));