Home | History | Annotate | Download | only in shaderrender

Lines Matching refs:vtx

108 	std::ostringstream	vtx;
110 std::ostringstream& op = isVertex ? vtx : frag;
112 vtx << "#version 310 es\n"
120 vtx << "layout(location = 0) out mediump vec4 v_color;\n";
125 vtx << "layout(location = 0) out highp vec4 v_coords;\n";
132 vtx << "\n"
155 vtx << " v_color = vec4(res, 1.0);\n";
160 vtx << " v_coords = a_coords;\n";
164 vtx << "}\n";
167 return de::MovePtr<ShaderSwitchCase>(new ShaderSwitchCase(testCtx, name, desc, isVertex, vtx.str(), frag.str(),