HomeSort by relevance Sort by last modified time
    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