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

/external/deqp/framework/opengl/
H A DgluObjectWrapper.cpp88 ObjectVector::ObjectVector (const glw::Functions& gl, const ObjectTraits& traits, size_t numObjects) argument
92 if (numObjects > 0)
93 resize(numObjects);
/external/clang/lib/AST/
H A DExprCXX.cpp1137 ExprWithCleanups::ExprWithCleanups(EmptyShell empty, unsigned numObjects) argument
1139 ExprWithCleanupsBits.NumObjects = numObjects;
1144 unsigned numObjects) {
1145 size_t size = sizeof(ExprWithCleanups) + numObjects * sizeof(CleanupObject);
1147 return new (buffer) ExprWithCleanups(empty, numObjects);
1142 Create(const ASTContext &C, EmptyShell empty, unsigned numObjects) argument
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp2105 const deUint32 numObjects = Object::getMaxConcurrent(context, params); local
2106 const Environment env (context, numObjects);
2108 vector<ObjectPtr> objects (numObjects);
2112 << TestLog::Message << "Creating " << numObjects << " " << getTypeName<typename Object::Type>() << " objects" << TestLog::EndMessage;
2114 for (deUint32 ndx = 0; ndx < numObjects; ndx++)

Completed in 187 milliseconds