Lines Matching full:normalized
421 void API_ENTRY(glVertexAttribPointer)(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer) {
422 CALL_GL_API(glVertexAttribPointer, index, size, type, normalized, stride, pointer);
931 void API_ENTRY(glVertexAttribFormat)(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) {
932 CALL_GL_API(glVertexAttribFormat, attribindex, size, type, normalized, relativeoffset);