Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/
DBindingPerf.cpp39 numObjects = 100; in BindingsParams()
45 size_t numObjects; member
60 strstr << "_" << numObjects << "_objects"; in suffix()
107 mBuffers.resize(params.numObjects, 0); in initializeBenchmark()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DBindingPerf.cpp47 numObjects = 100; in BindingsParams()
54 size_t numObjects; member
76 strstr << "_" << numObjects << "_objects"; in story()
125 mBuffers.resize(params.numObjects, 0); in initializeBenchmark()
/third_party/vk-gl-cts/framework/common/
DtcuLibDrm.cpp175 LibDrm::FdPtr LibDrm::createLease (int fd, const deUint32 *objects, int numObjects, int flags) const in createLease() argument
178 int leaseFd = pCreateLease(fd, objects, numObjects, flags, &leaseId); in createLease()
DtcuLibDrm.hpp63 FdPtr createLease (int fd, const deUint32 *objects, int numObjects, int flags) const;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiObjectManagementTests.cpp2826 const deUint32 numObjects = Object::getMaxConcurrent(context, params); in createMaxConcurrentTest() local
2827 const Environment env (context, numObjects); in createMaxConcurrentTest()
2829 vector<ObjectPtr> objects (numObjects); in createMaxConcurrentTest()
2833 …<< TestLog::Message << "Creating " << numObjects << " " << getTypeName<typename Object::Type>() <<… in createMaxConcurrentTest()
2835 for (deUint32 ndx = 0; ndx < numObjects; ndx++) in createMaxConcurrentTest()
3236 static const deUint32 numObjects = 4; in allocCallbackFailMultipleObjectsTest() local
3241 vector<typename Object::Type> handles (numObjects); in allocCallbackFailMultipleObjectsTest()
3244 for (; numPassingAllocs <= numObjects; ++numPassingAllocs) in allocCallbackFailMultipleObjectsTest()
3261 numObjects, in allocCallbackFailMultipleObjectsTest()
3270 …<< "Trying to create " << numObjects << " objects with " << numPassingAllocs << " allocation" << (… in allocCallbackFailMultipleObjectsTest()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp2826 const deUint32 numObjects = Object::getMaxConcurrent(context, params); in createMaxConcurrentTest() local
2827 const Environment env (context, numObjects); in createMaxConcurrentTest()
2829 vector<ObjectPtr> objects (numObjects); in createMaxConcurrentTest()
2833 …<< TestLog::Message << "Creating " << numObjects << " " << getTypeName<typename Object::Type>() <<… in createMaxConcurrentTest()
2835 for (deUint32 ndx = 0; ndx < numObjects; ndx++) in createMaxConcurrentTest()
3236 static const deUint32 numObjects = 4; in allocCallbackFailMultipleObjectsTest() local
3241 vector<typename Object::Type> handles (numObjects); in allocCallbackFailMultipleObjectsTest()
3244 for (; numPassingAllocs <= numObjects; ++numPassingAllocs) in allocCallbackFailMultipleObjectsTest()
3261 numObjects, in allocCallbackFailMultipleObjectsTest()
3270 …<< "Trying to create " << numObjects << " objects with " << numPassingAllocs << " allocation" << (… in allocCallbackFailMultipleObjectsTest()
[all …]
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp4408 const int numObjects = 16; in createVbo() local
4414 for (int objectNdx = 0; objectNdx < numObjects; ++objectNdx) in createVbo()