Searched refs:normalized (Results 151 - 175 of 268) sorted by relevance

1234567891011

/external/eigen/bench/
H A Dquat_slerp.cpp13 return Q((a.coeffs() * (1.0-t) + b.coeffs() * t).normalized());
/external/icu/icu4c/source/test/intltest/
H A Ddtfmrgts.cpp1284 UnicodeString normalized; member in class:Test1684Data
1297 normalized((xnormalized==NULL)?xdata:xnormalized,"")
1399 if (result != test.normalized) {
1402 "\n expected '" + test.normalized + "'");
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp734 bool normalized; member in struct:dxgi_blitter
749 //normalized = !!pipe->screen->get_param(pipe, PIPE_CAP_NPOT_TEXTURES);
751 normalized = true;
787 sampler_state.normalized_coords = normalized;
792 fs = util_make_fragment_tex_shader(pipe, normalized ? TGSI_TEXTURE_2D : TGSI_TEXTURE_RECT, TGSI_INTERPOLATE_LINEAR);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_draw_upload.c214 * Given vertex array type/size/format/normalized info, return
219 GLenum format, bool normalized, bool integer )
222 printf("type %s size %d normalized %d\n",
223 _mesa_lookup_enum_by_nr(type), size, normalized);
236 } else if (normalized) {
218 get_surface_type( GLenum type, GLuint size, GLenum format, bool normalized, bool integer ) argument
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Dandroid.py695 A list of normalized include paths.
697 normalized = []
701 normalized.append(path)
702 return normalized
919 """Convert a subdirectory-relative path into a normalized path which starts
921 Absolute paths, or paths that contain variables, are just normalized."""
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_draw_upload.c214 * Given vertex array type/size/format/normalized info, return
219 GLenum format, bool normalized, bool integer )
222 printf("type %s size %d normalized %d\n",
223 _mesa_lookup_enum_by_nr(type), size, normalized);
236 } else if (normalized) {
218 get_surface_type( GLenum type, GLuint size, GLenum format, bool normalized, bool integer ) argument
/external/chromium_org/third_party/expat/files/lib/
H A Dxmltok_impl.c1445 atts[nAtts].normalized = 1; \
1489 atts[nAtts].normalized = 0;
1496 && atts[nAtts].normalized
1501 atts[nAtts].normalized = 0;
1509 atts[nAtts].normalized = 0;
H A Dxmltok_impl.c.original1445 atts[nAtts].normalized = 1; \
1489 atts[nAtts].normalized = 0;
1496 && atts[nAtts].normalized
1501 atts[nAtts].normalized = 0;
1509 atts[nAtts].normalized = 0;
/external/deqp/framework/opengl/
H A DgluCallLogWrapperApi.inl201 void glVertexAttribPointer (glw::GLuint index, glw::GLint size, glw::GLenum type, glw::GLboolean normalized, glw::GLsizei stride, const glw::GLvoid* pointer);
343 void glVertexAttribP1ui (glw::GLuint index, glw::GLenum type, glw::GLboolean normalized, glw::GLuint value);
344 void glVertexAttribP1uiv (glw::GLuint index, glw::GLenum type, glw::GLboolean normalized, const glw::GLuint* value);
345 void glVertexAttribP2ui (glw::GLuint index, glw::GLenum type, glw::GLboolean normalized, glw::GLuint value);
346 void glVertexAttribP2uiv (glw::GLuint index, glw::GLenum type, glw::GLboolean normalized, const glw::GLuint* value);
347 void glVertexAttribP3ui (glw::GLuint index, glw::GLenum type, glw::GLboolean normalized, glw::GLuint value);
348 void glVertexAttribP3uiv (glw::GLuint index, glw::GLenum type, glw::GLboolean normalized, const glw::GLuint* value);
349 void glVertexAttribP4ui (glw::GLuint index, glw::GLenum type, glw::GLboolean normalized, glw::GLuint value);
350 void glVertexAttribP4uiv (glw::GLuint index, glw::GLenum type, glw::GLboolean normalized, const glw::GLuint* value);
535 void glVertexAttribFormat (glw::GLuint attribindex, glw::GLint size, glw::GLenum type, glw::GLboolean normalized, gl
[all...]
/external/deqp/framework/opengl/wrapper/
H A DglwApi.inl747 void glwVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* pointer);
889 void glwVertexAttribP1ui (GLuint index, GLenum type, GLboolean normalized, GLuint value);
890 void glwVertexAttribP1uiv (GLuint index, GLenum type, GLboolean normalized, const GLuint* value);
891 void glwVertexAttribP2ui (GLuint index, GLenum type, GLboolean normalized, GLuint value);
892 void glwVertexAttribP2uiv (GLuint index, GLenum type, GLboolean normalized, const GLuint* value);
893 void glwVertexAttribP3ui (GLuint index, GLenum type, GLboolean normalized, GLuint value);
894 void glwVertexAttribP3uiv (GLuint index, GLenum type, GLboolean normalized, const GLuint* value);
895 void glwVertexAttribP4ui (GLuint index, GLenum type, GLboolean normalized, GLuint value);
896 void glwVertexAttribP4uiv (GLuint index, GLenum type, GLboolean normalized, const GLuint* value);
1081 void glwVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuin
[all...]
H A DglwFunctionTypes.inl201 typedef GLW_APICALL void (GLW_APIENTRY* glVertexAttribPointerFunc) (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* pointer);
343 typedef GLW_APICALL void (GLW_APIENTRY* glVertexAttribP1uiFunc) (GLuint index, GLenum type, GLboolean normalized, GLuint value);
344 typedef GLW_APICALL void (GLW_APIENTRY* glVertexAttribP1uivFunc) (GLuint index, GLenum type, GLboolean normalized, const GLuint* value);
345 typedef GLW_APICALL void (GLW_APIENTRY* glVertexAttribP2uiFunc) (GLuint index, GLenum type, GLboolean normalized, GLuint value);
346 typedef GLW_APICALL void (GLW_APIENTRY* glVertexAttribP2uivFunc) (GLuint index, GLenum type, GLboolean normalized, const GLuint* value);
347 typedef GLW_APICALL void (GLW_APIENTRY* glVertexAttribP3uiFunc) (GLuint index, GLenum type, GLboolean normalized, GLuint value);
348 typedef GLW_APICALL void (GLW_APIENTRY* glVertexAttribP3uivFunc) (GLuint index, GLenum type, GLboolean normalized, const GLuint* value);
349 typedef GLW_APICALL void (GLW_APIENTRY* glVertexAttribP4uiFunc) (GLuint index, GLenum type, GLboolean normalized, GLuint value);
350 typedef GLW_APICALL void (GLW_APIENTRY* glVertexAttribP4uivFunc) (GLuint index, GLenum type, GLboolean normalized, const GLuint* value);
535 typedef GLW_APICALL void (GLW_APIENTRY* glVertexAttribFormatFunc) (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuin
[all...]
H A DglwImpl.inl1581 void glwVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* pointer)
1586 gl->vertexAttribPointer(index, size, type, normalized, stride, pointer);
2717 void glwVertexAttribP1ui (GLuint index, GLenum type, GLboolean normalized, GLuint value)
2722 gl->vertexAttribP1ui(index, type, normalized, value);
2725 void glwVertexAttribP1uiv (GLuint index, GLenum type, GLboolean normalized, const GLuint* value)
2730 gl->vertexAttribP1uiv(index, type, normalized, value);
2733 void glwVertexAttribP2ui (GLuint index, GLenum type, GLboolean normalized, GLuint value)
2738 gl->vertexAttribP2ui(index, type, normalized, value);
2741 void glwVertexAttribP2uiv (GLuint index, GLenum type, GLboolean normalized, const GLuint* value)
2746 gl->vertexAttribP2uiv(index, type, normalized, valu
[all...]
/external/expat/lib/
H A Dxmltok_impl.c1445 atts[nAtts].normalized = 1; \
1489 atts[nAtts].normalized = 0;
1496 && atts[nAtts].normalized
1501 atts[nAtts].normalized = 0;
1509 atts[nAtts].normalized = 0;
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h3934 KEYWORD1 void KEYWORD2 NAME(VertexAttribPointer)(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * pointer) argument
3936 (void) index; (void) size; (void) type; (void) normalized; (void) stride; (void) pointer;
3937 DISPATCH(VertexAttribPointerARB, (index, size, type, normalized, stride, pointer), (F, "glVertexAttribPointer(%d, %d, 0x%x, %d, %d, %p);\n", index, size, type, normalized, stride, (const void *) pointer));
3940 KEYWORD1 void KEYWORD2 NAME(VertexAttribPointerARB)(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * pointer) argument
3942 (void) index; (void) size; (void) type; (void) normalized; (void) stride; (void) pointer;
3943 DISPATCH(VertexAttribPointerARB, (index, size, type, normalized, stride, pointer), (F, "glVertexAttribPointerARB(%d, %d, 0x%x, %d, %d, %p);\n", index, size, type, normalized, stride, (const void *) pointer));
5159 KEYWORD1 void KEYWORD2 NAME(VertexAttribP1ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value) argument
5161 (void) index; (void) type; (void) normalized; (voi
5165 VertexAttribP1uiv(GLuint index, GLenum type, GLboolean normalized, const GLuint * value) argument
5171 VertexAttribP2ui(GLuint index, GLenum type, GLboolean normalized, GLuint value) argument
5177 VertexAttribP2uiv(GLuint index, GLenum type, GLboolean normalized, const GLuint * value) argument
5183 VertexAttribP3ui(GLuint index, GLenum type, GLboolean normalized, GLuint value) argument
5189 VertexAttribP3uiv(GLuint index, GLenum type, GLboolean normalized, const GLuint * value) argument
5195 VertexAttribP4ui(GLuint index, GLenum type, GLboolean normalized, GLuint value) argument
5201 VertexAttribP4uiv(GLuint index, GLenum type, GLboolean normalized, const GLuint * value) argument
[all...]
H A Dglapitable.h552 void (GLAPIENTRYP VertexAttribPointerARB)(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * pointer); /* 508 */
692 void (GLAPIENTRYP VertexAttribP1ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value); /* 648 */
693 void (GLAPIENTRYP VertexAttribP1uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint * value); /* 649 */
694 void (GLAPIENTRYP VertexAttribP2ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value); /* 650 */
695 void (GLAPIENTRYP VertexAttribP2uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint * value); /* 651 */
696 void (GLAPIENTRYP VertexAttribP3ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value); /* 652 */
697 void (GLAPIENTRYP VertexAttribP3uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint * value); /* 653 */
698 void (GLAPIENTRYP VertexAttribP4ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value); /* 654 */
699 void (GLAPIENTRYP VertexAttribP4uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint * value); /* 655 */
/external/deqp/modules/gles2/functional/
H A Des2fShaderStateQueryTests.cpp1505 GLboolean normalized; member in struct:deqp::gles2::Functional::__anon19904::PointerData
1537 glVertexAttribPointer(0, pointers[ndx].size, pointers[ndx].type, pointers[ndx].normalized, pointers[ndx].stride, pointers[ndx].pointer);
1569 glVertexAttribPointer(0, pointers[ndx].size, pointers[ndx].type, pointers[ndx].normalized, pointers[ndx].stride, pointers[ndx].pointer);
1657 glVertexAttribPointer(0, pointers[ndx].size, pointers[ndx].type, pointers[ndx].normalized, pointers[ndx].stride, pointers[ndx].pointer);
1660 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED, pointers[ndx].normalized);
1746 glVertexAttribPointer(0, pointers[ndx].size, pointers[ndx].type, pointers[ndx].normalized, pointers[ndx].stride, pointers[ndx].pointer);
/external/chromium_org/third_party/icu/source/common/
H A Duts46.cpp653 UnicodeString normalized; local
654 uts46Norm2.normalize(dest.tempSubString(labelStart), normalized, errorCode);
656 dest.replace(labelStart, 0x7fffffff, normalized);
/external/icu/icu4c/source/common/
H A Duts46.cpp651 UnicodeString normalized; local
652 uts46Norm2.normalize(dest.tempSubString(labelStart), normalized, errorCode);
654 dest.replace(labelStart, 0x7fffffff, normalized);
/external/chromium_org/mojo/public/c/gles2/
H A Dgles2_call_visitor_autogen.h537 GLboolean normalized,
540 (indx, size, type, normalized, stride, ptr))
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format.h129 unsigned normalized:1; member in struct:util_format_channel_description
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c670 boolean normalized = sv[0]->texture->target != PIPE_TEXTURE_RECT; local
754 sampler.normalized_coords = normalized;
803 normalized ? ((GLfloat) width / sv[0]->texture->width0) : (GLfloat)width,
804 normalized ? ((GLfloat) height / sv[0]->texture->height0) : (GLfloat)height);
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLNoOpInterface.h274 GrGLboolean normalized,
/external/deqp/framework/opengl/simplereference/
H A DsglrContext.hpp146 virtual void vertexAttribPointer (deUint32 index, int size, deUint32 type, deBool normalized, int stride, const void *pointer) = DE_NULL;
H A DsglrGLContext.hpp158 virtual void vertexAttribPointer (deUint32 index, int size, deUint32 type, deBool normalized, int stride, const void *pointer);
/external/deqp/modules/gles3/functional/
H A Des3fShaderStateQueryTests.cpp2099 GLboolean normalized; member in struct:deqp::gles3::Functional::__anon20073::PointerData
2134 glVertexAttribPointer(0, pointers[ndx].size, pointers[ndx].type, pointers[ndx].normalized, pointers[ndx].stride, pointers[ndx].pointer);
2159 glVertexAttribPointer(0, pointers[0].size, pointers[0].type, pointers[0].normalized, pointers[0].stride, DE_NULL);
2164 glVertexAttribPointer(0, pointers[1].size, pointers[1].type, pointers[1].normalized, pointers[1].stride, DE_NULL);
2218 glVertexAttribPointer(0, pointers[ndx].size, pointers[ndx].type, pointers[ndx].normalized, pointers[ndx].stride, pointers[ndx].pointer);
2444 glVertexAttribPointer(0, pointers[ndx].size, pointers[ndx].type, pointers[ndx].normalized, pointers[ndx].stride, pointers[ndx].pointer);
2447 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED, pointers[ndx].normalized);
2550 glVertexAttribPointer(0, pointers[ndx].size, pointers[ndx].type, pointers[ndx].normalized, pointers[ndx].stride, pointers[ndx].pointer);
2842 glVertexAttribPointer(0, pointers[ndx].size, pointers[ndx].type, pointers[ndx].normalized, pointers[ndx].stride, pointers[ndx].pointer);

Completed in 1287 milliseconds

1234567891011