Lines Matching refs:GLint

468 extern void APIENTRY glGetQueryiv(GLenum target, GLenum pname, GLint *params);
469 extern void APIENTRY glGetQueryObjectiv(GLuint id, GLenum pname, GLint *params);
480 extern void APIENTRY glGetBufferParameteriv(GLenum, GLenum, GLint *);
518 typedef void (APIENTRY *glBoundsInfoCRProc)(const CRrecti *, const GLbyte *, GLint, GLint);
526 typedef void (APIENTRY *glChromiumParameteriCRProc) (GLenum target, GLint value);
531 extern void APIENTRY glChromiumParameteriCR(GLenum target, GLint value);
700 GLint client, GLint compressedSize,
771 typedef GLint (APIENTRY *crCreateContextProc)(const char *dpyName, GLint visBits);
772 typedef void (APIENTRY *crDestroyContextProc)(GLint context);
773 typedef void (APIENTRY *crMakeCurrentProc)(GLint window, GLint context);
774 typedef GLint (APIENTRY *crGetCurrentContextProc)(void);
775 typedef GLint (APIENTRY *crGetCurrentWindowProc)(void);
776 typedef void (APIENTRY *crSwapBuffersProc)(GLint window, GLint flags);
778 typedef GLint (APIENTRY *crWindowCreateProc)(const char *dpyName, GLint visBits);
779 typedef void (APIENTRY *crWindowDestroyProc)(GLint window);
780 typedef void (APIENTRY *crWindowSizeProc)(GLint window, GLint w, GLint h);
781 typedef void (APIENTRY *crWindowPositionProc)(GLint window, GLint x, GLint y);
782 typedef void (APIENTRY *crWindowShowProc)( GLint window, GLint flag );
784 extern GLint APIENTRY crCreateContext(const char *dpyName, GLint visBits);
785 extern void APIENTRY crDestroyContext(GLint context);
786 extern void APIENTRY crMakeCurrent(GLint window, GLint context);
787 extern GLint APIENTRY crGetCurrentContext(void);
788 extern GLint APIENTRY crGetCurrentWindow(void);
789 extern void APIENTRY crSwapBuffers(GLint window, GLint flags);
790 extern GLint APIENTRY crWindowCreate(const char *dpyName, GLint visBits);
791 extern void APIENTRY crWindowDestroy(GLint window);
792 extern void APIENTRY crWindowSize(GLint window, GLint w, GLint h);
793 extern void APIENTRY crWindowPosition(GLint window, GLint x, GLint y);
794 extern void APIENTRY crWindowVisibleRegion( GLint window, GLint cRects, const void *pRects );
795 extern void APIENTRY crWindowShow( GLint window, GLint flag );
796 extern void APIENTRY crVBoxTexPresent(GLuint texture, GLuint cfg, GLint xPos, GLint yPos, GLint cRects, const GLint *pRects);