Home
last modified time | relevance | path

Searched defs:pos0 (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_wide_line.c72 float *pos0 = v0->data[pos]; in wideline_line() local
Ddraw_pipe_wide_point.c137 float *pos0 = v0->data[pos]; in widepoint_point() local
Ddraw_pipe_stipple.c126 const float *pos0 = v0->data[pos]; in stipple_line() local
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
DbtTransformUtil.java64 …public static void calculateVelocityQuaternion(Vector3 pos0, Vector3 pos1, Quaternion orn0, Quater… in calculateVelocityQuaternion()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtTransformUtil.h82 …static void calculateVelocityQuaternion(const btVector3& pos0,const btVector3& pos1,const btQuater… in calculateVelocityQuaternion()
/external/skia/src/views/
DSkTouchGesture.cpp184 static SkScalar center(float pos0, float pos1) { in center()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c370 int pos0 = find_output_by_semantic(&shader->info.base, in generate_fs() local
609 int pos0 = find_output_by_semantic(&shader->info.base, in generate_fs_loop() local
/external/ltrace/
Ddict.c220 size_t pos0 = -1; in find_slot() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateIntervalFormat.java776 … String pat0, FieldPosition pos0, // pattern and pos corresponding to {0} in adjustPosition()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateIntervalFormat.java784 … String pat0, FieldPosition pos0, // pattern and pos corresponding to {0} in adjustPosition()
/external/icu/icu4c/source/i18n/
Ddtitvfmt.cpp1319 … UnicodeString& pat0, FieldPosition& pos0, // pattern and pos corresponding to {0} in adjustPosition()
/external/libvpx/libvpx/vp8/common/mips/msa/
Dpostproc_msa.c820 v16u8 pos0, ref0, pos1, ref1; in vp8_plane_add_noise_msa() local
/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h988 #define __sanitizer_syscall_pre_pread64(fd, buf, count, pos0, pos1) \ argument
991 #define __sanitizer_syscall_post_pread64(res, fd, buf, count, pos0, pos1) \ argument
995 #define __sanitizer_syscall_pre_pwrite64(fd, buf, count, pos0, pos1) \ argument
998 #define __sanitizer_syscall_post_pwrite64(res, fd, buf, count, pos0, pos1) \ argument
/external/opencv3/modules/core/src/
Docl.cpp3542 const char* pos0 = _buf.c_str(); in Impl() local