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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dstate.c53 static void state_undefined(DWORD state, IWineD3DStateBlockImpl *stateblock, struct wined3d_context *context) function
5663 state_table[i].apply = state_undefined;
5671 state_table[i].apply = state_undefined;
5679 state_table[i].apply = state_undefined;
5778 StateTable[i].apply = state_undefined;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dstate.c52 static void state_undefined(struct wined3d_context *context, const struct wined3d_state *state, DWORD state_id) function
5877 state_table[i].apply = state_undefined;
5885 state_table[i].apply = state_undefined;
5893 state_table[i].apply = state_undefined;
6000 StateTable[i].apply = state_undefined;

Completed in 79 milliseconds