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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dstate.c803 GLint func, GLint ref, GLuint mask, GLint stencilFail, GLint depthFail, GLint stencilPass)
811 glStencilOp(stencilFail, depthFail, stencilPass);
826 GLint stencilPass = GL_KEEP; local
849 stencilPass = StencilOp(stateblock->renderState[WINED3DRS_STENCILPASS]);
858 func, stencilFail, depthFail, stencilPass,
876 func, ref, mask, stencilFail, depthFail, stencilPass);
882 GL_EXTCALL(glStencilOpSeparateATI(GL_FRONT, stencilFail, depthFail, stencilPass));
905 glStencilOp(stencilFail, depthFail, stencilPass);
802 renderstate_stencil_twosided(struct wined3d_context *context, GLint face, GLint func, GLint ref, GLuint mask, GLint stencilFail, GLint depthFail, GLint stencilPass) argument
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dstate.c798 GLint func, GLint ref, GLuint mask, GLint stencilFail, GLint depthFail, GLint stencilPass)
808 gl_info->gl_ops.gl.p_glStencilOp(stencilFail, depthFail, stencilPass);
849 GLint stencilPass = GL_KEEP; local
872 stencilPass = gl_stencil_op(state->render_states[WINED3D_RS_STENCILPASS]);
881 func, stencilFail, depthFail, stencilPass,
900 func, ref, mask, stencilFail, depthFail, stencilPass);
906 GL_EXTCALL(glStencilOpSeparateATI(GL_FRONT, stencilFail, depthFail, stencilPass));
929 gl_info->gl_ops.gl.p_glStencilOp(stencilFail, depthFail, stencilPass);
797 renderstate_stencil_twosided(struct wined3d_context *context, GLint face, GLint func, GLint ref, GLuint mask, GLint stencilFail, GLint depthFail, GLint stencilPass) argument

Completed in 462 milliseconds