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

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Ddirectx.c1869 static const struct fragment_pipeline *select_fragment_implementation(struct wined3d_adapter *adapter) function
2503 adapter->fragment_pipe = select_fragment_implementation(adapter);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddirectx.c2141 static const struct fragment_pipeline *select_fragment_implementation(struct wined3d_adapter *adapter) function
2645 adapter->fragment_pipe = select_fragment_implementation(adapter);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddirectx.c2570 static const struct fragment_pipeline *select_fragment_implementation(const struct wined3d_gl_info *gl_info, function
3151 adapter->fragment_pipe = select_fragment_implementation(gl_info, adapter->shader_backend);

Completed in 62 milliseconds