Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:MAX_VERTEX_ATTRIBS

313 		ASSERT(attributeIndex >= 0 && attributeIndex < MAX_VERTEX_ATTRIBS);
1619 if(rows + location > MAX_VERTEX_ATTRIBS)
1663 int availableIndex = AllocateFirstFreeBits(&usedLocations, rows, MAX_VERTEX_ATTRIBS);
1665 if(availableIndex == -1 || availableIndex + rows > MAX_VERTEX_ATTRIBS)
2622 for(int index = 0; index < MAX_VERTEX_ATTRIBS; index++)