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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Darb_program_shader.c362 static BOOL need_helper_const(const struct arb_vshader_private *shader_data, function
382 if (need_helper_const(shader_data, reg_maps, gl_info)) ++ret;
3262 if (need_helper_const(shader_data, reg_maps, gl_info))
4217 if (need_helper_const(shader_data, reg_maps, gl_info))
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Darb_program_shader.c107 static BOOL need_helper_const(const struct wined3d_gl_info *gl_info) function
125 if(need_helper_const(gl_info)) ret++;
3054 if(need_helper_const(gl_info)) {
3953 if(need_helper_const(gl_info)) {

Completed in 69 milliseconds