Home | History | Annotate | Download | only in libGL

Lines Matching refs:MAX_VERTEX_ATTRIBS

180 		if(index < MAX_VERTEX_ATTRIBS)
182 for(int i = 0; i < MAX_VERTEX_ATTRIBS; i++)
195 for(int index = 0; index < MAX_VERTEX_ATTRIBS; index++)
209 ASSERT(attributeIndex >= 0 && attributeIndex < MAX_VERTEX_ATTRIBS);
1234 if(rows + location > MAX_VERTEX_ATTRIBS)
1255 int availableIndex = AllocateFirstFreeBits(&usedLocations, rows, MAX_VERTEX_ATTRIBS);
1257 if(availableIndex == -1 || availableIndex + rows > MAX_VERTEX_ATTRIBS)
1267 for(int attributeIndex = 0; attributeIndex < MAX_VERTEX_ATTRIBS; )
1283 for(int location = 0; location < MAX_VERTEX_ATTRIBS; location++)
1917 for(int index = 0; index < MAX_VERTEX_ATTRIBS; index++)
2055 for(attribute = 0; attribute < MAX_VERTEX_ATTRIBS; attribute++)
2092 for(size_t attributeIndex = 0; attributeIndex < MAX_VERTEX_ATTRIBS; ++attributeIndex)
2107 MAX_VERTEX_ATTRIBS; attributeIndex++)