OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocateFirstFreeBits
(Results
1 - 6
of
6
) sorted by null
/external/swiftshader/src/OpenGL/libGL/
utilities.h
41
int
AllocateFirstFreeBits
(unsigned int *bits, unsigned int allocationSize, unsigned int bitsSize);
utilities.cpp
171
int
AllocateFirstFreeBits
(unsigned int *bits, unsigned int allocationSize, unsigned int bitsSize)
Program.cpp
1261
int availableIndex =
AllocateFirstFreeBits
(&usedLocations, rows, MAX_VERTEX_ATTRIBS);
[
all
...]
/external/swiftshader/src/OpenGL/libGLESv2/
utilities.h
42
int
AllocateFirstFreeBits
(unsigned int *bits, unsigned int allocationSize, unsigned int bitsSize);
utilities.cpp
447
int
AllocateFirstFreeBits
(unsigned int *bits, unsigned int allocationSize, unsigned int bitsSize)
[
all
...]
Program.cpp
[
all
...]
Completed in 636 milliseconds