Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:availableIndex

2032             int availableIndex = AllocateFirstFreeBits(&usedLocations, rows, MAX_VERTEX_ATTRIBS);
2034 if (availableIndex == -1 || availableIndex + rows > MAX_VERTEX_ATTRIBS)
2041 mLinkedAttribute[availableIndex] = *attribute;