Lines Matching defs:source
189 /* Set up source FBO attachments. */
206 GLU_EXPECT_NO_ERROR(gl.getError(), "Could not set up source framebuffer's attachments");
592 /* Blit source FBO to destination FBO */
1783 * @param source NULL-terminated shader source code string
1786 glw::GLuint id, const glw::GLchar* source)
1791 gl.shaderSource(id, 1, &source, NULL);
2366 * @param source NULL-terminated shader source code string
2369 const glw::GLchar* source)
2374 gl.shaderSource(id, 1, &source, NULL);