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

  /external/deqp/modules/gles3/functional/
es3fFboTestUtil.hpp 181 class DepthGradientShader : public sglr::ShaderProgram
184 DepthGradientShader (glu::DataType outputType);
185 ~DepthGradientShader (void) {}
es3fFboTestUtil.cpp 776 DepthGradientShader::DepthGradientShader (glu::DataType outputType)
818 void DepthGradientShader::setUniforms (sglr::Context& ctx, deUint32 program, const float gradientMin, const float gradientMax, const tcu::Vec4& color)
826 void DepthGradientShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const
837 void DepthGradientShader::shadeFragments (rr::FragmentPacket* packets, const int numPackets, const rr::FragmentShadingContext& context) const
    [all...]

Completed in 47 milliseconds