HomeSort by relevance Sort by last modified time
    Searched refs:clamped (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/audio/
Distance.h 54 void setModel(ModelType model, bool clamped)
57 m_isClamped = clamped;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_pack.h 110 boolean clamped,
lp_bld_pack.c 373 * It is assumed the values are already clamped into the destination type range.
546 boolean clamped,
563 if(clamped)
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_pack.h 110 boolean clamped,
lp_bld_pack.c 373 * It is assumed the values are already clamped into the destination type range.
546 boolean clamped,
563 if(clamped)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
BarGraph.java 195 boolean clamped= false;
199 clamped= true;
202 clamped= true;
230 if (clamped) {
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_signed_rgba.spec 118 a framebuffer clamped to [0,1] all converted numbers will be in the range
146 are clamped to [-1,1] unless stated otherwise as in the case
147 of explicitly clamped to [0,1] for GL_COMBINE. or clamping the
158 requires texture source colors to be clamped to [0,1]. Texture
160 negative values generated post-filtering would be clamped to
MESA_swap_control.spec 92 nized to a video frame. The <interval> value is silently clamped to
  /external/mesa3d/docs/
MESA_texture_signed_rgba.spec 118 a framebuffer clamped to [0,1] all converted numbers will be in the range
146 are clamped to [-1,1] unless stated otherwise as in the case
147 of explicitly clamped to [0,1] for GL_COMBINE. or clamping the
158 requires texture source colors to be clamped to [0,1]. Texture
160 negative values generated post-filtering would be clamped to
MESA_swap_control.spec 92 nized to a video frame. The <interval> value is silently clamped to
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformationMatrix.h 148 FloatPoint projectPoint(const FloatPoint&, bool* clamped = 0) const;
150 FloatQuad projectQuad(const FloatQuad&, bool* clamped = 0) const;
TransformationMatrix.cpp 546 FloatPoint TransformationMatrix::projectPoint(const FloatPoint& p, bool* clamped) const
560 if (clamped)
561 *clamped = false;
585 if (clamped)
586 *clamped = true;
595 FloatQuad TransformationMatrix::projectQuad(const FloatQuad& q, bool* clamped) const
609 if (clamped)
610 *clamped = clamped1 || clamped2 || clamped3 || clamped4;
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1563.js 32 // Test that undefined gets properly clamped in Crankshafted pixel array
  /external/chromium_org/v8/test/mjsunit/
object-seal.js 266 // Count of items to delete is clamped by length.
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_exec.c 191 union tgsi_exec_channel clamped;
195 clamped.f[i] = 127.99999f;
197 clamped.f[i] = -126.99999f;
199 clamped.f[i] = src->f[i];
202 src = &clamped;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c 191 union tgsi_exec_channel clamped;
195 clamped.f[i] = 127.99999f;
197 clamped.f[i] = -126.99999f;
199 clamped.f[i] = src->f[i];
202 src = &clamped;
    [all...]
  /external/chromium_org/tools/auto_bisect/
bisect_perf_regression.py     [all...]