Searched refs:DepthShader (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fDepthTests.cpp49 class DepthShader : public sglr::ShaderProgram class in namespace:deqp::gles2::Functional
52 DepthShader (void);
63 DepthShader::DepthShader (void) function in class:deqp::gles2::Functional::DepthShader
82 void DepthShader::setColor (sglr::Context& ctx, deUint32 programID, const tcu::Vec4& color)
88 void DepthShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const
94 void DepthShader::shadeFragments (rr::FragmentPacket* packets, const int numPackets, const rr::FragmentShadingContext& context) const
204 DepthShader shader;
/external/deqp/modules/gles3/functional/
H A Des3fDepthTests.cpp49 class DepthShader : public sglr::ShaderProgram class in namespace:deqp::gles3::Functional
52 DepthShader (void);
63 DepthShader::DepthShader (void) function in class:deqp::gles3::Functional::DepthShader
85 void DepthShader::setColor (sglr::Context& ctx, deUint32 programID, const tcu::Vec4& color)
91 void DepthShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const
97 void DepthShader::shadeFragments (rr::FragmentPacket* packets, const int numPackets, const rr::FragmentShadingContext& context) const
207 DepthShader shader;

Completed in 211 milliseconds