Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:availableIndex

1594             int availableIndex = AllocateFirstFreeBits(&usedLocations, rows, MAX_VERTEX_ATTRIBS);
1596 if (availableIndex == -1 || availableIndex + rows > MAX_VERTEX_ATTRIBS)
1603 mLinkedAttribute[availableIndex] = *attribute;