Home
last modified time | relevance | path

Searched refs:availableIndex (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DProgram.cpp1594 int availableIndex = AllocateFirstFreeBits(&usedLocations, rows, MAX_VERTEX_ATTRIBS); in linkAttributes() local
1596 if (availableIndex == -1 || availableIndex + rows > MAX_VERTEX_ATTRIBS) in linkAttributes()
1603 mLinkedAttribute[availableIndex] = *attribute; in linkAttributes()