Home | History | Annotate | Download | only in test

Lines Matching refs:APIENTRY

54 	void(APIENTRY*glBegin)(GLenum);
55 void(APIENTRY*glEnd)();
56 void(APIENTRY*glVertex3f)(GLfloat, GLfloat, GLfloat);
57 void(APIENTRY*glClearColor)(GLfloat, GLfloat, GLfloat, GLfloat);
58 void(APIENTRY*glClear)(GLbitfield);
59 void(APIENTRY*glDisable)(GLenum);
60 void(APIENTRY*glEnable)(GLenum);
61 void(APIENTRY*glColor4ub)(GLubyte,GLubyte,GLubyte,GLubyte);
62 void(APIENTRY*glPointSize)(GLfloat);
63 void(APIENTRY*glHint)(GLenum,GLenum);
64 void(APIENTRY*glBlendFunc)(GLenum,GLenum);
65 void(APIENTRY*glMatrixMode)(GLenum);
66 void(APIENTRY*glLoadIdentity)();
67 void(APIENTRY*glOrtho)(GLdouble,GLdouble,GLdouble,GLdouble,GLdouble,GLdouble);
68 void(APIENTRY*glRotatef)(GLfloat,GLfloat,GLfloat,GLfloat);
69 void(APIENTRY*glViewport)(GLint,GLint,GLsizei,GLsizei);
70 void(APIENTRY*glFogf)(GLenum,GLfloat);