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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dglsl_shader.c105 GLhandleARB depth_blt_program_full[tex_type_count]; member in struct:shader_glsl_priv
6197 blt_program = masked ? &priv->depth_blt_program_masked[tex_type] : &priv->depth_blt_program_full[tex_type];
6489 if (priv->depth_blt_program_full[i])
6491 GL_EXTCALL(glDeleteObjectARB(priv->depth_blt_program_full[i]));

Completed in 55 milliseconds