Lines Matching refs:DrawTestShaderProgram
1107 class DrawTestShaderProgram : public sglr::ShaderProgram class
1110 …DrawTestShaderProgram (const glu::RenderContext& ctx, const std::vector<AttributeArray*>& arrays);
1129 DrawTestShaderProgram::DrawTestShaderProgram (const glu::RenderContext& ctx, const std::vector<Attr… in DrawTestShaderProgram() function in deqp::gls::__anon9b8d5bd00111::DrawTestShaderProgram
1188 void DrawTestShaderProgram::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const*… in shadeVertices()
1231 void DrawTestShaderProgram::shadeFragments (rr::FragmentPacket* packets, const int numPackets, cons… in shadeFragments()
1244 std::string DrawTestShaderProgram::genVertexSource (const glu::RenderContext& ctx, const std::vecto… in genVertexSource()
1359 std::string DrawTestShaderProgram::genFragmentSource (const glu::RenderContext& ctx) in genFragmentSource()
1376 void DrawTestShaderProgram::generateShaderParams (std::map<std::string, std::string>& params, glu::… in generateShaderParams()
1422 rr::GenericVecType DrawTestShaderProgram::mapOutputType (const DrawTestSpec::OutputType& type) in mapOutputType()
1450 int DrawTestShaderProgram::getComponentCount (const DrawTestSpec::OutputType& type) in getComponentCount()
1480 sglr::pdec::ShaderProgramDeclaration DrawTestShaderProgram::createProgramDeclaration (const glu::Re… in createProgramDeclaration()
1826 m_program = new DrawTestShaderProgram(m_renderCtx, m_arrays); in updateProgram()