Home | History | Annotate | Download | only in common

Lines Matching refs:fs

1905    GLuint vs, fs;
1926 fs = _mesa_CreateShaderObjectARB(GL_FRAGMENT_SHADER);
1927 _mesa_ShaderSourceARB(fs, 1, &fs_source, NULL);
1928 _mesa_CompileShaderARB(fs);
1931 _mesa_AttachShader(clear->ShaderProg, fs);
1932 _mesa_DeleteObjectARB(fs);
1943 fs = compile_shader_with_debug(ctx, GL_FRAGMENT_SHADER, fs_int_source);
1946 _mesa_AttachShader(clear->IntegerShaderProg, fs);
1947 _mesa_DeleteObjectARB(fs);
3092 GLuint vs, fs;
3183 fs = compile_shader_with_debug(ctx, GL_FRAGMENT_SHADER, fs_source);
3186 _mesa_AttachShader(mipmap->ShaderProg, fs);
3187 _mesa_DeleteObjectARB(fs);