Lines Matching defs:index
497 void __indirect_glDisableVertexAttribArray(GLuint index) { }
498 void __indirect_glEnableVertexAttribArray(GLuint index) { }
499 void __indirect_glGetProgramEnvParameterdvARB(GLenum target, GLuint index, GLdouble *params) { }
500 void __indirect_glGetProgramEnvParameterfvARB(GLenum target, GLuint index, GLfloat *params) { }
501 void __indirect_glGetProgramLocalParameterdvARB(GLenum target, GLuint index, GLdouble *params) { }
502 void __indirect_glGetProgramLocalParameterfvARB(GLenum target, GLuint index, GLfloat *params) { }
505 void __indirect_glGetVertexAttribdv(GLuint index, GLenum pname, GLdouble *params) { }
506 void __indirect_glGetVertexAttribfv(GLuint index, GLenum pname, GLfloat *params) { }
507 void __indirect_glGetVertexAttribiv(GLuint index, GLenum pname, GLint *params) { }
508 void __indirect_glProgramEnvParameter4dARB(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) { }
509 void __indirect_glProgramEnvParameter4dvARB(GLenum target, GLuint index, const GLdouble *params) { }
510 void __indirect_glProgramEnvParameter4fARB(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) { }
511 void __indirect_glProgramEnvParameter4fvARB(GLenum target, GLuint index, const GLfloat *params) { }
512 void __indirect_glProgramLocalParameter4dARB(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) { }
513 void __indirect_glProgramLocalParameter4dvARB(GLenum target, GLuint index, const GLdouble *params) { }
514 void __indirect_glProgramLocalParameter4fARB(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) { }
515 void __indirect_glProgramLocalParameter4fvARB(GLenum target, GLuint index, const GLfloat *params) { }
517 void __indirect_glVertexAttrib1d(GLuint index, GLdouble x) { }
518 void __indirect_glVertexAttrib1dv(GLuint index, const GLdouble *v) { }
519 void __indirect_glVertexAttrib1fARB(GLuint index, GLfloat x) { }
520 void __indirect_glVertexAttrib1fvARB(GLuint index, const GLfloat *v) { }
521 void __indirect_glVertexAttrib1s(GLuint index, GLshort x) { }
522 void __indirect_glVertexAttrib1sv(GLuint index, const GLshort *v) { }
523 void __indirect_glVertexAttrib2d(GLuint index, GLdouble x, GLdouble y) { }
524 void __indirect_glVertexAttrib2dv(GLuint index, const GLdouble *v) { }
525 void __indirect_glVertexAttrib2fARB(GLuint index, GLfloat x, GLfloat y) { }
526 void __indirect_glVertexAttrib2fvARB(GLuint index, const GLfloat *v) { }
527 void __indirect_glVertexAttrib2s(GLuint index, GLshort x, GLshort y) { }
528 void __indirect_glVertexAttrib2sv(GLuint index, const GLshort *v) { }
529 void __indirect_glVertexAttrib3d(GLuint index, GLdouble x, GLdouble y, GLdouble z) { }
530 void __indirect_glVertexAttrib3dv(GLuint index, const GLdouble *v) { }
531 void __indirect_glVertexAttrib3fARB(GLuint index, GLfloat x, GLfloat y, GLfloat z) { }
532 void __indirect_glVertexAttrib3fvARB(GLuint index, const GLfloat *v) { }
533 void __indirect_glVertexAttrib3s(GLuint index, GLshort x, GLshort y, GLshort z) { }
534 void __indirect_glVertexAttrib3sv(GLuint index, const GLshort *v) { }
535 void __indirect_glVertexAttrib4Nbv(GLuint index, const GLbyte *v) { }
536 void __indirect_glVertexAttrib4Niv(GLuint index, const GLint *v) { }
537 void __indirect_glVertexAttrib4Nsv(GLuint index, const GLshort *v) { }
538 void __indirect_glVertexAttrib4Nub(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) { }
539 void __indirect_glVertexAttrib4Nubv(GLuint index, const GLubyte *v) { }
540 void __indirect_glVertexAttrib4Nuiv(GLuint index, const GLuint *v) { }
541 void __indirect_glVertexAttrib4Nusv(GLuint index, const GLushort *v) { }
542 void __indirect_glVertexAttrib4bv(GLuint index, const GLbyte *v) { }
543 void __indirect_glVertexAttrib4d(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) { }
544 void __indirect_glVertexAttrib4dv(GLuint index, const GLdouble *v) { }
545 void __indirect_glVertexAttrib4fARB(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) { }
546 void __indirect_glVertexAttrib4fvARB(GLuint index, const GLfloat *v) { }
547 void __indirect_glVertexAttrib4iv(GLuint index, const GLint *v) { }
548 void __indirect_glVertexAttrib4s(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w) { }
549 void __indirect_glVertexAttrib4sv(GLuint index, const GLshort *v) { }
550 void __indirect_glVertexAttrib4ubv(GLuint index, const GLubyte *v) { }
551 void __indirect_glVertexAttrib4uiv(GLuint index, const GLuint *v) { }
552 void __indirect_glVertexAttrib4usv(GLuint index, const GLushort *v) { }
553 void __indirect_glVertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer) { }
621 void __indirect_glGetProgramParameterdvNV(GLenum target, GLuint index, GLenum pname, GLdouble *params) { }
622 void __indirect_glGetProgramParameterfvNV(GLenum target, GLuint index, GLenum pname, GLfloat *params) { }
626 void __indirect_glGetVertexAttribPointerv(GLuint index, GLenum pname, void **pointer) { }
627 void __indirect_glGetVertexAttribdvNV(GLuint index, GLenum pname, GLdouble *params) { }
628 void __indirect_glGetVertexAttribfvNV(GLuint index, GLenum pname, GLfloat *params) { }
629 void __indirect_glGetVertexAttribivNV(GLuint index, GLenum pname, GLint *params) { }
632 void __indirect_glProgramParameters4dvNV(GLenum target, GLuint index, GLsizei count, const GLdouble *v) { }
633 void __indirect_glProgramParameters4fvNV(GLenum target, GLuint index, GLsizei count, const GLfloat *v) { }
636 void __indirect_glVertexAttrib1dNV(GLuint index, GLdouble x) { }
637 void __indirect_glVertexAttrib1dvNV(GLuint index, const GLdouble *v) { }
638 void __indirect_glVertexAttrib1fNV(GLuint index, GLfloat x) { }
639 void __indirect_glVertexAttrib1fvNV(GLuint index, const GLfloat *v) { }
640 void __indirect_glVertexAttrib1sNV(GLuint index, GLshort x) { }
641 void __indirect_glVertexAttrib1svNV(GLuint index, const GLshort *v) { }
642 void __indirect_glVertexAttrib2dNV(GLuint index, GLdouble x, GLdouble y) { }
643 void __indirect_glVertexAttrib2dvNV(GLuint index, const GLdouble *v) { }
644 void __indirect_glVertexAttrib2fNV(GLuint index, GLfloat x, GLfloat y) { }
645 void __indirect_glVertexAttrib2fvNV(GLuint index, const GLfloat *v) { }
646 void __indirect_glVertexAttrib2sNV(GLuint index, GLshort x, GLshort y) { }
647 void __indirect_glVertexAttrib2svNV(GLuint index, const GLshort *v) { }
648 void __indirect_glVertexAttrib3dNV(GLuint index, GLdouble x, GLdouble y, GLdouble z) { }
649 void __indirect_glVertexAttrib3dvNV(GLuint index, const GLdouble *v) { }
650 void __indirect_glVertexAttrib3fNV(GLuint index, GLfloat x, GLfloat y, GLfloat z) { }
651 void __indirect_glVertexAttrib3fvNV(GLuint index, const GLfloat *v) { }
652 void __indirect_glVertexAttrib3sNV(GLuint index, GLshort x, GLshort y, GLshort z) { }
653 void __indirect_glVertexAttrib3svNV(GLuint index, const GLshort *v) { }
654 void __indirect_glVertexAttrib4dNV(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) { }
655 void __indirect_glVertexAttrib4dvNV(GLuint index, const GLdouble *v) { }
656 void __indirect_glVertexAttrib4fNV(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) { }
657 void __indirect_glVertexAttrib4fvNV(GLuint index, const GLfloat *v) { }
658 void __indirect_glVertexAttrib4sNV(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w) { }
659 void __indirect_glVertexAttrib4svNV(GLuint index, const GLshort *v) { }
660 void __indirect_glVertexAttrib4ubNV(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) { }
661 void __indirect_glVertexAttrib4ubvNV(GLuint index, const GLubyte *v) { }
662 void __indirect_glVertexAttribPointerNV(GLuint index, GLint fsize, GLenum type, GLsizei stride, const void *pointer) { }
663 void __indirect_glVertexAttribs1dvNV(GLuint index, GLsizei count, const GLdouble *v) { }
664 void __indirect_glVertexAttribs1fvNV(GLuint index, GLsizei count, const GLfloat *v) { }
665 void __indirect_glVertexAttribs1svNV(GLuint index, GLsizei count, const GLshort *v) { }
666 void __indirect_glVertexAttribs2dvNV(GLuint index, GLsizei count, const GLdouble *v) { }
667 void __indirect_glVertexAttribs2fvNV(GLuint index, GLsizei count, const GLfloat *v) { }
668 void __indirect_glVertexAttribs2svNV(GLuint index, GLsizei count, const GLshort *v) { }
669 void __indirect_glVertexAttribs3dvNV(GLuint index, GLsizei count, const GLdouble *v) { }
670 void __indirect_glVertexAttribs3fvNV(GLuint index, GLsizei count, const GLfloat *v) { }
671 void __indirect_glVertexAttribs3svNV(GLuint index, GLsizei count, const GLshort *v) { }
672 void __indirect_glVertexAttribs4dvNV(GLuint index, GLsizei count, const GLdouble *v) { }
673 void __indirect_glVertexAttribs4fvNV(GLuint index, GLsizei count, const GLfloat *v) { }
674 void __indirect_glVertexAttribs4svNV(GLuint index, GLsizei count, const GLshort *v) { }
675 void __indirect_glVertexAttribs4ubvNV(GLuint index, GLsizei count, const GLubyte *v) { }