Lines Matching refs:GLint

128     GLint bufferName;
221 typedef void (*PFNGET_OBJECT_PARAMETERIV)( GLhandleARB obj, GLenum pname, GLint * params );
268 GLint drawCursor;
269 GLint cursorX, cursorY;
345 GLint currentBufferName;
408 extern void renderspu_SystemWindowSize( WindowInfo *window, GLint w, GLint h );
409 extern void renderspu_SystemGetWindowGeometry( WindowInfo *window, GLint *x, GLint *y, GLint *w, GLint *h );
410 extern void renderspu_SystemGetMaxWindowSize( WindowInfo *window, GLint *w, GLint *h );
411 extern void renderspu_SystemWindowPosition( WindowInfo *window, GLint x, GLint y );
412 extern void renderspu_SystemWindowVisibleRegion(WindowInfo *window, GLint cRects, const GLint* pRects);
418 extern void renderspu_SystemMakeCurrent( WindowInfo *window, GLint windowInfor, ContextInfo *context );
419 extern void renderspu_SystemSwapBuffers( WindowInfo *window, GLint flags );
440 WindowInfo* renderspuWinCreate(GLint visBits, GLint id);
445 GLboolean renderspuWinInitWithVisual( WindowInfo *window, VisualInfo *visual, GLboolean showIt, GLint id );
446 GLboolean renderspuWinInit(WindowInfo *pWindow, const char *dpyName, GLint visBits, GLint id);
467 extern WindowInfo* renderspuGetDummyWindow(GLint visBits);
468 extern void renderspuPerformMakeCurrent(WindowInfo *window, GLint nativeWindow, ContextInfo *context);
472 extern GLint renderspuCreateContextEx(const char *dpyName, GLint visBits, GLint id, GLint shareCtx);
473 extern GLint renderspuWindowCreateEx( const char *dpyName, GLint visBits, GLint id );
475 extern GLint RENDER_APIENTRY renderspuWindowCreate( const char *dpyName, GLint visBits );
476 void RENDER_APIENTRY renderspuWindowDestroy( GLint win );
477 extern GLint RENDER_APIENTRY renderspuCreateContext( const char *dpyname, GLint visBits, GLint shareCtx );
478 extern void RENDER_APIENTRY renderspuMakeCurrent(GLint crWindow, GLint nativeWindow, GLint ctx);
479 extern void RENDER_APIENTRY renderspuSwapBuffers( GLint window, GLint flags );
499 DECLEXPORT(void) renderspuReparentWindow(GLint window);