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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dstate.c327 GLenum blend_equation = GL_FUNC_ADD_EXT; local
337 blend_equation = gl_blend_op(state->render_states[WINED3D_RS_BLENDOP]);
339 TRACE("blend_equation %#x, blend_equation_alpha %#x.\n", blend_equation, blend_equation_alpha);
343 GL_EXTCALL(glBlendEquationSeparateEXT(blend_equation, blend_equation_alpha));
348 GL_EXTCALL(glBlendEquationEXT(blend_equation));

Completed in 54 milliseconds