Lines Matching defs:source
5 * Copyright 2017 The Android Open Source Project
142 std::ostringstream source;
143 source << "${GLSL_VERSION_STRING}\n";
152 source << "layout (local_size_x = 1) in;\n";
156 source << "layout(points) in;\n"
161 source << "${GLSL_TESS_EXTENSION_STRING}\n"
166 source << "${GLSL_TESS_EXTENSION_STRING}\n"
175 source << "\n"
181 return source.str();