Searched defs:set_tex_op_nvrc (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | nvidia_texture_shader.c | 143 void set_tex_op_nvrc(IWineD3DDevice *iface, BOOL is_alpha, int stage, WINED3DTEXTUREOP op, DWORD arg1, DWORD arg2, DWORD arg3, INT texture_idx, DWORD dst) { function 464 checkGLcall("set_tex_op_nvrc()"); 546 set_tex_op_nvrc((IWineD3DDevice *)stateblock->device, FALSE, stage,
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
H A D | nvidia_texture_shader.c | 152 void set_tex_op_nvrc(const struct wined3d_gl_info *gl_info, const struct wined3d_state *state, BOOL is_alpha, function 484 checkGLcall("set_tex_op_nvrc()"); 570 set_tex_op_nvrc(gl_info, state, FALSE, stage,
|
Completed in 36 milliseconds