Lines Matching refs:ScaleProgram
68 class ScaleProgram : public glu::ShaderProgram class
71 ScaleProgram (lt::Context& ctx);
85 ScaleProgram::ScaleProgram (lt::Context& ctx) in ScaleProgram() function in deqp::gles3::Functional::__anona0fbcc2e0111::ScaleProgram
115 ProgramSources ScaleProgram::getSources (void) in getSources()
126 void ScaleProgram::draw (GLuint vao, GLfloat scale, bool tf, Surface* dst) in draw()
155 void ScaleProgram::setPos (GLuint buffer, GLuint vao) in setPos()
211 Type& varrType, ScaleProgram& program) in BufferVAOAttacher()
218 ScaleProgram& getProgram (void) { return m_program; } in getProgram()
222 ScaleProgram& m_program;
297 ScaleProgram& m_program;
356 BufferTfOutputAttacher (BufferTfAttacher& attacher, ScaleProgram& program) in BufferTfOutputAttacher()
363 ScaleProgram& m_program;
400 ScaleProgram m_program;