Lines Matching defs:relativeoffset

897 void APIENTRY shared_dispatch_stub_884(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset);
898 void APIENTRY shared_dispatch_stub_885(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset);
899 void APIENTRY shared_dispatch_stub_886(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset);
1035 void APIENTRY shared_dispatch_stub_1022(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset);
1036 void APIENTRY shared_dispatch_stub_1023(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset);
1037 void APIENTRY shared_dispatch_stub_1024(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset);
6770 static void APIENTRY noopVertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)
6772 (void) attribindex; (void) size; (void) type; (void) normalized; (void) relativeoffset;
6776 static void APIENTRY noopVertexAttribIFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
6778 (void) attribindex; (void) size; (void) type; (void) relativeoffset;
6782 static void APIENTRY noopVertexAttribLFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
6784 (void) attribindex; (void) size; (void) type; (void) relativeoffset;
7610 static void APIENTRY noopVertexArrayAttribFormat(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)
7612 (void) vaobj; (void) attribindex; (void) size; (void) type; (void) normalized; (void) relativeoffset;
7616 static void APIENTRY noopVertexArrayAttribIFormat(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
7618 (void) vaobj; (void) attribindex; (void) size; (void) type; (void) relativeoffset;
7622 static void APIENTRY noopVertexArrayAttribLFormat(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
7624 (void) vaobj; (void) attribindex; (void) size; (void) type; (void) relativeoffset;
23736 void APIENTRY shared_dispatch_stub_884(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)
23740 ((void (APIENTRY *)(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)) _func)(attribindex, size, type, normalized, relativeoffset);
23743 void APIENTRY shared_dispatch_stub_885(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
23747 ((void (APIENTRY *)(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)) _func)(attribindex, size, type, relativeoffset);
23750 void APIENTRY shared_dispatch_stub_886(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
23754 ((void (APIENTRY *)(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)) _func)(attribindex, size, type, relativeoffset);
24702 void APIENTRY shared_dispatch_stub_1022(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)
24706 ((void (APIENTRY *)(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)) _func)(vaobj, attribindex, size, type, normalized, relativeoffset);
24709 void APIENTRY shared_dispatch_stub_1023(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
24713 ((void (APIENTRY *)(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)) _func)(vaobj, attribindex, size, type, relativeoffset);
24716 void APIENTRY shared_dispatch_stub_1024(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
24720 ((void (APIENTRY *)(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)) _func)(vaobj, attribindex, size, type, relativeoffset);