Searched defs:usedLocations (Results 1 - 3 of 3) sorted by relevance

/external/deqp/framework/opengl/
H A DgluDrawUtil.cpp256 std::set<int> usedLocations; local
264 if (usedLocations.find(binding.location) != usedLocations.end())
267 usedLocations.insert(binding.location);
/external/swiftshader/src/OpenGL/libGL/
H A DProgram.cpp1222 unsigned int usedLocations = 0; local
1248 usedLocations |= 1 << (location + i);
1261 int availableIndex = AllocateFirstFreeBits(&usedLocations, rows, MAX_VERTEX_ATTRIBS);
/external/swiftshader/src/OpenGL/libGLESv2/
H A DProgram.cpp1509 unsigned int usedLocations = 0; local
1543 usedLocations |= 1 << (location + i);
1556 int availableIndex = AllocateFirstFreeBits(&usedLocations, rows, MAX_VERTEX_ATTRIBS);

Completed in 140 milliseconds