HomeSort by relevance Sort by last modified time
    Searched full:acceleration (Results 76 - 100 of 481) sorted by null

1 2 34 5 6 7 8 91011>>

  /hardware/invensense/65xx/libsensors_iio/
sensors.h 85 // conversion of acceleration data to SI units (m/s^2)
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
NaClAM.js 154 console.log('NaClAM: Not sending message because Acceleration Module is not there.');
166 * Adds an event listener to this Acceleration Module.
185 * Removes an event listener from this Acceleration Module.
  /external/chromium_org/content/browser/resources/gpu/
info_view.js 104 'disabled_software': 'Software only. Hardware acceleration disabled.',
106 'disabled_off': 'Unavailable. Hardware acceleration disabled.',
107 'software': 'Software rendered. Hardware acceleration not enabled.',
108 'unavailable_off': 'Unavailable. Hardware acceleration unavailable',
110 'Software only, hardware acceleration unavailable',
  /frameworks/base/docs/html/tools/devices/
emulator.jd 13 <li><a href="#acceleration">Using Hardware Acceleration</a>
15 <li><a href="#accel-graphics">Configuring Graphics Acceleration</a></li>
16 <li><a href="#accel-vm">Configuring Virtual Machine Acceleration</a></li>
225 <h2 id="acceleration">Using Hardware Acceleration</h2>
228 take advantage of hardware acceleration, using a combination of configuration options, specific
232 <h3 id="accel-graphics">Configuring Graphics Acceleration</h3>
235 acceleration feature for the emulator is experimental; be alert for incompatibilities and
238 <p>Graphics acceleration for the emulator takes advantage of your development computer's graphic
    [all...]
  /development/ndk/platforms/android-9/samples/native-activity/jni/
main.c 281 event.acceleration.x, event.acceleration.y,
282 event.acceleration.z);
  /external/chromium_org/ppapi/api/
pp_input_event.idl 142 * preferred scroll sensitivity and potentially also nonlinear acceleration
163 * preferred scroll sensitivity and potentially also nonlinear acceleration
175 * event. The value may have system-specific acceleration applied to it,
  /external/chromium_org/ppapi/c/
pp_input_event.h 151 * preferred scroll sensitivity and potentially also nonlinear acceleration
171 * preferred scroll sensitivity and potentially also nonlinear acceleration
182 * event. The value may have system-specific acceleration applied to it,
  /external/chromium_org/third_party/mesa/src/docs/
install.html 16 <li><a href="#prereq-dri">For DRI and hardware acceleration</a>
48 <h3 id="prereq-dri">1.2 For DRI and hardware acceleration</h3>
51 The following are required for DRI-based hardware acceleration with Mesa:
vmware-guest.html 86 <li>Mesa/Gallium master branch. This code is used to build libGL, and the direct rendering svga driver for libGL, vmwgfx_dri.so, and the X acceleration library libxatracker.so.x.x.x.
116 <li>Build Mesa and the vmwgfx_dri.so driver, the vmwgfx_drv.so xorg driver, the X acceleration library libxatracker.
120 copy and video acceleration:
relnotes-7.4.2.html 22 for DRI hardware acceleration.
relnotes-7.4.4.html 22 for DRI hardware acceleration.
relnotes-7.4.html 22 for DRI hardware acceleration.
relnotes-7.5.1.html 27 for DRI hardware acceleration.
relnotes-7.5.2.html 27 for DRI hardware acceleration.
relnotes-7.7.1.html 22 for DRI hardware acceleration.
relnotes-7.7.html 24 for DRI hardware acceleration.
relnotes-7.8.1.html 26 for DRI hardware acceleration.
relnotes-7.8.html 24 for DRI hardware acceleration.
  /external/mesa3d/docs/
install.html 16 <li><a href="#prereq-dri">For DRI and hardware acceleration</a>
48 <h3 id="prereq-dri">1.2 For DRI and hardware acceleration</h3>
51 The following are required for DRI-based hardware acceleration with Mesa:
vmware-guest.html 86 <li>Mesa/Gallium master branch. This code is used to build libGL, and the direct rendering svga driver for libGL, vmwgfx_dri.so, and the X acceleration library libxatracker.so.x.x.x.
116 <li>Build Mesa and the vmwgfx_dri.so driver, the vmwgfx_drv.so xorg driver, the X acceleration library libxatracker.
120 copy and video acceleration:
  /external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
main.c 281 event.acceleration.x, event.acceleration.y,
282 event.acceleration.z);
  /hardware/akm/AK8975_FS/akmdfs/
AK8975Driver.c 29 This function opens both device drivers of magnetic sensor and acceleration
50 This function closes both device drivers of magnetic sensor and acceleration
303 /* Get acceleration data. */
  /hardware/invensense/60xx/libsensors/
MPLSensor.cpp 89 { "MPL Linear Acceleration", "Invensense", 1,
611 res = inv_get_float_array(INV_ACCELS, s->acceleration.v);
612 //res = inv_get_accel_float(s->acceleration.v);
613 s->acceleration.v[0] = s->acceleration.v[0] * 9.81;
614 s->acceleration.v[1] = s->acceleration.v[1] * 9.81;
615 s->acceleration.v[2] = s->acceleration.v[2] * 9.81;
616 //ALOGV_IF(EXTRA_VERBOSE, "accel data: %f %f %f", s->acceleration.v[0], s->acceleration.v[1], s->acceleration.v[2])
    [all...]
  /cts/suite/cts/deviceTests/opengl/jni/reference/scene/flocking/
Boid.cpp 21 // Reset the acceleration.
  /external/chromium_org/chrome/test/functional/
gpu.py 49 logging.warn('Hardware acceleration not available')

Completed in 753 milliseconds

1 2 34 5 6 7 8 91011>>