Searched refs:AllocateFirstFreeBits (Results 1 - 6 of 6) sorted by relevance

/external/swiftshader/src/OpenGL/libGL/
H A Dutilities.h41 int AllocateFirstFreeBits(unsigned int *bits, unsigned int allocationSize, unsigned int bitsSize);
H A Dutilities.cpp171 int AllocateFirstFreeBits(unsigned int *bits, unsigned int allocationSize, unsigned int bitsSize) function in namespace:gl
H A DProgram.cpp1255 int availableIndex = AllocateFirstFreeBits(&usedLocations, rows, MAX_VERTEX_ATTRIBS);
/external/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.h43 int AllocateFirstFreeBits(unsigned int *bits, unsigned int allocationSize, unsigned int bitsSize);
H A Dutilities.cpp306 int AllocateFirstFreeBits(unsigned int *bits, unsigned int allocationSize, unsigned int bitsSize) function in namespace:es2
H A DProgram.cpp1663 int availableIndex = AllocateFirstFreeBits(&usedLocations, rows, MAX_VERTEX_ATTRIBS);

Completed in 547 milliseconds