Searched refs:scissorY (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_viewport.h37 GLint scissorY; member in struct:__anon16250
H A Dcr_attrib.h233 GLint scissorY; member in struct:__anon16163
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_viewport.c33 v->scissorY = 0;
158 v->scissorY = (GLint) (y);
H A Dstate_lists.c783 value[1] = g->viewport.scissorY;
788 CRSTATE_SET_CAP(viewport.scissorY, value[1], "%i");
H A Dstate_attrib.c434 a->scissorStack[a->scissorStackDepth].scissorY = g->viewport.scissorY;
1023 g->viewport.scissorY = a->scissorStack[a->scissorStackDepth].scissorY;
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_viewport.c85 q.y1 = v->scissorY;
86 q.y2 = v->scissorY + v->scissorH;

Completed in 41 milliseconds