Home
last modified time | relevance | path

Searched defs:feature1 (Results 1 – 5 of 5) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
DbtContactProcessing.h66 btScalar depth, int feature1, int feature2): in GIM_CONTACT()
121 btScalar depth, int feature1, int feature2) in push_contact()
128 int feature1,int feature2) in push_triangle_contacts()
Dgim_contact.h80 GREAL depth, GUINT feature1, GUINT feature2): in GIM_CONTACT()
133 GREAL depth, GUINT feature1, GUINT feature2) in push_contact()
146 GUINT feature1,GUINT feature2) in push_triangle_contacts()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtContactArray.java65 public void push_contact(Vector3 point, Vector3 normal, float depth, int feature1, int feature2) { in push_contact()
69 public void push_triangle_contacts(GIM_TRIANGLE_CONTACT tricontact, int feature1, int feature2) { in push_triangle_contacts()
DGIM_CONTACT.java119 public GIM_CONTACT(Vector3 point, Vector3 normal, float depth, int feature1, int feature2) { in GIM_CONTACT()
/external/v8/test/unittests/compiler/
Dinstruction-selector-unittest.h77 Stream Build(CpuFeature feature1, CpuFeature feature2) { in Build()