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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dstate.c3667 /* This function is called by transform_view below if the view matrix was changed too
3831 static void transform_view(DWORD state, IWineD3DStateBlockImpl *stateblock, struct wined3d_context *context) function
5110 { STATE_TRANSFORM(WINED3DTS_VIEW), { STATE_TRANSFORM(WINED3DTS_VIEW), transform_view }, WINED3D_GL_EXT_NONE },
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dstate.c3786 /* This function is called by transform_view below if the view matrix was changed too
3938 void transform_view(struct wined3d_context *context, const struct wined3d_state *state, DWORD state_id) function
5246 { STATE_TRANSFORM(WINED3D_TS_VIEW), { STATE_TRANSFORM(WINED3D_TS_VIEW), transform_view }, WINED3D_GL_EXT_NONE },

Completed in 65 milliseconds