Searched refs:AllocateFirstFreeBits (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | utilities.h | 45 int AllocateFirstFreeBits(unsigned int *bits, unsigned int allocationSize, unsigned int bitsSize);
|
D | utilities.cpp | 306 int AllocateFirstFreeBits(unsigned int *bits, unsigned int allocationSize, unsigned int bitsSize) in AllocateFirstFreeBits() function
|
D | Program.cpp | 1651 location = AllocateFirstFreeBits(&usedLocations, rows, MAX_VERTEX_ATTRIBS); in linkAttribute()
|
/external/angle/src/common/ |
D | utilities.h | 56 int AllocateFirstFreeBits(unsigned int *bits, unsigned int allocationSize, unsigned int bitsSize);
|
D | utilities.cpp | 667 int AllocateFirstFreeBits(unsigned int *bits, unsigned int allocationSize, unsigned int bitsSize) in AllocateFirstFreeBits() function
|
/external/angle/src/libANGLE/ |
D | Program.cpp | 3817 int availableIndex = AllocateFirstFreeBits(&usedLocations, regs, maxAttribs); in linkAttributes()
|