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

/external/deqp/modules/gles3/functional/
H A Des3fFboTestUtil.hpp55 class FlatColorShader : public sglr::ShaderProgram class in namespace:deqp::gles3::Functional::FboTestUtil
58 FlatColorShader (glu::DataType outputType);
59 ~FlatColorShader (void) {}
H A Des3fFboTestUtil.cpp77 FlatColorShader::FlatColorShader (glu::DataType outputType) function in class:deqp::gles3::Functional::FboTestUtil::FlatColorShader
103 void FlatColorShader::setColor (sglr::Context& context, deUint32 program, const tcu::Vec4& color)
111 void FlatColorShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const
121 void FlatColorShader::shadeFragments (rr::FragmentPacket* packets, const int numPackets, const rr::FragmentShadingContext& context) const
/external/deqp/modules/gles2/functional/
H A Des2fFboRenderTest.cpp64 class FlatColorShader : public sglr::ShaderProgram class in namespace:deqp::gles2::Functional
67 FlatColorShader (void) function in class:deqp::gles2::Functional::FlatColorShader
1107 FlatColorShader colorShader;
1266 FlatColorShader flatShader;
1428 FlatColorShader colorShader;
1685 FlatColorShader colorShader;

Completed in 96 milliseconds