Lines Matching refs:dst
72 void draw (GLuint vao, GLfloat scale, bool tf, Surface* dst);
126 void ScaleProgram::draw (GLuint vao, GLfloat scale, bool tf, Surface* dst)
149 if (dst != DE_NULL)
150 readRectangle(m_renderCtx, viewport, *dst);
294 void drawContainer (GLuint container, Surface& dst);
300 void BufferVAOInputAttacher::drawContainer (GLuint vao, Surface& dst)
302 m_program.draw(vao, 1.0, false, &dst);
360 void drawAttachment (GLuint attachment, Surface& dst);
366 void BufferTfOutputAttacher::drawAttachment (GLuint buffer, Surface& dst)
371 m_program.draw(*vao, 1.0, false, &dst);