Home
last modified time | relevance | path

Searched refs:upcast (Results 1 – 25 of 26) sorted by relevance

12

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
DbtGhostObject.h84 static const btGhostObject* upcast(const btCollisionObject* colObj) in ATTRIBUTE_ALIGNED16()
90 static btGhostObject* upcast(btCollisionObject* colObj) in ATTRIBUTE_ALIGNED16()
141 btGhostObject* ghost0 = btGhostObject::upcast(colObj0); in addOverlappingPair()
142 btGhostObject* ghost1 = btGhostObject::upcast(colObj1); in addOverlappingPair()
154 btGhostObject* ghost0 = btGhostObject::upcast(colObj0); in removeOverlappingPair()
155 btGhostObject* ghost1 = btGhostObject::upcast(colObj1); in removeOverlappingPair()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/
DbtSimpleDynamicsWorld.cpp105 btRigidBody* body = btRigidBody::upcast(colObj); in clearForces()
120 btRigidBody* body = btRigidBody::upcast(colObj); in setGravity()
140 btRigidBody* body = btRigidBody::upcast(collisionObject); in removeCollisionObject()
191 btRigidBody* body = btRigidBody::upcast(colObj); in updateAabbs()
211 btRigidBody* body = btRigidBody::upcast(colObj); in integrateTransforms()
230 btRigidBody* body = btRigidBody::upcast(colObj); in predictUnconstraintMotion()
254 btRigidBody* body = btRigidBody::upcast(colObj); in synchronizeMotionStates()
DbtRigidBody.h200 static const btRigidBody* upcast(const btCollisionObject* colObj) in upcast() function
206 static btRigidBody* upcast(btCollisionObject* colObj) in upcast() function
DbtDiscreteDynamicsWorld.cpp270 btRigidBody* body = btRigidBody::upcast(colObj); in saveKinematicState()
384 btRigidBody* body = btRigidBody::upcast(colObj); in synchronizeMotionStates()
549 btRigidBody* body = btRigidBody::upcast(collisionObject); in removeCollisionObject()
1090 btRigidBody* body0 = btRigidBody::upcast((btCollisionObject*)manifold->getBody0()); in integrateTransforms()
1091 btRigidBody* body1 = btRigidBody::upcast((btCollisionObject*)manifold->getBody1()); in integrateTransforms()
/external/libevent/
Dbufferevent_pair.c54 upcast(struct bufferevent *bev) in upcast() function
71 bevp = upcast(b); in incref_and_lock()
79 struct bufferevent_pair *bevp = upcast(b); in decref_and_unlock()
232 struct bufferevent_pair *bev_p = upcast(bufev); in be_pair_enable()
271 struct bufferevent_pair *bev_p = upcast(bev); in be_pair_destruct()
285 struct bufferevent_pair *bev_p = upcast(bev); in be_pair_flush()
314 bev_p = upcast(bev); in bufferevent_pair_get_partner()
Dbufferevent_async.c102 upcast(struct bufferevent *bev) in upcast() function
288 struct bufferevent_async *bev_async = upcast(bev); in be_async_outbuf_callback()
307 struct bufferevent_async *bev_async = upcast(bev); in be_async_inbuf_callback()
323 struct bufferevent_async *bev_async = upcast(buf); in be_async_enable()
351 struct bufferevent_async *bev_async = upcast(bev); in be_async_disable()
371 struct bufferevent_async *bev_async = upcast(bev); in be_async_destruct()
375 EVUTIL_ASSERT(!upcast(bev)->write_in_progress && in be_async_destruct()
376 !upcast(bev)->read_in_progress); in be_async_destruct()
586 struct bufferevent_async *bev_async = upcast(bev); in bufferevent_async_set_connected()
612 struct bufferevent_async *bev_async = upcast(bev); in bufferevent_async_connect()
[all …]
Dbufferevent_filter.c109 upcast(struct bufferevent *bev) in upcast() function
217 struct bufferevent_filtered *bevf = upcast(bev); in be_filter_destruct()
250 struct bufferevent_filtered *bevf = upcast(bev); in be_filter_enable()
265 struct bufferevent_filtered *bevf = upcast(bev); in be_filter_disable()
474 struct bufferevent_filtered *bevf = upcast(bufev); in be_filter_flush()
502 bevf = upcast(bev); in be_filter_ctrl()
Dbufferevent_openssl.c348 upcast(struct bufferevent *bev) in upcast() function
1094 struct bufferevent_openssl *bev_ssl = upcast(bev); in bufferevent_ssl_renegotiate()
1129 struct bufferevent_openssl *bev_ssl = upcast(bev); in be_openssl_enable()
1157 struct bufferevent_openssl *bev_ssl = upcast(bev); in be_openssl_disable()
1178 struct bufferevent_openssl *bev_ssl = upcast(bev); in be_openssl_destruct()
1219 struct bufferevent_openssl *bev_ssl = upcast(bev); in be_openssl_adj_timeouts()
1245 struct bufferevent_openssl *bev_ssl = upcast(bev); in be_openssl_ctrl()
1282 struct bufferevent_openssl *bev_ssl = upcast(bufev); in bufferevent_openssl_get_ssl()
1448 bev_ssl = upcast(bev); in bufferevent_get_openssl_error()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Featherstone/
DbtMultiBodyLinkCollider.h50 static btMultiBodyLinkCollider* upcast(btCollisionObject* colObj) in upcast() function
56 static const btMultiBodyLinkCollider* upcast(const btCollisionObject* colObj) in upcast() function
65 const btMultiBodyLinkCollider* other = btMultiBodyLinkCollider::upcast(co); in checkCollideWithOverride()
DbtMultiBodyConstraintSolver.cpp95 const btMultiBodyLinkCollider* fcA = btMultiBodyLinkCollider::upcast(bodies[i]); in solveGroupCacheFriendlySetup()
621 const btMultiBodyLinkCollider* fcA = btMultiBodyLinkCollider::upcast(manifold->getBody0()); in addMultiBodyFrictionConstraint()
622 const btMultiBodyLinkCollider* fcB = btMultiBodyLinkCollider::upcast(manifold->getBody1()); in addMultiBodyFrictionConstraint()
648 const btMultiBodyLinkCollider* fcA = btMultiBodyLinkCollider::upcast(manifold->getBody0()); in convertMultiBodyContact()
649 const btMultiBodyLinkCollider* fcB = btMultiBodyLinkCollider::upcast(manifold->getBody1()); in convertMultiBodyContact()
836 const btMultiBodyLinkCollider* fcA = btMultiBodyLinkCollider::upcast(manifold->getBody0()); in convertContacts()
837 const btMultiBodyLinkCollider* fcB = btMultiBodyLinkCollider::upcast(manifold->getBody1()); in convertContacts()
/external/clang/test/CodeGenCXX/
Ddynamic_cast-no-rtti.cpp14 A *upcast(B *b) { in upcast() function
/external/libgdx/extensions/gdx-bullet/jni/swig/dynamics/
DbtRigidBody.i100 %ignore btRigidBody::upcast(const btCollisionObject*);
101 %ignore btRigidBody::upcast(btCollisionObject*);
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSoftRigidDynamicsWorld.cpp151 btSoftBody* body = btSoftBody::upcast(collisionObject); in removeCollisionObject()
290 btSoftBody* softBody = btSoftBody::upcast(collisionObject); in rayTestSingle()
DbtSoftBody.h386 m_rigid = (btRigidBody*)btRigidBody::upcast(m_collisionObject); in Body()
933 static const btSoftBody* upcast(const btCollisionObject* colObj) in upcast() function
939 static btSoftBody* upcast(btCollisionObject* colObj) in upcast() function
DbtSoftBody.cpp3032 btRigidBody* tmpRigid = (btRigidBody*)btRigidBody::upcast(cti.m_colObj); in PSolve_RContacts()
3161 btRigidBody* prb1=(btRigidBody*) btRigidBody::upcast(pcoWrap->getCollisionObject()); in defaultCollisionHandler()
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
DbtBulletWorldImporter.cpp321 rbA = btRigidBody::upcast(*colAptr); in convertAllObjects()
327 rbB = btRigidBody::upcast(*colBptr); in convertAllObjects()
DbtWorldImporter.cpp47 m_dynamicsWorld->removeRigidBody(btRigidBody::upcast(m_allocatedRigidBodies[i])); in deleteAllData()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtGhostObject.java105 public static btGhostObject upcast(btCollisionObject colObj) { in upcast() method in btGhostObject
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
DbtContactConstraint.cpp82 btRigidBody* body2 = btRigidBody::upcast(colObj2); in resolveSingleCollision()
DbtSequentialImpulseConstraintSolver.cpp465 btRigidBody* rb = collisionObject? btRigidBody::upcast(collisionObject) : 0; in initSolverBody()
729 btRigidBody* rb = btRigidBody::upcast(&body); in getOrInitSolverBody()
1013 btRigidBody* rb0 = btRigidBody::upcast(colObj0); in convertContact()
1014 btRigidBody* rb1 = btRigidBody::upcast(colObj1); in convertContact()
1267 btRigidBody* body = btRigidBody::upcast(bodies[i]); in solveGroupCacheFriendlySetup()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Vehicle/
DbtRaycastVehicle.cpp760 const btRigidBody* body = btRigidBody::upcast(rayCallback.m_collisionObject); in castRay()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
DbtSoftBody.java4200 public static btSoftBody upcast(btCollisionObject colObj) { in upcast() method in btSoftBody
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-port.h.orig1104 // When you upcast (that is, cast a pointer from type Foo to type
/external/opencv3/3rdparty/libtiff/
DChangeLog2553 * libtiff/{tif_dirread.c, tif_dirinfo.c}: Do not upcast BYTEs to
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
Dsoftbody_wrap.cpp12574 result = (btSoftBody *)btSoftBody::upcast((btCollisionObject const *)arg1); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBody_1upcast_1_1SWIG_10()

12