Lines Matching refs:vs
1905 GLuint vs, fs;
1922 vs = _mesa_CreateShaderObjectARB(GL_VERTEX_SHADER);
1923 _mesa_ShaderSourceARB(vs, 1, &vs_source, NULL);
1924 _mesa_CompileShaderARB(vs);
1933 _mesa_AttachShader(clear->ShaderProg, vs);
1934 _mesa_DeleteObjectARB(vs);
1942 vs = compile_shader_with_debug(ctx, GL_VERTEX_SHADER, vs_int_source);
1948 _mesa_AttachShader(clear->IntegerShaderProg, vs);
1949 _mesa_DeleteObjectARB(vs);
3092 GLuint vs, fs;
3182 vs = compile_shader_with_debug(ctx, GL_VERTEX_SHADER, vs_source);
3188 _mesa_AttachShader(mipmap->ShaderProg, vs);
3189 _mesa_DeleteObjectARB(vs);