Home
last modified time | relevance | path

Searched refs:LAUNCH (Results 1 – 9 of 9) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DCollisionParameters.java33 …public final static int LAUNCH = 6; // A hit indicating that the attacker will launch the vict… field in CollisionParameters.HitType
DHitReactionComponent.java84 mLauncherHitType = HitType.LAUNCH; in reset()
221 case CollisionParameters.HitType.LAUNCH: in receivedHit()
DPlayerComponent.java426 if (parentObject.lastReceivedHitType == CollisionParameters.HitType.LAUNCH) { in gotoHitReact()
DGameObjectFactory.java4916 attackVolume.get(0).setHitType(HitType.LAUNCH);
4960 hitReact.setLauncherComponent(launcher, HitType.LAUNCH);
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/mme/
Dcom90c0.mme17 maddr 0xda /* LAUNCH */
/external/vulkan-validation-layers/build-android/
Dtest_APK.sh168 adb $serialFlag shell am start -a android.intent.action.MAIN -c android-intent.category.LAUNCH -n c…
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_compute.c282 BEGIN_NV04(push, NV50_CP(LAUNCH), 1); in nv50_launch_grid()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_compute.c488 BEGIN_NVC0(push, NVC0_CP(LAUNCH), 1); in nvc0_launch_grid()
Dnve4_compute.c745 BEGIN_NVC0(push, NVE4_CP(LAUNCH), 1); in nve4_launch_grid()