HomeSort by relevance Sort by last modified time
    Searched defs:LINEAR (Results 1 - 25 of 38) sorted by null

1 2

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_surface.h 31 LINEAR = 0,
  /frameworks/av/media/libstagefright/codec2/include/
C2Component.h 522 LINEAR, ///< basic linear allocator type
  /packages/apps/Camera2/src/com/android/camera/ui/motion/
UnitCurves.java 26 public static final UnitCurve LINEAR = new UnitBezier(0.0f, 0.0f, 1.0f, 1.0f);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
Interpolators.java 37 public static final Interpolator LINEAR = new LinearInterpolator();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
types.h 90 /// Partial sum algorithms: recursive, linear.
94 LINEAR
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
types.h 90 /// Partial sum algorithms: recursive, linear.
94 LINEAR
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
types.h 90 /// Partial sum algorithms: recursive, linear.
94 LINEAR
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
types.h 90 /// Partial sum algorithms: recursive, linear.
94 LINEAR
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
types.h 90 /// Partial sum algorithms: recursive, linear.
94 LINEAR
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
types.h 90 /// Partial sum algorithms: recursive, linear.
94 LINEAR
  /frameworks/base/rs/java/android/renderscript/
Sampler.java 32 LINEAR (1),
117 * Retrieve a sampler with min and mag set to linear and wrap modes set to
129 b.setMinification(Value.LINEAR);
130 b.setMagnification(Value.LINEAR);
141 * Retrieve a sampler with mag set to linear, min linear mipmap linear, and
154 b.setMagnification(Value.LINEAR);
189 * Retrieve a sampler with min and mag set to linear and wrap modes set to
201 b.setMinification(Value.LINEAR);
    [all...]
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
Sampler.java 45 LINEAR (1),
125 * Retrieve a sampler with min and mag set to linear and wrap modes set to
135 b.setMinification(Value.LINEAR);
136 b.setMagnification(Value.LINEAR);
145 * Retrieve a sampler with mag set to linear, min linear mipmap linear, and
156 b.setMagnification(Value.LINEAR);
185 * Retrieve a sampler with min and mag set to linear and wrap modes set to
195 b.setMinification(Value.LINEAR);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
MotionIndicatorView.java 302 LINEAR,
314 mMode = MODE.LINEAR;
330 if (mMode == MODE.LINEAR) {
340 * If it is LINEAR mode, the range will be quantized to nearest step boundary. If it is the
348 if (mMode == MODE.LINEAR) {
  /device/google/contexthub/firmware/os/drivers/orientation/
orientation.c 83 LINEAR,
171 { DEC_INFO_RATE("Linear Acceleration", FusionRates, SENS_TYPE_LINEAR_ACCEL, NUM_AXIS_THREE,
379 && mTask.sensors[LINEAR].active) {
390 if (!addSample(&mTask.sensors[LINEAR],
573 mTask.sensors[LINEAR].active) {
855 mTask.sensors[LINEAR].use_mag_data = false;
  /external/deqp/framework/common/
tcuTexture.hpp 198 LINEAR,
    [all...]
  /external/icu/icu4c/source/common/
ucnvmbcs.cpp 325 * ASCII code points can be looked up with a linear array access into stage 3.
351 * ASCII code points can be looked up with a linear array access into stage 3.
523 /* helper macros for linear values for GB 18030 four-byte sequences */
528 #define LINEAR(x) LINEAR_18030(x>>24, (x>>16)&0xff, (x>>8)&0xff, x&0xff)
541 {0x10000, 0x10FFFF, LINEAR(0x90308130), LINEAR(0xE3329A35)},
542 {0x9FA6, 0xD7FF, LINEAR(0x82358F33), LINEAR(0x8336C738)},
543 {0x0452, 0x1E3E, LINEAR(0x8130D330), LINEAR(0x8135F436)}
1136 uint32_t linear; local
1195 uint32_t linear; local
    [all...]
  /external/opencv/ml/include/
ml.h 489 enum { LINEAR=0, POLY=1, RBF=2, SIGMOID=3 };
    [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetMBCS.java 1889 int linear; local
3902 int linear; local
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
a3xx.xml.h 48 LINEAR = 0,
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 1448 milliseconds

1 2