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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Darb_program_shader.c327 GLuint depth_blt_fprogram_id_masked[tex_type_count]; member in struct:shader_arb_priv
4827 blt_fprogram = masked ? &priv->depth_blt_fprogram_id_masked[tex_type] : &priv->depth_blt_fprogram_id_full[tex_type];
5024 if (priv->depth_blt_fprogram_id_masked[i])
5026 GL_EXTCALL(glDeleteProgramsARB(1, &priv->depth_blt_fprogram_id_masked[i]));

Completed in 60 milliseconds