Home
last modified time | relevance | path

Searched refs:numObjects (Results 1 - 8 of 8) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/
H A DgluObjectWrapper.hpp101 ObjectVector (const glw::Functions& gl, const ObjectTraits& traits, size_t numObjects = 0);
126 explicit TypedObjectVector (const RenderContext& context, size_t numObjects = 0) : ObjectVector(context.getFunctions(), objectTraits(Type), numObjects) {} in TypedObjectVector()
127 explicit TypedObjectVector (const glw::Functions& gl, size_t numObjects = 0) : ObjectVector(gl, objectTraits(Type), numObjects) {} in TypedObjectVector()
H A 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/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DBindingPerf.cpp47 numObjects = 100; in BindingsParams()
54 size_t numObjects; member
76 strstr << "_" << numObjects << "_objects"; in story() local
125 mBuffers.resize(params.numObjects, 0); in initializeBenchmark()
/third_party/vk-gl-cts/framework/common/
H A 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()
H A DtcuLibDrm.hpp63 FdPtr createLease (int fd, const deUint32 *objects, int numObjects, int flags) const;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A 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>() << " objects" << TestLog::EndMessage; 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 << " object in allocCallbackFailMultipleObjectsTest()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A 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>() << " objects" << TestLog::EndMessage; 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 << " object in allocCallbackFailMultipleObjectsTest()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fPrimitiveBoundingBoxTests.cpp4408 const int numObjects = 16;
4414 for (int objectNdx = 0; objectNdx < numObjects; ++objectNdx)

Completed in 18 milliseconds