Searched refs:normalized (Results 51 - 75 of 268) sorted by relevance

1234567891011

/external/deqp/modules/gles3/functional/
H A Des3fVertexArrayObjectTests.cpp66 GLboolean normalized; member in struct:deqp::gles3::Functional::__anon20152::Attribute
92 , normalized (GL_FALSE)
209 << "\tGL_VERTEX_ATTRIB_ARRAY_NORMALIZED : " << (state.attributes[attribNdx].normalized ? "GL_TRUE" : "GL_FALSE") << "\n"
452 else if (state.attributes[attribNdx].type != GL_FLOAT && !state.attributes[attribNdx].normalized)
503 if (state.attributes[0].normalized || state.attributes[0].type == GL_FLOAT)
561 GLU_CHECK_CALL(glVertexAttribPointer(attribNdx, state.attributes[attribNdx].size, state.attributes[attribNdx].type, state.attributes[attribNdx].normalized, state.attributes[attribNdx].stride, (const GLvoid*)((GLintptr)state.attributes[attribNdx].offset)));
727 << "\tGL_VERTEX_ATTRIB_ARRAY_NORMALIZED : " << (state.attributes[attribNdx].normalized ? "GL_TRUE" : "GL_FALSE") << "\n"
767 m_spec.state.attributes[attribNdx].normalized = m_random.getBool();
785 m_spec.vao.attributes[attribNdx].normalized = m_random.getBool();
1028 else if (state.attributes[attribNdx].type != GL_FLOAT && !state.attributes[attribNdx].normalized)
[all...]
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dfilter.js435 * (not normalized).
445 var normalized = [];
447 normalized.push(weights[i] / total);
450 normalized.push(0);
454 Math.abs(normalized[0]) +
455 Math.abs(normalized[1]) * 4 +
456 Math.abs(normalized[2]) * 4 +
457 Math.abs(normalized[3]) * 4;
461 return filter.convolve5x5.bind(null, normalized);
/external/eigen/test/
H A Dgeo_eulerangles.cpp69 q1 = AngleAxisx(a, Vector3::Random().normalized());
79 q1.coeffs() = Quaternionx::Coefficients::Random().normalized();
H A Dgeo_parametrizedline.cpp32 VectorType d0 = VectorType::Random(dim).normalized();
55 VectorType n2 = VectorType::Random(dim).normalized();
H A Dgeo_transformations.cpp36 q1 = AngleAxisx(a, v0.normalized());
103 VERIFY_IS_APPROX(v0, AngleAxisx(a, v0.normalized()) * v0);
106 m = AngleAxisx(a, v0.normalized()).toRotationMatrix().adjoint();
107 VERIFY_IS_APPROX(Matrix3::Identity(), m * AngleAxisx(a, v0.normalized()));
108 VERIFY_IS_APPROX(Matrix3::Identity(), AngleAxisx(a, v0.normalized()) * m);
111 q1 = AngleAxisx(a, v0.normalized());
112 q2 = AngleAxisx(a, v1.normalized());
133 VERIFY_IS_APPROX(AngleAxisx(a,v1.normalized()).toRotationMatrix(),
134 Quaternionx(AngleAxisx(a,v1.normalized())).toRotationMatrix());
147 q1 = AngleAxisx(a, v0.normalized());
[all...]
H A Dadjoint.cpp38 // check normalized() and normalize()
39 VERIFY_IS_APPROX(v1, v1.norm() * v1.normalized());
43 VERIFY_IS_APPROX(v3, v1.normalized());
50 // check that Random().normalized() works: tricky as the random xpr must be evaluated by
51 // normalized() in order to produce a consistent result.
52 VERIFY_IS_APPROX(Vec::Random(v1.size()).normalized().norm(), RealScalar(1));
/external/chromium_org/gpu/command_buffer/client/
H A Dvertex_array_object_manager.h88 GLboolean normalized,
/external/chromium_org/mojo/apps/js/bindings/gl/
H A Dcontext.h53 GLboolean normalized, GLsizei stride,
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos_array.c65 src_type.norm = format_desc->channel[0].normalized;
/external/eigen/test/eigen2/
H A Deigen2_parametrizedline.cpp32 VectorType d0 = VectorType::Random(dim).normalized();
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos_array.c65 src_type.norm = format_desc->channel[0].normalized;
/external/opencv/cv/include/
H A Dcv.hpp248 /* Box filter ("all 1's", optionally normalized) filter. */
265 bool is_normalized() const { return normalized; }
275 bool normalized; member in class:CvBoxFilter
308 bool is_normalized() const { return normalized; }
314 bool normalized; member in class:CvLaplaceFilter
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DVertexBuffer.cpp249 mCache[element].normalized == attrib.normalized &&
296 VertexElement element = { attrib.type, attrib.size, ComputeVertexAttributeStride(attrib), attrib.normalized, attrib.pureInteger, attributeOffset, streamOffset };
H A DVertexBuffer.h132 bool normalized; member in struct:rx::StaticVertexBufferInterface::VertexElement
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttgxvar.c486 /* tuple_coords :: The coordinates of the tuple in normalized axis */
831 /* Set the blend (normalized) coordinates for this instance of the */
969 /* from user to normalized coordinates. */
989 FT_Fixed* normalized = NULL; local
1017 if ( FT_NEW_ARRAY( normalized, mmvar->num_axis ) )
1030 normalized[i] = -FT_DivFix( coords[i] - a->def, a->minimum - a->def );
1032 normalized[i] = 0;
1034 normalized[i] = FT_DivFix( coords[i] - a->def, a->maximum - a->def );
1046 if ( normalized[i] < av->correspondence[j].fromCoord )
1048 normalized[
[all...]
/external/freetype/src/truetype/
H A Dttgxvar.c486 /* tuple_coords :: The coordinates of the tuple in normalized axis */
831 /* Set the blend (normalized) coordinates for this instance of the */
969 /* from user to normalized coordinates. */
989 FT_Fixed* normalized = NULL; local
1017 if ( FT_NEW_ARRAY( normalized, mmvar->num_axis ) )
1030 normalized[i] = -FT_DivFix( coords[i] - a->def, a->minimum - a->def );
1032 normalized[i] = 0;
1034 normalized[i] = FT_DivFix( coords[i] - a->def, a->maximum - a->def );
1046 if ( normalized[i] < av->correspondence[j].fromCoord )
1048 normalized[
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttgxvar.c486 /* tuple_coords :: The coordinates of the tuple in normalized axis */
831 /* Set the blend (normalized) coordinates for this instance of the */
969 /* from user to normalized coordinates. */
989 FT_Fixed* normalized = NULL; local
1017 if ( FT_NEW_ARRAY( normalized, mmvar->num_axis ) )
1030 normalized[i] = -FT_DivFix( coords[i] - a->def, a->minimum - a->def );
1032 normalized[i] = 0;
1034 normalized[i] = FT_DivFix( coords[i] - a->def, a->maximum - a->def );
1046 if ( normalized[i] < av->correspondence[j].fromCoord )
1048 normalized[
[all...]
/external/opencv/cv/src/
H A Dcvderiv.cpp363 normalized = basic_laplacian = false;
370 normalized = basic_laplacian = false;
410 normalized = _normalized;
556 bool normalized = state->is_normalized(); local
565 if( basic_laplacian || !normalized )
567 normalized = false;
588 else if( !normalized )
611 if( !normalized )
635 if( !normalized )
698 bool normalized local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c533 if(input_desc->channel[0].normalized)
583 if(input_desc->channel[0].normalized)
704 && output_desc->channel[0].normalized == input_desc->channel[0].normalized
737 if(input_desc->channel[0].normalized)
747 if(input_desc->channel[0].normalized)
772 if(output_desc->channel[0].normalized)
886 v = output_desc->channel[0].normalized ? 0xff : 1;
889 v = output_desc->channel[0].normalized ? 0x7f : 1;
912 v = output_desc->channel[1].normalized
[all...]
/external/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c533 if(input_desc->channel[0].normalized)
583 if(input_desc->channel[0].normalized)
704 && output_desc->channel[0].normalized == input_desc->channel[0].normalized
737 if(input_desc->channel[0].normalized)
747 if(input_desc->channel[0].normalized)
772 if(output_desc->channel[0].normalized)
886 v = output_desc->channel[0].normalized ? 0xff : 1;
889 v = output_desc->channel[0].normalized ? 0x7f : 1;
912 v = output_desc->channel[1].normalized
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dunormcmp.cpp539 UnicodeString &normalized, UErrorCode *pErrorCode) {
557 normalized.setTo(FALSE, str.getBuffer(), spanQCYes);
558 n2->normalizeSecondAndAppend(normalized, unnormalized, *pErrorCode);
538 _normalize(const Normalizer2 *n2, const UChar *s, int32_t length, UnicodeString &normalized, UErrorCode *pErrorCode) argument
/external/icu/icu4c/source/common/
H A Dunormcmp.cpp539 UnicodeString &normalized, UErrorCode *pErrorCode) {
557 normalized.setTo(FALSE, str.getBuffer(), spanQCYes);
558 n2->normalizeSecondAndAppend(normalized, unnormalized, *pErrorCode);
538 _normalize(const Normalizer2 *n2, const UChar *s, int32_t length, UnicodeString &normalized, UErrorCode *pErrorCode) argument
/external/chromium_org/chrome/browser/
H A Denumerate_modules_model_win.h96 // Whether this module has been normalized (necessary before checking it
98 bool normalized; member in struct:ModuleEnumerator::Module
116 // struct. Module information needs to be normalized before comparing against
312 // The vector containing all the modules enumerated. Will be normalized and
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_blit.c449 boolean normalized; local
590 normalized = tex->target != PIPE_TEXTURE_RECT;
591 if(normalized) {
636 normalized = sampler_view->texture->target != PIPE_TEXTURE_RECT;
637 if(normalized)
682 ctx->sampler.normalized_coords = normalized;
823 boolean normalized = src_sampler_view->texture->target != PIPE_TEXTURE_RECT; local
841 if(normalized)
883 ctx->sampler.normalized_coords = normalized;
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLVertexArray.h73 GrGLboolean normalized,

Completed in 2543 milliseconds

1234567891011