Searched defs:genFragmentSource (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fShaderMultisampleInterpolationTests.cpp187 std::string genFragmentSource (int numTargetSamples) const;
280 std::string SampleQualifierRenderCase::genFragmentSource (int numTargetSamples) const function in class:deqp::gles31::Functional::__anon20328::SampleQualifierRenderCase
370 std::string genFragmentSource (int numTargetSamples) const;
488 std::string InterpolateAtSampleRenderCase::genFragmentSource (int numTargetSamples) const
633 std::string genFragmentSource (int numTargetSamples) const;
688 std::string SingleSampleInterpolateAtSampleCase::genFragmentSource (int numTargetSamples) const
825 std::string genFragmentSource (int numTargetSamples) const;
871 std::string CentroidQualifierAtSampleCase::genFragmentSource (int numTargetSamples) const
924 std::string genFragmentSource (int numTargetSamples) const;
975 std::string InterpolateAtSampleIDCase::genFragmentSource (in
[all...]
H A Des31fGeometryShaderTests.cpp916 std::string genFragmentSource (VariableTest test) const;
929 << sglr::pdec::FragmentSource(genFragmentSource(test))
1145 std::string BuiltinVariableShader::genFragmentSource (VariableTest test) const function in class:deqp::gles31::Functional::__anon20266::BuiltinVariableShader
1662 static std::string genFragmentSource (void);
1674 << sglr::pdec::FragmentSource(genFragmentSource())
1731 std::string InstancedExpansionShader::genFragmentSource (void) function in class:deqp::gles31::Functional::__anon20266::InstancedExpansionShader
2575 std::string genFragmentSource (void) const;
2898 m_renderShader = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(positionVertex) << glu::FragmentSource(genFragmentSource()) << glu::GeometrySource(genGeometrySource()));
2934 std::string LayeredRenderCase::genFragmentSource (void) const function in class:deqp::gles31::Functional::__anon20266::LayeredRenderCase

Completed in 2087 milliseconds