Home
last modified time | relevance | path

Searched refs:pclient (Results 1 – 3 of 3) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSparseSDF.h61 const btCollisionShape* pclient; member
147 if(pc->pclient==pcs) in RemoveReferences()
179 (c->pclient==shape)) in Evaluate()
199 c->pclient=shape; in Evaluate()
257 c.pclient); in BuildCell()
/external/libdrm/nouveau/
Dnouveau.c540 nouveau_client_new(struct nouveau_device *dev, struct nouveau_client **pclient) in nouveau_client_new() argument
571 *pclient = &pcli->base; in nouveau_client_new()
579 nouveau_client_del(struct nouveau_client **pclient) in nouveau_client_del() argument
581 struct nouveau_client_priv *pcli = nouveau_client(*pclient); in nouveau_client_del()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
Dsoftbody_wrap.cpp2739 if (arg1) (arg1)->pclient = (btCollisionShape const *)arg2; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSparseSdf3_1Cell_1pclient_1set()
2752 result = (btCollisionShape *) ((arg1)->pclient); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSparseSdf3_1Cell_1pclient_1get()