Searched
full:near (Results
451 -
475 of
1547) sorted by null
<<11121314151617181920>>
/external/jpeg/ |
rdppm.c | 61 * allocate the buffer in near data space, because we are assuming small-data 398 /* Cast here implies near->far pointer conversion on PCs */
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_mbgraph.c | 88 // FIXME should really use something like near/nearest MV and/or MV prediction 127 // FIXME should really use something like near/nearest MV and/or MV prediction
|
/external/mesa3d/src/gallium/tests/graw/ |
fs-test.c | 177 float near, float far) 182 float half_depth = ((float)far - (float)near) / 2.0f;
|
gs-test.c | 210 float near, float far) 215 float half_depth = ((float)far - (float)near) / 2.0f;
|
/external/mesa3d/src/mesa/main/ |
rastpos.c | 234 z2 = CLAMP(z, 0.0F, 1.0F) * (ctx->Viewport.Far - ctx->Viewport.Near) 235 + ctx->Viewport.Near;
|
/external/mesa3d/src/mesa/tnl/ |
t_rasterpos.c | 60 * Clip a point against the far/near Z clipping planes. 423 ctx->Viewport.Near,
|
/external/oprofile/events/x86-64/family11h/ |
events | 89 event:0xc8 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_NEAR_RETURNS : Retired near returns 90 event:0xc9 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_NEAR_RETURNS_MISPREDICTED : Retired near returns mispredicted
|
/external/oprofile/events/x86-64/hammer/ |
events | 84 event:0xc8 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_NEAR_RETURNS : Retired near returns 85 event:0xc9 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_NEAR_RETURNS_MISPREDICTED : Retired near returns mispredicted
|
/external/qemu/distrib/jpeg-6b/ |
rdppm.c | 61 * allocate the buffer in near data space, because we are assuming small-data 398 /* Cast here implies near->far pointer conversion on PCs */
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
ColladaParser.java | 462 float near = getFloat(camera, "znear");
local 467 sceneCamera.setNear(near);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_mbgraph.c | 88 // FIXME should really use something like near/nearest MV and/or MV prediction 127 // FIXME should really use something like near/nearest MV and/or MV prediction
|
/packages/apps/Gallery/src/com/android/camera/ |
HighlightView.java | 218 // Check whether the position is near some edge(s). 232 // Not near any edge but inside the rectangle: move.
|
/bionic/libc/arch-arm64/generic/bionic/ |
strncmp.S | 175 overflowing if the limit is near ULONG_MAX. */
|
/development/ide/emacs/ |
android-compile.el | 105 ;; build env. Move this test lower, near the while loop if we
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
MatchPatternIterator.java | 299 // if(m_cdtm.getNodeName(n).equals("near-east"))
|
/external/chromium_org/ash/display/ |
root_window_transformers.cc | 36 // Round near zero value to zero.
|
/external/chromium_org/cc/scheduler/ |
scheduler_state_machine.h | 31 // near to the vblank time.
|
/external/chromium_org/chrome/browser/ui/panels/ |
detached_panel_browsertest.cc | 33 // Ignore checking y position since the detached panel will be placed near
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
tut_debugging.html | 165 width="22" height="20" alt="" />(near
|
/external/chromium_org/content/renderer/media/android/ |
media_source_delegate.h | 176 // buffered, but there is a later range buffered near to |seek_time|, returns
|
/external/chromium_org/native_client_sdk/doc_generated/ |
nacl-and-pnacl.html | 22 web technologies, by running compiled C and C++ code at near-native speeds and
|
/external/chromium_org/third_party/leveldatabase/src/table/ |
table.cc | 268 // right near the end of the file).
|
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/ |
resources.rst | 153 from multiple surfaces near to the edge.
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDGPUInstrInfo.cpp | 194 // TODO: Make the loads schedule near if it fits in a cacheline
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
prog_statevars.c | 353 value[0] = ctx->Viewport.Near; /* near */ 355 value[2] = ctx->Viewport.Far - ctx->Viewport.Near; /* far - near */ [all...] |
Completed in 2690 milliseconds
<<11121314151617181920>>