HomeSort by relevance Sort by last modified time
    Searched full:acceleration (Results 201 - 225 of 508) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_hints.h 51 * \brief A variable controlling how 3D acceleration is used to accelerate the SDL screen surface.
58 * "0" - Disable 3D acceleration
59 * "1" - Enable 3D acceleration, using the default renderer.
60 * "X" - Enable 3D acceleration, using X where X is one of the valid rendering drivers. (e.g. "direct3d", "opengl", etc.)
63 * to use acceleration or not.
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_hints.h 51 * \brief A variable controlling how 3D acceleration is used to accelerate the SDL screen surface.
58 * "0" - Disable 3D acceleration
59 * "1" - Enable 3D acceleration, using the default renderer.
60 * "X" - Enable 3D acceleration, using X where X is one of the valid rendering drivers. (e.g. "direct3d", "opengl", etc.)
63 * to use acceleration or not.
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/
btRigidBody.cpp 135 void btRigidBody::setGravity(const btVector3& acceleration)
139 m_gravity = acceleration * (btScalar(1.0) / m_inverseMass);
141 m_gravity_acceleration = acceleration;
  /device/google/dragon/sensor_hub/
cros_ec_sensors.cpp 342 data->acceleration.status = SENSOR_STATUS_ACCURACY_LOW;
363 data->acceleration.v[i] =
  /external/autotest/client/site_tests/video_PlaybackPerf/
video_PlaybackPerf.py 220 Runs the video playback test with and without hardware acceleration.
260 'Video decode acceleration should not be working.')
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/iphone/
iPhoneInputManager.mm 59 - (void)accelerometer:(UIAccelerometer *)accelerometer didAccelerate:(UIAcceleration *)acceleration {
60 accelerometerObject->didAccelerate(acceleration);
  /external/mesa3d/docs/
intro.html 20 environments ranging from software emulation to complete hardware acceleration
104 component of 3D hardware acceleration in the new DRI project for XFree86.
relnotes-7.8.2.html 22 for DRI hardware acceleration.
relnotes-7.8.3.html 22 for DRI hardware acceleration.
  /frameworks/base/docs/html/guide/topics/sensors/
sensors_overview.jd 67 <p>These sensors measure acceleration forces and rotational forces along three axes. This
103 properties, such as acceleration, geomagnetic field strength, or angular change. Software-based
106 sensors or synthetic sensors. The linear acceleration sensor and the gravity sensor are examples of
127 <td>Measures the acceleration force in m/s<sup>2</sup> that is applied to a device on
160 <td>Measures the acceleration force in m/s<sup>2</sup> that is
163 <td>Monitoring acceleration along a single axis.</td>
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
MeanVerification.java 142 // Linear acceleration should be 0 in all directions for a static device
  /development/ndk/platforms/android-19/include/android/
sensor.h 144 ASensorVector acceleration; member in union:ASensorEvent::__anon1393::__anon1394
  /development/ndk/platforms/android-9/include/android/
sensor.h 119 ASensorVector acceleration; member in union:ASensorEvent::__anon2733
  /development/ndk/sources/android/ndk_helper/
interpolator.cpp 128 // quadratic easing in/out - acceleration until halfway, then deceleration
  /development/samples/devbytes/animation/Anticipation/src/com/example/android/anticipation/
AnticiButton.java 120 // and end fast (no acceleration or deceleration, since we're doing that part
  /docs/source.android.com/src/devices/graphics/
arch-sh.jd 61 Acceleration</a>
  /external/ImageMagick/
AUTHORS.txt 9 Contributor to and maintainer of Magick++, OpenCL acceleration, and
  /external/androidplot/Examples/DemoApp/res/layout/
orientation_sensor_example.xml 89 android:text="HW Acceleration"
  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DualScaleXYPlotExampleActivity.java 72 // Disable Hardware Acceleration on the xyPlot view object.
  /external/autotest/client/site_tests/desktopui_SonicExtension/
desktopui_SonicExtension.py 161 #To cehck encoder acceleration used while casting
  /external/autotest/client/site_tests/kernel_CrosECSysfsAccel/
kernel_CrosECSysfsAccel.py 99 # therefore not updating acceleration values in shared memory.
  /external/libdrm/man/
drm.xml 47 acceleration. Furthermore, it is responsible for memory management,
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.h 189 ///acceleration and connectivity structures
  /external/libgdx/extensions/gdx-controllers/gdx-controllers/src/com/badlogic/gdx/controllers/
ControllerListener.java 82 * {@link Vector3} representing the acceleration on a 3-axis accelerometer in m/s^2.
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/
ParticleChannels.java 113 public static final ChannelDescriptor Acceleration = new ChannelDescriptor(newGlobalId(), float.class, 3); //gl units/s2

Completed in 557 milliseconds

1 2 3 4 5 6 7 891011>>