HomeSort by relevance Sort by last modified time
    Searched full:furthest (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm_pass2.c 197 GLuint furthest = 0; local
203 for (i = 1; i < c->grf_limit && furthest < BRW_WM_MAX_INSN; i++) {
211 if (group_nextuse > furthest) {
212 furthest = group_nextuse;
217 assert(furthest != thisinsn);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_pass2.c 197 GLuint furthest = 0; local
203 for (i = 1; i < c->grf_limit && furthest < BRW_WM_MAX_INSN; i++) {
211 if (group_nextuse > furthest) {
212 furthest = group_nextuse;
217 assert(furthest != thisinsn);
  /external/jmonkeyengine/engine/src/core-data/Common/ShaderLib/
Parallax.glsllib 5 // The length of this vector determines the furthest amount of displacement: (Ati's comment)
  /external/chromium_org/third_party/icu/source/i18n/
choicfmt.cpp 717 int32_t furthest = start; local
725 if (status.getIndex() > furthest) {
726 furthest = status.getIndex();
728 if (furthest == text.length())
733 status.setIndex(furthest);
735 status.setErrorIndex(furthest);
  /external/icu4c/i18n/
choicfmt.cpp 521 int32_t furthest = start; local
532 if (newIndex > furthest) {
533 furthest = newIndex;
535 if (furthest == source.length()) {
542 if (furthest == start) {
545 pos.setIndex(furthest);
  /external/guava/guava/src/com/google/common/collect/
BstRangeOps.java 122 * Returns the furthest path to the specified side in the specified tree that falls into the
  /external/chromium_org/content/renderer/media/
buffered_resource_loader.h 296 // zero-indexed file offset of the furthest buffered byte.
  /external/chromium_org/media/filters/
audio_renderer_impl.h 239 // The timestamp of the last frame (i.e. furthest in the future) buffered as
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/queue/
RenderQueue.java 89 * transparency in them. It will ensure the objects furthest away are
  /external/valgrind/main/VEX/pub/
libvex_guest_arm.h 166 hence introducing a zero byte for the furthest ahead
  /system/core/libcutils/
open_memstream.c 72 size_t eof; /* furthest point we've written to */
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_impl.cc 603 // and grows to the left (since that is the highest and furthest left the
610 // element and grows to the right (since the is the lowest and furthest right
  /external/ceres-solver/include/ceres/
types.h 287 // consisting of two line segments and finds the furthest
  /external/chromium_org/third_party/WebKit/Source/core/dom/
FullscreenElementStack.cpp 283 // element stack (if any), ordered so that the child of the doc is last and the document furthest
  /external/llvm/lib/CodeGen/
RegisterScavenging.cpp 385 // Find the register whose use is furthest away.
  /external/opencv/cv/src/
_cvkdtree.hpp 364 // queue len exceeds k, drops the point furthest from query point d.
  /libcore/luni/src/main/java/java/util/concurrent/
DelayQueue.java 21 * {@code Delayed} element whose delay expired furthest in the
  /external/jdiff/src/jdiff/
DiffMyers.java 74 the X coordinate of the point furthest
78 the X coordinate of the point furthest
  /external/valgrind/main/VEX/priv/
host_generic_reg_alloc2.c 187 Int furthest = -1; local
198 if (m > furthest) {
199 furthest = m;
    [all...]
  /external/chromium_org/ui/aura/
window.h 384 // furthest down the hierarchy) Window containing the point; otherwise,
  /external/valgrind/main/coregrind/m_ume/
elf.c 275 the furthest-along mapping it creates. The executable is mapped
  /frameworks/base/core/java/android/view/
FocusFinder.java 427 * @return The distance from the edge furthest in the given direction
  /external/chromium_org/third_party/iaccessible2/
ia2_api_all.idl 65 closest edge, the furthest edge, or midway between those two edges. In cases
76 closest edge, the furthest edge, or midway between those two edges. In cases
87 closest edge, the furthest edge, or midway between those two edges. In cases
98 closest edge, the furthest edge, or midway between those two edges. In cases
109 closest edge, the furthest edge, or midway between those two edges. In cases
120 closest edge, the furthest edge, or midway between those two edges. In cases
129 substring may be scrolled to to closest edge, the furthest edge, or midway
    [all...]
  /cts/apps/CtsVerifier/lib/colorchecker/
colorcheckertest.cpp     [all...]
  /system/media/camera/docs/
metadata_model.py 123 A sequence of all ancestors (closest to furthest) from the node,
    [all...]

Completed in 1196 milliseconds

1 2