Lines Matching defs:source
314 glw::GLchar const* const source;
333 if (DE_NULL != shader[i].source)
343 gl.shaderSource(shader[i].id, 1, &(shader[i].source), NULL);
371 << "Shader source code:\n"
372 << shader[i].source << "\n"
882 glw::GLchar const* const source;
899 if (DE_NULL != shader[i].source)
909 gl.shaderSource(shader[i].id, 1, &(shader[i].source), NULL);
937 << "Shader source code:\n"
938 << shader[i].source << "\n"
1329 glw::GLchar const* const source;
1346 if (DE_NULL != shader[i].source)
1356 gl.shaderSource(shader[i].id, 1, &(shader[i].source), NULL);
1384 << "Shader source code:\n"
1385 << shader[i].source << "\n"
1954 glw::GLchar const* source[3];
1986 gl.shaderSource(shader[i].id, shader[i].count, shader[i].source, NULL);
2014 << "Shader source code:\n"
2015 << shader[i].source << "\n"
2650 glw::GLchar const* const source;
2667 if (DE_NULL != shader[i].source)
2677 gl.shaderSource(shader[i].id, 1, &(shader[i].source), NULL);
2705 << "Shader source code:\n"
2706 << shader[i].source << "\n"
3113 glw::GLchar const* const source;
3130 if (DE_NULL != shader[i].source)
3140 gl.shaderSource(shader[i].id, 1, &(shader[i].source), NULL);
3168 << "Shader source code:\n"
3169 << shader[i].source << "\n"