Searched refs:normalized (Results 226 - 250 of 268) sorted by relevance

1234567891011

/external/mesa3d/include/GL/
H A Dglext.h6663 GLAPI void APIENTRY glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer);
6757 typedef void (APIENTRYP PFNGLVERTEXATTRIBPOINTERPROC) (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer);
7323 GLAPI void APIENTRY glVertexAttribPointerARB (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer);
7386 typedef void (APIENTRYP PFNGLVERTEXATTRIBPOINTERARBPROC) (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer);
8020 GLAPI void APIENTRY glVertexAttribP1ui (GLuint index, GLenum type, GLboolean normalized, GLuint value);
8021 GLAPI void APIENTRY glVertexAttribP1uiv (GLuint index, GLenum type, GLboolean normalized, const GLuint *value);
8022 GLAPI void APIENTRY glVertexAttribP2ui (GLuint index, GLenum type, GLboolean normalized, GLuint value);
8023 GLAPI void APIENTRY glVertexAttribP2uiv (GLuint index, GLenum type, GLboolean normalized, const GLuint *value);
8024 GLAPI void APIENTRY glVertexAttribP3ui (GLuint index, GLenum type, GLboolean normalized, GLuint value);
8025 GLAPI void APIENTRY glVertexAttribP3uiv (GLuint index, GLenum type, GLboolean normalized, cons
[all...]
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_cmd_helper_autogen.h1350 GLboolean normalized,
1356 c->Init(indx, size, type, normalized, stride, offset);
1347 VertexAttribPointer(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLuint offset) argument
H A Dgles2_implementation_unittest.cc1578 GLint normalized = 1; local
1595 kAttribIndex1, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED, &normalized);
1604 EXPECT_EQ(GL_FALSE, normalized);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.idl686 void vertexAttribPointer(GLuint indx, GLint size, GLenum type, GLboolean normalized,
H A DWebGLRenderingContextBase.cpp2882 return WebGLGetInfo(state.normalized);
4173 void WebGLRenderingContextBase::vertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, long long offset) argument
4210 m_boundVertexArrayObject->setVertexAttribState(index, bytesPerElement, size, type, normalized, stride, static_cast<GLintptr>(offset), m_boundArrayBuffer);
4211 webContext()->vertexAttribPointer(index, size, type, normalized, stride, static_cast<GLintptr>(offset));
H A DWebGLRenderingContextBase.h310 void vertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized,
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A Dformatutils11.cpp874 static void AddVertexFormatInfo(D3D11VertexFormatInfoMap *map, GLenum inputType, GLboolean normalized, GLuint componentCount, argument
877 gl::VertexFormat inputFormat(inputType, normalized, componentCount, false);
910 // GL_BYTE -- un-normalized
916 // GL_BYTE -- normalized
922 // GL_UNSIGNED_BYTE -- un-normalized
928 // GL_UNSIGNED_BYTE -- normalized
934 // GL_SHORT -- un-normalized
940 // GL_SHORT -- normalized
946 // GL_UNSIGNED_SHORT -- un-normalized
952 // GL_UNSIGNED_SHORT -- normalized
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_state.c1314 if (desc->channel[i].normalized)
1319 if (desc->channel[i].normalized)
H A Dr600_texture.c1066 if (!desc->channel[i].normalized &&
H A Devergreen_state.c1333 if (desc->channel[i].normalized)
1338 if (desc->channel[i].normalized)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dsi_state.c1537 if (desc->channel[i].normalized)
1542 if (desc->channel[i].normalized)
/external/deqp/modules/glshared/
H A DglsVertexArrayTests.cpp552 void ContextArray::bind (int attribNdx, int offset, int size, InputType inputType, OutputType outType, bool normalized, int stride)
559 m_normalize = normalized;
2006 << (array.normalize ? "normalized, " : "")
H A DglsDrawTest.cpp912 void setupArray (bool bound, int offset, int size, DrawTestSpec::InputType inType, DrawTestSpec::OutputType outType, bool normalized, int stride, int instanceDivisor, const rr::GenericVec4& defaultAttrib, bool isPositionAttr, bool bgraComponentOrder);
1028 void AttributeArray::setupArray (bool bound, int offset, int size, DrawTestSpec::InputType inputType, DrawTestSpec::OutputType outType, bool normalized, int stride, int instanceDivisor, const rr::GenericVec4& defaultAttrib, bool isPositionAttr, bool bgraComponentOrder)
1034 m_normalize = normalized;
2671 << (attrib.normalize ? "normalized, " : "")
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_state.c1314 if (desc->channel[i].normalized)
1319 if (desc->channel[i].normalized)
H A Dr600_texture.c1066 if (!desc->channel[i].normalized &&
H A Devergreen_state.c1333 if (desc->channel[i].normalized)
1338 if (desc->channel[i].normalized)
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c1537 if (desc->channel[i].normalized)
1542 if (desc->channel[i].normalized)
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2.h779 GL_APICALL void GL_APIENTRY glVertexAttribPointer (GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_quad_blend.c1261 /* assuming all or no color channels are normalized: */
1262 bqs->clamp[i] = desc->channel[0].normalized;
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_blend.c1261 /* assuming all or no color channels are normalized: */
1262 bqs->clamp[i] = desc->channel[0].normalized;
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc6454 attrib_index, attrib->size(), attrib->type(), attrib->normalized(),
7140 *params = attrib->normalized();
7328 GLboolean normalized = c.normalized; local
7382 normalized,
7387 glVertexAttribPointer(indx, size, type, normalized, stride, ptr);
/external/chromium_org/third_party/angle/include/GLES3/
H A Dgl3.h947 GL_APICALL void GL_APIENTRY glVertexAttribPointer (GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr);
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DlibGLESv2.cpp4839 void __stdcall glVertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr) argument
4842 "GLboolean normalized = %u, GLsizei stride = %d, const GLvoid* ptr = 0x%0.8p)",
4843 index, size, type, normalized, stride, ptr);
4910 normalized == GL_TRUE, false, stride, ptr);
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dindirect.h562 extern _X_HIDDEN void __indirect_glVertexAttribPointerARB(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * pointer);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 996 milliseconds

1234567891011