HomeSort by relevance Sort by last modified time
    Searched refs:far (Results 151 - 175 of 269) sorted by null

1 2 3 4 5 67 8 91011

  /frameworks/base/libs/hwui/
Matrix.cpp 375 void Matrix4::loadOrtho(float left, float right, float bottom, float top, float near, float far) {
380 data[kScaleZ] = -2.0f / (far - near);
383 data[kTranslateZ] = -(far + near) / (far - near);
Matrix.h 133 void loadOrtho(float left, float right, float bottom, float top, float near, float far);
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXFocus.cpp 585 status_t OMXCameraAdapter::getFocusDistances(OMX_U32 &near,OMX_U32 &optimal, OMX_U32 &far)
620 far = focusDist.nFocusDistanceFar;
662 OMX_U32 &far,
689 ret = encodeFocusDistance(far, mFocusDistFar, FOCUS_DIST_SIZE);
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXFocus.cpp 557 status_t OMXCameraAdapter::getFocusDistances(OMX_U32 &near,OMX_U32 &optimal, OMX_U32 &far)
592 far = focusDist.nFocusDistanceFar;
634 OMX_U32 &far,
661 ret = encodeFocusDistance(far, mFocusDistFar, FOCUS_DIST_SIZE);
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
graw_util.h 189 float near, float far)
194 float half_depth = (far - near) / 2.0f;
  /external/mesa3d/src/gallium/tests/graw/
graw_util.h 189 float near, float far)
194 float half_depth = (far - near) / 2.0f;
  /external/pdfium/core/include/thirdparties/zlib/
zconf.h 281 /* The following definitions for FAR are needed only for MSDOS mixed
282 * model programming (small or medium model with some far allocations).
285 * just define FAR to be empty.
292 # define FAR _far
294 # define FAR far
301 # define FAR _far
303 # define FAR far
326 # ifdef FAR
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
zconf.h 281 /* The following definitions for FAR are needed only for MSDOS mixed
282 * model programming (small or medium model with some far allocations).
285 * just define FAR to be empty.
292 # define FAR _far
294 # define FAR far
301 # define FAR _far
303 # define FAR far
326 # ifdef FAR
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
zconf.h 281 /* The following definitions for FAR are needed only for MSDOS mixed
282 * model programming (small or medium model with some far allocations).
285 * just define FAR to be empty.
292 # define FAR _far
294 # define FAR far
301 # define FAR _far
303 # define FAR far
326 # ifdef FAR
    [all...]
  /external/qemu-pc-bios/vgabios/tests/
testbios.c 134 unsigned char far *ptable;
157 {unsigned char far *pvar;
  /external/zlib/src/
zconf.h 281 /* The following definitions for FAR are needed only for MSDOS mixed
282 * model programming (small or medium model with some far allocations).
285 * just define FAR to be empty.
292 # define FAR _far
294 # define FAR far
301 # define FAR _far
303 # define FAR far
326 # ifdef FAR
    [all...]
zconf.h.cmakein 283 /* The following definitions for FAR are needed only for MSDOS mixed
284 * model programming (small or medium model with some far allocations).
287 * just define FAR to be empty.
294 # define FAR _far
296 # define FAR far
303 # define FAR _far
305 # define FAR far
328 # ifdef FAR
    [all...]
zconf.h.in 281 /* The following definitions for FAR are needed only for MSDOS mixed
282 * model programming (small or medium model with some far allocations).
285 * just define FAR to be empty.
292 # define FAR _far
294 # define FAR far
301 # define FAR _far
303 # define FAR far
326 # ifdef FAR
    [all...]
  /external/chromium_org/chrome/tools/
webforms_aggregator.py 362 # All links downloaded and parsed so far.
513 Crawler object exists as far as a specific site is examined and the
514 Retriever object exists as far as a page of this site is examined.
  /external/chromium_org/native_client_sdk/src/examples/tutorial/load_progress/
example.js 31 // loaded The number of bytes loaded so far.
  /external/zlib/src/contrib/delphi/
ZLib.pas 26 total_in: Longint; // total nb of input bytes read so far
30 total_out: Longint; // total nb of bytes output so far
70 data that have been written to the stream so far.
109 have been read from the stream so far.
  /frameworks/base/opengl/java/android/opengl/
GLLogWrapper.java     [all...]
  /frameworks/base/rs/java/android/renderscript/
Matrix4f.java 253 * @param f location of the far clipping plane
269 * far are set to -1, 1 respectively
287 * @param f location of the far clipping plane, must be positive
308 * @param far far clipping plane, must be positive
310 public void loadPerspective(float fovy, float aspect, float near, float far) {
315 loadFrustum(left, right, bottom, top, near, far);
321 * and (near, far), (bottom, top) mapping to (-1, 1) at z = 0
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Matrix4f.java 254 * @param f location of the far clipping plane
270 * far are set to -1, 1 respectively
288 * @param f location of the far clipping plane, must be positive
309 * @param far far clipping plane, must be positive
311 public void loadPerspective(float fovy, float aspect, float near, float far) {
316 loadFrustum(left, right, bottom, top, near, far);
322 * and (near, far), (bottom, top) mapping to (-1, 1) at z = 0
  /external/deqp/modules/gles2/functional/
es2fClippingTests.cpp 1868 const float far = 30000.0f; local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp 1872 const float far = 30000.0f; local
    [all...]
  /external/libpcap/msdos/
pkt_rx1.s 119 retf ; far return to driver with ES:DI
  /external/lldb/source/Plugins/Process/Utility/
RegisterContextDarwin_arm.h 151 uint32_t far; /* Virtual Fault Address */ member in struct:RegisterContextDarwin_arm::EXC
  /external/zlib/src/contrib/pascal/
zlibpas.pas 31 total_in: LongInt; (* total nb of input bytes read so far *)
35 total_out: LongInt; (* total nb of bytes output so far *)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbt.h 15 #define DBTFAR far

Completed in 1842 milliseconds

1 2 3 4 5 67 8 91011