Searched refs:mapStencil (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_pixel.h29 GLboolean mapStencil; member in struct:__anon16221
H A Dcr_attrib.h190 GLboolean mapStencil; member in struct:__anon16159
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_pixel.c22 p->mapStencil = GL_FALSE;
86 p->mapStencil = (GLboolean) ((param == 0.0f) ? GL_FALSE : GL_TRUE);
573 if (from->mapStencil != to->mapStencil)
575 diff_api.PixelTransferi (GL_MAP_STENCIL, to->mapStencil);
576 from->mapStencil = to->mapStencil;
697 if (from->mapStencil != to->mapStencil)
699 diff_api.PixelTransferi (GL_MAP_STENCIL, to->mapStencil);
[all...]
H A Dstate_diff.c188 if (to->pixel.mapStencil)
235 if (to->pixel.mapStencil)
331 if (to->pixel.mapStencil)
376 if (to->pixel.mapStencil)
H A Dstate_attrib.c392 a->pixelModeStack[a->pixelModeStackDepth].mapStencil = g->pixel.mapStencil;
943 g->pixel.mapStencil = a->pixelModeStack[a->pixelModeStackDepth].mapStencil;

Completed in 61 milliseconds