Home
last modified time | relevance | path

Searched refs:numObjects (Results 1 – 9 of 9) sorted by relevance

/external/deqp/framework/opengl/
DgluObjectWrapper.hpp101 … ObjectVector (const glw::Functions& gl, const ObjectTraits& traits, size_t numObjects = 0);
126 …st RenderContext& context, size_t numObjects = 0) : ObjectVector(context.getFunctions(), objectTra… in TypedObjectVector() argument
127 …ectVector (const glw::Functions& gl, size_t numObjects = 0) : ObjectVector(gl, objectTraits(Type),… in TypedObjectVector() argument
DgluObjectWrapper.cpp88 ObjectVector::ObjectVector (const glw::Functions& gl, const ObjectTraits& traits, size_t numObjects) in ObjectVector() argument
92 if (numObjects > 0) in ObjectVector()
93 resize(numObjects); in ObjectVector()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp2328 const deUint32 numObjects = Object::getMaxConcurrent(context, params); in createMaxConcurrentTest() local
2329 const Environment env (context, numObjects); in createMaxConcurrentTest()
2331 vector<ObjectPtr> objects (numObjects); in createMaxConcurrentTest()
2335 …<< TestLog::Message << "Creating " << numObjects << " " << getTypeName<typename Object::Type>() <<… in createMaxConcurrentTest()
2337 for (deUint32 ndx = 0; ndx < numObjects; ndx++) in createMaxConcurrentTest()
2645 static const deUint32 numObjects = 4; in allocCallbackFailMultipleObjectsTest() local
2650 vector<typename Object::Type> handles (numObjects); in allocCallbackFailMultipleObjectsTest()
2653 for (; numPassingAllocs <= numObjects; ++numPassingAllocs) in allocCallbackFailMultipleObjectsTest()
2669 numObjects); in allocCallbackFailMultipleObjectsTest()
2673 …<< "Trying to create " << numObjects << " objects with " << numPassingAllocs << " allocation" << (… in allocCallbackFailMultipleObjectsTest()
[all …]
/external/clang/lib/AST/
DExprCXX.cpp1049 ExprWithCleanups::ExprWithCleanups(EmptyShell empty, unsigned numObjects) in ExprWithCleanups() argument
1051 ExprWithCleanupsBits.NumObjects = numObjects; in ExprWithCleanups()
1056 unsigned numObjects) { in Create() argument
1057 void *buffer = C.Allocate(totalSizeToAlloc<CleanupObject>(numObjects), in Create()
1059 return new (buffer) ExprWithCleanups(empty, numObjects); in Create()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
D2009-11-25-ImpDefBug.ll23 …ing(%struct.ASN1Unit* %this, %struct.xmstream* nocapture %stream, i32 %numObjects, i64 %size, i32 …
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2009-11-25-ImpDefBug.ll23 …ing(%struct.ASN1Unit* %this, %struct.xmstream* nocapture %stream, i32 %numObjects, i64 %size, i32 …
/external/llvm/test/CodeGen/X86/
D2009-11-25-ImpDefBug.ll23 …ing(%struct.ASN1Unit* %this, %struct.xmstream* nocapture %stream, i32 %numObjects, i64 %size, i32 …
/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp4288 const int numObjects = 16; in createVbo() local
4294 for (int objectNdx = 0; objectNdx < numObjects; ++objectNdx) in createVbo()
/external/clang/include/clang/AST/
DExprCXX.h2958 unsigned numObjects);