Home
last modified time | relevance | path

Searched defs:numObjects (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
Dscenes.js5 function randomCubeScene(numObjects, zwidth) { argument
34 function randomCylinderScene(numObjects, zwidth) { argument
126 function randomShapeScene(numObjects) { argument
/external/deqp/framework/opengl/
DgluObjectWrapper.hpp123 …explicit TypedObjectVector (const RenderContext& context, size_t numObjects = 0) : ObjectVector(co… in TypedObjectVector()
124 …explicit TypedObjectVector (const glw::Functions& gl, size_t numObjects = 0) : ObjectVector(gl, ob… in TypedObjectVector()
DgluObjectWrapper.cpp78 ObjectVector::ObjectVector (const glw::Functions& gl, const ObjectTraits& traits, size_t numObjects) in ObjectVector()
/external/clang/lib/AST/
DExprCXX.cpp1123 ExprWithCleanups::ExprWithCleanups(EmptyShell empty, unsigned numObjects) in ExprWithCleanups()
1130 unsigned numObjects) { in Create()