Lines Matching refs:src_fs
135 GLuint CreateProgram(const char* src_vs, const char* src_fs, bool link)
147 if (src_fs)
152 glShaderSource(sh, 1, &src_fs, NULL);
1644 const char* src_fs = "#version 310 es" NL "layout(location = 0) out uvec4 o_color[2];" NL
1649 prog_ = CreateProgram(src_vs, src_fs, true);
1789 const char* src_fs = "#version 310 es \n"
1795 prog_ = CreateProgram(src_vs, src_fs, false);
1954 const char* src_fs = "#version 310 es" NL "layout(location = 0) out uvec4 o_color[2];" NL
1959 prog_ = CreateProgram(src_vs, src_fs, false);
2122 const char* src_fs = "#version 310 es" NL "layout(location = 0) out uvec4 o_color[2];" NL
2130 prog_ = CreateProgram(src_vs, src_fs, true);
2708 const char* src_fs = fs_str.c_str();
2709 prog_[i] = CreateProgram(src_vs, src_fs, false);
3072 const char* src_fs = "#version 310 es" NL "layout(location = 0) out uvec4 o_color[2];" NL
3077 prog_ = CreateProgram(src_vs, src_fs, true);