Searched refs:vaCount (Results 1 – 2 of 2) sorted by relevance
29 int vaCount = gp.numAttribs(); in emitAttributes() local30 for (int i = 0; i < vaCount; i++) { in emitAttributes()74 int vaCount = primProc.numAttribs(); in bindVertexAttributes() local75 for (int i = 0; i < vaCount; i++) { in bindVertexAttributes()
1475 int vaCount = primProc.numAttribs(); in setupGeometry() local1476 if (vaCount > 0) { in setupGeometry()1487 for (int attribIndex = 0; attribIndex < vaCount; attribIndex++) { in setupGeometry()