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

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dshader.c195 static const struct wined3d_shader_frontend *shader_select_frontend(DWORD version_token) function
1511 fe = shader_select_frontend(*byte_code);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dshader.c195 static const struct wined3d_shader_frontend *shader_select_frontend(DWORD version_token) function
1509 fe = shader_select_frontend(*byte_code);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dshader.c237 static const struct wined3d_shader_frontend *shader_select_frontend(DWORD version_token) function
1663 fe = shader_select_frontend(*byte_code);

Completed in 418 milliseconds