Searched refs:scissorTest (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_viewport.h35 GLboolean scissorTest; member in struct:__anon16250
H A Dcr_attrib.h97 GLboolean scissorTest; member in struct:__anon16152
231 GLboolean scissorTest; member in struct:__anon16163
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_viewport.c19 v->scissorTest = GL_FALSE;
H A Dstate_attrib.c240 a->enableStack[a->enableStackDepth].scissorTest = g->viewport.scissorTest;
432 a->scissorStack[a->scissorStackDepth].scissorTest = g->viewport.scissorTest;
691 g->viewport.scissorTest = a->enableStack[a->enableStackDepth].scissorTest;
1021 g->viewport.scissorTest = a->scissorStack[a->scissorStackDepth].scissorTest;
H A Dstate_enable.c205 g->viewport.scissorTest = val;
H A Dstate_diff.c409 if (to->viewport.scissorTest)
H A Dstate_lists.c776 CRSTATE_SET_ENABLED(viewport.scissorTest, GL_SCISSOR_TEST);
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_viewport.c74 ** We might as well use the actual scissorTest rather than
77 if (!v->scissorTest)
H A Dserver_misc.c1233 if (ctx->viewport.scissorTest)
1240 if (ctx->viewport.scissorTest)
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu.c1255 GLboolean lighting, depthTest, scissorTest; local
1273 render_spu.self.GetBooleanv(GL_SCISSOR_TEST, &scissorTest);
1293 if (scissorTest)

Completed in 65 milliseconds