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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Darb_program_shader.c301 GLuint depth_blt_fprogram_id[tex_type_count]; member in struct:shader_arb_priv
4478 GLuint *blt_fprogram = &priv->depth_blt_fprogram_id[tex_type];
4643 if (priv->depth_blt_fprogram_id[i]) {
4644 GL_EXTCALL(glDeleteProgramsARB(1, &priv->depth_blt_fprogram_id[i]));

Completed in 72 milliseconds