Searched refs:numObjects (Results 1 – 9 of 9) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluObjectWrapper.hpp | 101 … 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
|
D | gluObjectWrapper.cpp | 88 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/ |
D | vktApiObjectManagementTests.cpp | 2328 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/ |
D | ExprCXX.cpp | 1049 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/ |
D | 2009-11-25-ImpDefBug.ll | 23 …ing(%struct.ASN1Unit* %this, %struct.xmstream* nocapture %stream, i32 %numObjects, i64 %size, i32 …
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2009-11-25-ImpDefBug.ll | 23 …ing(%struct.ASN1Unit* %this, %struct.xmstream* nocapture %stream, i32 %numObjects, i64 %size, i32 …
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-11-25-ImpDefBug.ll | 23 …ing(%struct.ASN1Unit* %this, %struct.xmstream* nocapture %stream, i32 %numObjects, i64 %size, i32 …
|
/external/deqp/modules/gles31/functional/ |
D | es31fPrimitiveBoundingBoxTests.cpp | 4288 const int numObjects = 16; in createVbo() local 4294 for (int objectNdx = 0; objectNdx < numObjects; ++objectNdx) in createVbo()
|
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 2958 unsigned numObjects);
|