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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dstate.c303 static GLenum gl_blend_op(enum wined3d_blend_op op) function
337 blend_equation = gl_blend_op(state->render_states[WINED3D_RS_BLENDOP]);
338 blend_equation_alpha = gl_blend_op(state->render_states[WINED3D_RS_BLENDOPALPHA]);

Completed in 53 milliseconds