Searched refs:feature2 (Results 1 – 5 of 5) sorted by relevance
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/ |
D | btContactProcessing.h | 66 btScalar depth, int feature1, int feature2): in GIM_CONTACT() argument 71 m_feature2(feature2) in GIM_CONTACT() 121 btScalar depth, int feature1, int feature2) in push_contact() argument 123 push_back( GIM_CONTACT(point,normal,depth,feature1,feature2) ); in push_contact() 128 int feature1,int feature2) in push_triangle_contacts() argument 135 tricontact.m_penetration_depth,feature1,feature2); in push_triangle_contacts()
|
D | gim_contact.h | 80 GREAL depth, GUINT feature1, GUINT feature2): in GIM_CONTACT() argument 85 m_feature2(feature2) in GIM_CONTACT() 133 GREAL depth, GUINT feature1, GUINT feature2) in push_contact() argument 141 newele.m_feature2 = feature2; in push_contact() 146 GUINT feature1,GUINT feature2) in push_triangle_contacts() argument 156 newele.m_feature2 = feature2; in push_triangle_contacts()
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | btContactArray.java | 65 public void push_contact(Vector3 point, Vector3 normal, float depth, int feature1, int feature2) { in push_contact() argument 66 …CollisionJNI.btContactArray_push_contact(swigCPtr, this, point, normal, depth, feature1, feature2); in push_contact() 69 public void push_triangle_contacts(GIM_TRIANGLE_CONTACT tricontact, int feature1, int feature2) { in push_triangle_contacts() argument 70 …contacts(swigCPtr, this, GIM_TRIANGLE_CONTACT.getCPtr(tricontact), tricontact, feature1, feature2); in push_triangle_contacts()
|
D | GIM_CONTACT.java | 119 public GIM_CONTACT(Vector3 point, Vector3 normal, float depth, int feature1, int feature2) { in GIM_CONTACT() argument 120 this(CollisionJNI.new_GIM_CONTACT__SWIG_2(point, normal, depth, feature1, feature2), true); in GIM_CONTACT()
|
/external/v8/test/unittests/compiler/ |
D | instruction-selector-unittest.h | 77 Stream Build(CpuFeature feature1, CpuFeature feature2) { in Build() argument 78 return Build(InstructionSelector::Features(feature1, feature2)); in Build()
|