Home | History | Annotate | Download | only in libGL

Lines Matching defs:source

1062 		gl::Renderbuffer *source = framebuffer->getColorbuffer();
1063 GLenum colorbufferFormat = source->getFormat();
3011 void APIENTRY glGetShaderSource(GLuint shader, GLsizei bufsize, GLsizei* length, GLchar* source)
3013 source = %p)",
3014 shader, bufsize, length, source);
3032 shaderObject->getSource(bufsize, length, source);
5469 ERR("Blits with the same source and destination framebuffer are not supported by this implementation.");
6341 void *source = image->lock(0, 0, sw::LOCK_READONLY);
6342 memcpy(pixels, source, image->getPitch() * image->getHeight());