HomeSort by relevance Sort by last modified time
    Searched defs:NEAR (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
quad-tex.c 30 #define NEAR 30
236 float half_depth = ((float)FAR - (float)NEAR) / 2.0f;
tri.c 30 #define NEAR 30
177 float half_depth = ((float)FAR - (float)NEAR) / 2.0f;
  /external/mesa3d/src/gallium/tests/trivial/
quad-tex.c 30 #define NEAR 30
236 float half_depth = ((float)FAR - (float)NEAR) / 2.0f;
tri.c 30 #define NEAR 30
177 float half_depth = ((float)FAR - (float)NEAR) / 2.0f;
  /packages/apps/Dialer/src/com/android/dialer/
ProximitySensorManager.java 34 * This interface abstracts two possible states for the proximity sensor, near and far.
39 /** Called when the proximity sensor transitions from the far to the near state. */
41 /** Called when the proximity sensor transitions from the near to the far state. */
46 NEAR, FAR
67 * {@link State#NEAR} state.
106 // Convert the sensor into a NEAR/FAR state.
120 case NEAR:
137 // Determine if the current value corresponds to the NEAR or FAR state.
140 return (value > FAR_THRESHOLD || value == mMaxValue) ? State.FAR : State.NEAR;
169 // transition when the sensor gets into the NEAR state
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windef.h 69 #undef near macro
73 #define near macro
93 #undef NEAR
95 #define NEAR
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h     [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h     [all...]

Completed in 1503 milliseconds