Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/common/
Dutilities.cpp671 int AllocateFirstFreeBits(unsigned int *bits, unsigned int allocationSize, unsigned int bitsSize) in AllocateFirstFreeBits() argument
673 ASSERT(allocationSize <= bitsSize); in AllocateFirstFreeBits()
678 for (unsigned int i = 0; i < bitsSize - allocationSize + 1; i++) in AllocateFirstFreeBits()
Dutilities.h56 int AllocateFirstFreeBits(unsigned int *bits, unsigned int allocationSize, unsigned int bitsSize);
/third_party/skia/third_party/externals/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()