Home | History | Annotate | Download | only in wrapper

Lines Matching full:normalized

1233 void			glwVertexArrayAttribFormat						(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset);
1278 void glwVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset);
1311 void glwVertexAttribP1ui (GLuint index, GLenum type, GLboolean normalized, GLuint value);
1312 void glwVertexAttribP1uiv (GLuint index, GLenum type, GLboolean normalized, const GLuint *value);
1313 normalized, GLuint value);
1314 void glwVertexAttribP2uiv (GLuint index, GLenum type, GLboolean normalized, const GLuint *value);
1315 void glwVertexAttribP3ui (GLuint index, GLenum type, GLboolean normalized, GLuint value);
1316 void glwVertexAttribP3uiv (GLuint index, GLenum type, GLboolean normalized, const GLuint *value);
1317 void glwVertexAttribP4ui (GLuint index, GLenum type, GLboolean normalized, GLuint value);
1318 void glwVertexAttribP4uiv (GLuint index, GLenum type, GLboolean normalized, const GLuint *value);
1319 void glwVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer);