Lines Matching refs:normalized

1581 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, value);
2749 void glwVertexAttribP3ui (GLuint index, GLenum type, GLboolean normalized, GLuint value)
2754 gl->vertexAttribP3ui(index, type, normalized, value);
2757 void glwVertexAttribP3uiv (GLuint index, GLenum type, GLboolean normalized, const GLuint* value)
2762 gl->vertexAttribP3uiv(index, type, normalized, value);
2765 void glwVertexAttribP4ui (GLuint index, GLenum type, GLboolean normalized, GLuint value)
2770 gl->vertexAttribP4ui(index, type, normalized, value);
2773 void glwVertexAttribP4uiv (GLuint index, GLenum type, GLboolean normalized, const GLuint* value)
2778 gl->vertexAttribP4uiv(index, type, normalized, value);
4253 void glwVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)
4258 gl->vertexAttribFormat(attribindex, size, type, normalized, relativeoffset);