Home | History | Annotate | Download | only in gpu

Lines Matching refs:GrVertexAttrib

91      * the type of the attribute, its offset, and semantic binding (see GrVertexAttrib in
100 * should be a global GrVertexAttrib array that is never changed.
102 template <const GrVertexAttrib A[]> void setVertexAttribs(int count) {
106 const GrVertexAttrib* getVertexAttribs() const { return fCommon.fVAPtr; }
168 const GrVertexAttrib* fVAPtr;
947 const GrVertexAttrib* fVAPtr;
967 !memcmp(fVAPtr, other.fVAPtr, fVACount * sizeof(GrVertexAttrib)) &&
1093 void setVertexAttribs(const GrVertexAttrib attribs[], int count);