Searched refs: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/deqp/modules/gles31/functional/
H A Des31fUniformLocationTests.cpp374 std::set<int> usedLocations;
409 if (usedLocations.find(expectLoc) != usedLocations.end())
416 usedLocations.insert(expectLoc);
420 if (usedLocations.count(gotLoc))
427 usedLocations.insert(gotLoc);
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DProgramBinary.cpp1673 unsigned int usedLocations = 0;
1715 usedLocations |= 1 << rowLocation;
1732 int availableIndex = AllocateFirstFreeBits(&usedLocations, rows, MAX_VERTEX_ATTRIBS);

Completed in 362 milliseconds