Home
last modified time | relevance | path

Searched refs:acceleration (Results 1 – 25 of 149) sorted by relevance

123456

/external/replicaisland/src/com/replica/replicaisland/
DInterpolator.java52 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()
DGameObject.java188 public final void setAcceleration(Vector2 acceleration) { in setAcceleration() argument
189 mAcceleration.set(acceleration); in setAcceleration()
DPatrolComponent.java258 public void setMovementSpeed(float speed, float acceleration) { in setMovementSpeed() argument
260 mAcceleration = acceleration; in setMovementSpeed()
/external/autotest/client/site_tests/video_ChromeHWDecodeUsed/
Dcontrol.vp97 PURPOSE = "Verify that VP9 video decode acceleration works in Chrome"
25 This test verifies VP9 video decode acceleration works.
Dcontrol.h264.mse7 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.
Dcontrol.h2647 PURPOSE = "Verify that H.264 video decode acceleration works in Chrome"
25 This test verifies H.264 video decode acceleration works.
Dcontrol.vp9.mse7 PURPOSE = "Verify that VP9 decode acceleration works for MSE videos in Chrome"
25 This test verifies VP9 decode acceleration works for MSE videos.
Dcontrol.vp87 PURPOSE = "Verify that VP8 video decode acceleration works in Chrome"
25 This test verifies VP8 video decode acceleration works.
Dcontrol.vp8.mse7 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/
DtcuWGL.hpp83 Acceleration acceleration; member in tcu::wgl::PixelFormatInfo
135 , acceleration (ACCELERATION_LAST) in PixelFormatInfo()
/external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/
Dmain.c281 event.acceleration.x, event.acceleration.y, in android_main()
282 event.acceleration.z); in android_main()
/external/skia/site/user/
Dtips.md7 + [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/
Dug.txt12 acceleration{
215 acceleration{
407 acceleration{
Duz_Cyrl.txt18 acceleration{
229 acceleration{
440 acceleration{
Den_001.txt12 acceleration{
229 acceleration{
Dpt_PT.txt12 acceleration{
147 acceleration{
Dzh_Hant_HK.txt12 acceleration{
352 acceleration{
/external/scrypt/patches/
DREADME11 Adds NEON acceleration for the Salsa20/8 mixing function.
/external/mesa3d/src/gallium/targets/xa-vmwgfx/
Dxatracker.pc.in7 Description: Xorg Gallium3D acceleration library
/external/mesa3d/src/gallium/docs/source/
Ddistro.rst84 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/
Dcontrol.h26425 This test verifies H264 resolution-changing video decode acceleration works.
Dcontrol.vp825 This test verifies VP8 resolution-changing video decode acceleration works.
/external/autotest/client/site_tests/video_PlaybackPerf/
Dcontrol.h26421 hardware acceleration support.
Dcontrol.vp921 hardware acceleration support.
Dcontrol.vp821 hardware acceleration support.

123456