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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dstate.c812 static GLenum gl_stencil_op(enum wined3d_stencil_op op) function
870 stencilFail = gl_stencil_op(state->render_states[WINED3D_RS_STENCILFAIL]);
871 depthFail = gl_stencil_op(state->render_states[WINED3D_RS_STENCILZFAIL]);
872 stencilPass = gl_stencil_op(state->render_states[WINED3D_RS_STENCILPASS]);
873 stencilFail_ccw = gl_stencil_op(state->render_states[WINED3D_RS_CCW_STENCILFAIL]);
874 depthFail_ccw = gl_stencil_op(state->render_states[WINED3D_RS_CCW_STENCILZFAIL]);
875 stencilPass_ccw = gl_stencil_op(state->render_states[WINED3D_RS_CCW_STENCILPASS]);

Completed in 55 milliseconds