Searched defs:GradientShader (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fFboTestUtil.hpp70 class GradientShader : public sglr::ShaderProgram class in namespace:deqp::gles3::Functional::FboTestUtil
73 GradientShader (glu::DataType outputType);
74 ~GradientShader (void) {}
H A Des3fFboTestUtil.cpp151 GradientShader::GradientShader (glu::DataType outputType) function in class:deqp::gles3::Functional::FboTestUtil::GradientShader
189 void GradientShader::setGradient (sglr::Context& ctx, deUint32 program, const tcu::Vec4& gradientMin, const tcu::Vec4& gradientMax)
196 void GradientShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const
207 void GradientShader::shadeFragments (rr::FragmentPacket* packets, const int numPackets, const rr::FragmentShadingContext& context) const
/external/deqp/modules/gles2/functional/
H A Des2fTextureSpecificationTests.cpp108 class GradientShader : public sglr::ShaderProgram class in namespace:deqp::gles2::Functional
111 GradientShader (void) function in class:deqp::gles2::Functional::GradientShader
1285 GradientShader shader;
1333 GradientShader shader;
1391 GradientShader shader;
1466 GradientShader shader;

Completed in 313 milliseconds