Searched refs:clamped (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DDistance.h54 void setModel(ModelType model, bool clamped) argument
57 m_isClamped = clamped;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_pack.h110 boolean clamped,
H A Dlp_bld_pack.c373 * It is assumed the values are already clamped into the destination type range.
546 boolean clamped,
563 if(clamped)
543 lp_build_pack(struct gallivm_state *gallivm, struct lp_type src_type, struct lp_type dst_type, boolean clamped, const LLVMValueRef *src, unsigned num_srcs) argument
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_pack.h110 boolean clamped,
H A Dlp_bld_pack.c373 * It is assumed the values are already clamped into the destination type range.
546 boolean clamped,
563 if(clamped)
543 lp_build_pack(struct gallivm_state *gallivm, struct lp_type src_type, struct lp_type dst_type, boolean clamped, const LLVMValueRef *src, unsigned num_srcs) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DBarGraph.java195 boolean clamped= false;
199 clamped= true;
202 clamped= true;
230 if (clamped) {
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_texture_signed_rgba.spec118 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
H A DMESA_swap_control.spec92 nized to a video frame. The <interval> value is silently clamped to
/external/mesa3d/docs/
H A DMESA_texture_signed_rgba.spec118 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
H A DMESA_swap_control.spec92 nized to a video frame. The <interval> value is silently clamped to
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DTransformationMatrix.cpp546 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;
H A DTransformationMatrix.h148 FloatPoint projectPoint(const FloatPoint&, bool* clamped = 0) const;
150 FloatQuad projectQuad(const FloatQuad&, bool* clamped = 0) const;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c191 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;
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c191 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;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm352 ;# it will be clamped to 0. orring 0 with a positive
/external/libvpx/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm352 ;# it will be clamped to 0. orring 0 with a positive
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 304 milliseconds