Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.h45 int AllocateFirstFreeBits(unsigned int *bits, unsigned int allocationSize, unsigned int bitsSize);
Dutilities.cpp306 int AllocateFirstFreeBits(unsigned int *bits, unsigned int allocationSize, unsigned int bitsSize) in AllocateFirstFreeBits() function
DProgram.cpp1651 location = AllocateFirstFreeBits(&usedLocations, rows, MAX_VERTEX_ATTRIBS); in linkAttribute()
/external/angle/src/common/
Dutilities.h56 int AllocateFirstFreeBits(unsigned int *bits, unsigned int allocationSize, unsigned int bitsSize);
Dutilities.cpp667 int AllocateFirstFreeBits(unsigned int *bits, unsigned int allocationSize, unsigned int bitsSize) in AllocateFirstFreeBits() function
/external/angle/src/libANGLE/
DProgram.cpp3817 int availableIndex = AllocateFirstFreeBits(&usedLocations, regs, maxAttribs); in linkAttributes()