Home | History | Annotate | Download | only in gl

Lines Matching defs:coords

23             // We only make the key indicate that device coords are referenced when the local coords
101 const GrGLShaderVar* coords;
105 coords = &builder->localCoordsAttribute();
109 coords = &builder->positionAttribute();
112 coords = NULL; // prevents warning
113 GrCrash("Unexpected coords type.");
115 // varying = matrix * coords (logically)
119 builder->vsCodeAppendf("\t%s = %s;\n", vsVaryingName, coords->c_str());
124 vsVaryingName, uniName, coords->c_str());
130 vsVaryingName, uniName, coords->c_str());
133 vsVaryingName, uniName, coords->c_str());