Home | History | Annotate | Download | only in tests

Lines Matching refs:currAttribIndex

32                                 int currAttribIndex) {
49 } while (GrDrawState::kMaxVertexAttribCnt <= currAttribIndex &&
52 currAttribIndex++ :
58 } while (GrDrawState::kMaxVertexAttribCnt <= currAttribIndex &&
61 currAttribIndex++ :
70 bool useLocalCoords = random->nextBool() && currAttribIndex < GrDrawState::kMaxVertexAttribCnt;
71 header->fLocalCoordAttributeIndex = useLocalCoords ? currAttribIndex++ : -1;
157 int currAttribIndex = 1; // we need to always leave room for position
180 if (currAttribIndex + numAttribs > GrDrawState::kMaxVertexAttribCnt) {
198 attribIndices[i] = currAttribIndex++;
213 currAttribIndex);