Home
last modified time | relevance | path

Searched refs:bitsSize (Results 1 – 2 of 2) 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() argument
308 ASSERT(allocationSize <= bitsSize); in AllocateFirstFreeBits()
312 for(unsigned int i = 0; i < bitsSize - allocationSize + 1; i++) in AllocateFirstFreeBits()