Lines Matching refs:GLint

139 static ContextInfo * renderspuCreateContextInternal(const char *dpyName, GLint visBits, GLint idCtx, ContextInfo * sharedContext)
146 idCtx = (GLint)crHashtableAllocKeys(render_spu.contextTable, 1);
194 GLint renderspuCreateContextEx(const char *dpyName, GLint visBits, GLint id, GLint shareCtx)
214 GLint RENDER_APIENTRY
215 renderspuCreateContext(const char *dpyName, GLint visBits, GLint shareCtx)
278 renderspuDestroyContext( GLint ctx )
318 WindowInfo* renderspuWinCreate(GLint visBits, GLint id)
410 WindowInfo* renderspuGetDummyWindow(GLint visBits)
428 void renderspuPerformMakeCurrent(WindowInfo *window, GLint nativeWindow, ContextInfo *context)
495 renderspuMakeCurrent(GLint crWindow, GLint nativeWindow, GLint ctx)
533 GLboolean renderspuWinInitWithVisual( WindowInfo *window, VisualInfo *visual, GLboolean showIt, GLint id )
589 GLboolean renderspuWinInit(WindowInfo *pWindow, const char *dpyName, GLint visBits, GLint id)
618 GLint renderspuWindowCreateEx( const char *dpyName, GLint visBits, GLint id )
624 id = (GLint)crHashtableAllocKeys(render_spu.windowTable, 1);
654 GLint RENDER_APIENTRY
655 renderspuWindowCreate( const char *dpyName, GLint visBits )
666 RENDER_APIENTRY renderspuWindowDestroy( GLint win )
696 renderspuWindowSize( GLint win, GLint w, GLint h )
721 renderspuWindowPosition( GLint win, GLint x, GLint y )
743 static void renderspuDbgDumpVisibleRegion(GLint win, GLint cRects, const GLint *pRects)
745 GLint i;
758 renderspuWindowVisibleRegion(GLint win, GLint cRects, const GLint *pRects)
777 renderspuWindowShow( GLint win, GLint flag )
806 renderspuVBoxPresentComposition( GLint win, const struct VBOXVR_SCR_COMPOSITOR * pCompositor, const struct VBOXVR_SCR_COMPOSITOR_ENTRY *pChangedEntry )
1177 SetRasterPos( GLint winX, GLint winY )
1212 static void DrawCursor( GLint x, GLint y )
1259 GLint i, j;
1297 void RENDER_APIENTRY renderspuSwapBuffers( GLint window, GLint flags )
1427 static void RENDER_APIENTRY renderspuChromiumParameteriCR(GLenum target, GLint value)
1512 port = ((GLint *) values)[0];
1592 render_spu.self.RasterPos2i(((GLint *)values)[0], ((GLint *)values)[1]);
1593 render_spu.self.DrawPixels( ((GLint *)values)[2], ((GLint *)values)[3],
1594 ((GLint *)values)[4], ((GLint *)values)[5],
1598 render_spu.self.SwapBuffers(((GLint *)values)[6], 0);
1603 render_spu.cursorX = ((GLint *) values)[0];
1604 render_spu.cursorY = ((GLint *) values)[1];
1617 GLint w, h;
1622 w = ((GLint*)values)[0];
1623 h = ((GLint*)values)[1];
1655 GLint x, y, w, h, *size = (GLint *) values;
1673 GLint *pos = (GLint *) values;
1674 GLint x, y, w, h;
1691 GLint *maxSize = (GLint *) values;
1705 GLint *vis = (GLint *) values;
1725 renderspuBoundsInfoCR( CRrecti *bounds, GLbyte *payload, GLint len,
1726 GLint num_opcodes )
1736 GLint x, y, w, h;
1761 renderspuWriteback( GLint *writeback )
1848 DECLEXPORT(void) renderspuReparentWindow(GLint window)