Lines Matching refs:DrawTestShaderProgram
1108 class DrawTestShaderProgram : public sglr::ShaderProgram class
1111 …DrawTestShaderProgram (const glu::RenderContext& ctx, const std::vector<AttributeArray*>& arrays);
1130 DrawTestShaderProgram::DrawTestShaderProgram (const glu::RenderContext& ctx, const std::vector<Attr… in DrawTestShaderProgram() function in deqp::gls::__anon253cabfc0111::DrawTestShaderProgram
1189 void DrawTestShaderProgram::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const*… in shadeVertices()
1232 void DrawTestShaderProgram::shadeFragments (rr::FragmentPacket* packets, const int numPackets, cons… in shadeFragments()
1245 std::string DrawTestShaderProgram::genVertexSource (const glu::RenderContext& ctx, const std::vecto… in genVertexSource()
1360 std::string DrawTestShaderProgram::genFragmentSource (const glu::RenderContext& ctx) in genFragmentSource()
1377 void DrawTestShaderProgram::generateShaderParams (std::map<std::string, std::string>& params, glu::… in generateShaderParams()
1423 rr::GenericVecType DrawTestShaderProgram::mapOutputType (const DrawTestSpec::OutputType& type) in mapOutputType()
1451 int DrawTestShaderProgram::getComponentCount (const DrawTestSpec::OutputType& type) in getComponentCount()
1481 sglr::pdec::ShaderProgramDeclaration DrawTestShaderProgram::createProgramDeclaration (const glu::Re… in createProgramDeclaration()
1827 m_program = new DrawTestShaderProgram(m_renderCtx, m_arrays); in updateProgram()