Home | History | Annotate | Download | only in functional

Lines Matching refs:frag

92 	std::ostringstream	frag;
93 std::ostringstream& op = isVertex ? vtx : frag;
98 frag << "#version 300 es\n"
104 frag << "in mediump vec4 v_color;\n";
109 frag << "in highp vec4 v_coords;\n";
119 frag << "\n"
139 frag << " o_color = v_color;\n";
144 frag << " o_color = vec4(res, 1.0);\n";
148 frag << "}\n";
150 return new ShaderSwitchCase(context, name, desc, isVertex, vtx.str().c_str(), frag.str().c_str(),