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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Darb_program_shader.c3303 static GLuint create_arb_blt_vertex_program(const struct wined3d_gl_info *gl_info) function
4823 if (!priv->depth_blt_vprogram_id) priv->depth_blt_vprogram_id = create_arb_blt_vertex_program(gl_info);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Darb_program_shader.c3090 static GLuint create_arb_blt_vertex_program(const struct wined3d_gl_info *gl_info) function
4481 if (!priv->depth_blt_vprogram_id) priv->depth_blt_vprogram_id = create_arb_blt_vertex_program(gl_info);

Completed in 73 milliseconds