Searched defs:glStencilOpSeparate (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-ogl.cpp804 PFNGLSTENCILOPSEPARATEPROC glStencilOpSeparate; member in struct:VMSVGA3DSTATE::__anon13183
1530 pState->ext.glStencilOpSeparate = (PFNGLSTENCILOPSEPARATEPROC)OGLGETPROCADDRESS("glStencilOpSeparate");
1531 AssertMsgReturn(pState->ext.glStencilOpSeparate, ("glStencilOpSeparate missing"), VERR_NOT_IMPLEMENTED);
5526 pState->ext.glStencilOpSeparate(GL_BACK, sfail, dpfail, dppass);
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dgl_mangle.h1647 #define glStencilOpSeparate MANGLE(StencilOpSeparate) macro

Completed in 2006 milliseconds