Home
last modified time | relevance | path

Searched refs:stateId (Results 1 – 8 of 8) sorted by relevance

/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_objects_infos_RigidBodyMotionState.cpp62 (JNIEnv *env, jobject object, jlong stateId, jobject location, jobject rotation) { in Java_com_jme3_bullet_objects_infos_RigidBodyMotionState_applyTransform() argument
63 jmeMotionState* motionState = reinterpret_cast<jmeMotionState*>(stateId); in Java_com_jme3_bullet_objects_infos_RigidBodyMotionState_applyTransform()
78 (JNIEnv *env, jobject object, jlong stateId, jobject value) { in Java_com_jme3_bullet_objects_infos_RigidBodyMotionState_getWorldLocation() argument
79 jmeMotionState* motionState = reinterpret_cast<jmeMotionState*>(stateId); in Java_com_jme3_bullet_objects_infos_RigidBodyMotionState_getWorldLocation()
94 (JNIEnv *env, jobject object, jlong stateId, jobject value) { in Java_com_jme3_bullet_objects_infos_RigidBodyMotionState_getWorldRotation() argument
95 jmeMotionState* motionState = reinterpret_cast<jmeMotionState*>(stateId); in Java_com_jme3_bullet_objects_infos_RigidBodyMotionState_getWorldRotation()
110 (JNIEnv *env, jobject object, jlong stateId, jobject value) { in Java_com_jme3_bullet_objects_infos_RigidBodyMotionState_getWorldRotationQuat() argument
111 jmeMotionState* motionState = reinterpret_cast<jmeMotionState*>(stateId); in Java_com_jme3_bullet_objects_infos_RigidBodyMotionState_getWorldRotationQuat()
126 (JNIEnv *env, jobject object, jlong stateId) { in Java_com_jme3_bullet_objects_infos_RigidBodyMotionState_finalizeNative() argument
127 jmeMotionState* motionState = reinterpret_cast<jmeMotionState*>(stateId); in Java_com_jme3_bullet_objects_infos_RigidBodyMotionState_finalizeNative()
/external/deqp/modules/gles3/performance/
Des3pStateChangeTests.cpp58 virtual void changeState (const glw::Functions& gl, int stateId) = 0;
124 virtual void changeState (const glw::Functions& gl, int stateId)\
174 if (stateId == 0) in init()
176 else if (stateId == 1) in init()
221 if (stateId == 0) in init()
223 else if (stateId == 1) in init()
275 if (stateId == 0) in init()
277 else if (stateId == 1) in init()
320 if (stateId == 0) in init()
322 else if (stateId == 1) in init()
[all …]
/external/deqp/modules/gles2/performance/
Des2pStateChangeTests.cpp58 virtual void changeState (const glw::Functions& gl, int stateId) = 0;
124 virtual void changeState (const glw::Functions& gl, int stateId)\
174 if (stateId == 0) in init()
176 else if (stateId == 1) in init()
221 if (stateId == 0) in init()
223 else if (stateId == 1) in init()
275 if (stateId == 0) in init()
277 else if (stateId == 1) in init()
320 if (stateId == 0) in init()
322 else if (stateId == 1) in init()
[all …]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowStateListDrawable.java25 public void addState(int stateId, int resId) { in addState() argument
26 stateToResource.put(stateId, resId); in addState()
29 public int getResourceIdForState(int stateId) { in getResourceIdForState() argument
30 return stateToResource.get(stateId); in getResourceIdForState()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/infos/
DRigidBodyMotionState.java97 …private synchronized native boolean applyTransform(long stateId, Vector3f location, Quaternion rot… in applyTransform() argument
107 private native void getWorldLocation(long stateId, Vector3f vec); in getWorldLocation() argument
117 private native void getWorldRotation(long stateId, Matrix3f vec); in getWorldRotation() argument
127 private native void getWorldRotationQuat(long stateId, Quaternion vec); in getWorldRotationQuat() argument
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
DDrawableResourceLoader.java169 int stateId = getStateId(node); in buildStateListDrawable() local
170 shDrawable.addState(stateId, resId); in buildStateListDrawable()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.core.commands_3.6.0.I20100512-1500.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...