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

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

Completed in 126 milliseconds