Searched refs:fVACount (Results 1 – 4 of 4) sorted by relevance
108 int getVertexAttribCount() const { return fCommon.fVACount; } in getVertexAttribCount()158 fVACount = drawState->fCommon.fVACount; in AutoVertexAttribRestore()163 fDrawState->setVertexAttribs(fVAPtr, fVACount); in ~AutoVertexAttribRestore()169 int fVACount; variable914 int fVACount; member930 fVACount == other.fVACount &&931 !memcmp(fVAPtr, other.fVAPtr, fVACount * sizeof(GrVertexAttrib)) &&
88 return vertex_size(fCommon.fVAPtr, fCommon.fVACount); in getVertexSize()97 fCommon.fVACount = count; in setVertexAttribs()133 fCommon.fVACount = 1; in setDefaultVertexAttribs()163 if (attribIndex >= fCommon.fVACount || in validateVertexAttribs()