Searched refs:debug_d3dtop (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dnvidia_texture_shader.c153 stage, is_alpha, debug_d3dtop(op), arg1, arg2, arg3, texture_idx);
303 else FIXME("Unhandled WINED3DTOP %s, shouldn't happen\n", debug_d3dtop(op));
461 stage, is_alpha, debug_d3dtop(op), op, arg1, arg2, arg3, texture_idx);
H A Dstate.c1993 TRACE("Alpha?(%d), Stage:%d Op(%s), a1(%d), a2(%d), a3(%d)\n", isAlpha, Stage, debug_d3dtop(op), arg1, arg2, arg3);
3000 FIXME("Can't use COMBINE4 and COMBINE together, thisop=%s, otherop=%s, isAlpha(%d)\n", debug_d3dtop(op), debug_d3dtop(op2), isAlpha);
3015 FIXME("Unhandled texture operation %s\n", debug_d3dtop(op));
H A Dutils.c2025 const char* debug_d3dtop(WINED3DTEXTUREOP d3dtop) { function
H A Dwined3d_private.h2984 const char *debug_d3dtop(WINED3DTEXTUREOP d3dtop) DECLSPEC_HIDDEN;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dnvidia_texture_shader.c161 stage, is_alpha, debug_d3dtop(op), arg1, arg2, arg3, texture_idx);
316 FIXME("Unhandled texture op %s, shouldn't happen.\n", debug_d3dtop(op));
481 stage, is_alpha, debug_d3dtop(op), op, arg1, arg2, arg3, texture_idx);
H A Dstate.c2111 TRACE("Alpha?(%d), Stage:%d Op(%s), a1(%d), a2(%d), a3(%d)\n", isAlpha, Stage, debug_d3dtop(op), arg1, arg2, arg3);
3131 FIXME("Can't use COMBINE4 and COMBINE together, thisop=%s, otherop=%s, isAlpha(%d)\n", debug_d3dtop(op), debug_d3dtop(op2), isAlpha);
3147 FIXME("Unhandled texture operation %s\n", debug_d3dtop(op));
H A Dutils.c2521 const char *debug_d3dtop(enum wined3d_texture_op d3dtop) function
H A Dwined3d_private.h2765 const char *debug_d3dtop(enum wined3d_texture_op d3dtop) DECLSPEC_HIDDEN;
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h3019 const char *debug_d3dtop(WINED3DTEXTUREOP d3dtop) DECLSPEC_HIDDEN;

Completed in 158 milliseconds