/external/replicaisland/src/com/replica/replicaisland/ |
D | Interpolator.java | 52 public void set(float current, float target, float acceleration) { in set() argument 55 mAcceleration = acceleration; in set() 106 private float calculateAcceleration(float velocity, float acceleration, float target) { in calculateAcceleration() argument 109 acceleration = 0.0f; in calculateAcceleration() 112 acceleration *= -1.0f; in calculateAcceleration() 115 return acceleration; in calculateAcceleration() 119 private float scaleAcceleration(float acceleration, float secondsDelta) { in scaleAcceleration() argument 121 float scaledAccel = acceleration * timeSquared; in scaleAcceleration()
|
D | GameObject.java | 188 public final void setAcceleration(Vector2 acceleration) { in setAcceleration() argument 189 mAcceleration.set(acceleration); in setAcceleration()
|
D | PatrolComponent.java | 258 public void setMovementSpeed(float speed, float acceleration) { in setMovementSpeed() argument 260 mAcceleration = acceleration; in setMovementSpeed()
|
/external/autotest/client/site_tests/video_ChromeHWDecodeUsed/ |
D | control.vp9 | 7 PURPOSE = "Verify that VP9 video decode acceleration works in Chrome" 25 This test verifies VP9 video decode acceleration works.
|
D | control.h264.mse | 7 PURPOSE = "Verify that H.264 decode acceleration works for MSE videos in Chrome" 25 This test verifies H.264 decode acceleration works for MSE videos.
|
D | control.h264 | 7 PURPOSE = "Verify that H.264 video decode acceleration works in Chrome" 25 This test verifies H.264 video decode acceleration works.
|
D | control.vp9.mse | 7 PURPOSE = "Verify that VP9 decode acceleration works for MSE videos in Chrome" 25 This test verifies VP9 decode acceleration works for MSE videos.
|
D | control.vp8 | 7 PURPOSE = "Verify that VP8 video decode acceleration works in Chrome" 25 This test verifies VP8 video decode acceleration works.
|
D | control.vp8.mse | 7 PURPOSE = "Verify that VP8 decode acceleration works for MSE videos in Chrome" 25 This test verifies VP8 decode acceleration works for MSE videos.
|
/external/deqp/framework/platform/win32/ |
D | tcuWGL.hpp | 83 Acceleration acceleration; member in tcu::wgl::PixelFormatInfo 135 , acceleration (ACCELERATION_LAST) in PixelFormatInfo()
|
/external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/ |
D | main.c | 281 event.acceleration.x, event.acceleration.y, in android_main() 282 event.acceleration.z); in android_main()
|
/external/skia/site/user/ |
D | tips.md | 7 + [How to add hardware acceleration in Skia](#hw-acceleration) 121 <span id="hw-acceleration"></span> 123 How to add hardware acceleration in Skia
|
/external/icu/icu4c/source/data/unit/ |
D | ug.txt | 12 acceleration{ 215 acceleration{ 407 acceleration{
|
D | uz_Cyrl.txt | 18 acceleration{ 229 acceleration{ 440 acceleration{
|
D | en_001.txt | 12 acceleration{ 229 acceleration{
|
D | pt_PT.txt | 12 acceleration{ 147 acceleration{
|
D | zh_Hant_HK.txt | 12 acceleration{ 352 acceleration{
|
/external/scrypt/patches/ |
D | README | 11 Adds NEON acceleration for the Salsa20/8 mixing function.
|
/external/mesa3d/src/gallium/targets/xa-vmwgfx/ |
D | xatracker.pc.in | 7 Description: Xorg Gallium3D acceleration library
|
/external/mesa3d/src/gallium/docs/source/ |
D | distro.rst | 84 acceleration services to X11 servers with the DRI extension. Supports DRI1 118 modesetting and acceleration as a DDX driver.
|
/external/autotest/client/site_tests/video_ChromeVidResChangeHWDecode/ |
D | control.h264 | 25 This test verifies H264 resolution-changing video decode acceleration works.
|
D | control.vp8 | 25 This test verifies VP8 resolution-changing video decode acceleration works.
|
/external/autotest/client/site_tests/video_PlaybackPerf/ |
D | control.h264 | 21 hardware acceleration support.
|
D | control.vp9 | 21 hardware acceleration support.
|
D | control.vp8 | 21 hardware acceleration support.
|