HomeSort by relevance Sort by last modified time
    Searched refs:DepthShader (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/functional/
es2fDepthTests.cpp 49 class DepthShader : public sglr::ShaderProgram
52 DepthShader (void);
63 DepthShader::DepthShader (void)
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/
es3fDepthTests.cpp 49 class DepthShader : public sglr::ShaderProgram
52 DepthShader (void);
63 DepthShader::DepthShader (void)
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 375 milliseconds