Home
last modified time | relevance | path

Searched refs:genFragmentSource (Results 1 – 15 of 15) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fShaderMultisampleInterpolationTests.cpp208 std::string genFragmentSource (int numTargetSamples) const;
301 std::string SampleQualifierRenderCase::genFragmentSource (int numTargetSamples) const in genFragmentSource() function in deqp::gles31::Functional::__anon8d3c652b0111::SampleQualifierRenderCase
391 std::string genFragmentSource (int numTargetSamples) const;
509 std::string InterpolateAtSampleRenderCase::genFragmentSource (int numTargetSamples) const in genFragmentSource() function in deqp::gles31::Functional::__anon8d3c652b0111::InterpolateAtSampleRenderCase
654 std::string genFragmentSource (int numTargetSamples) const;
709 std::string SingleSampleInterpolateAtSampleCase::genFragmentSource (int numTargetSamples) const in genFragmentSource() function in deqp::gles31::Functional::__anon8d3c652b0111::SingleSampleInterpolateAtSampleCase
846 std::string genFragmentSource (int numTargetSamples) const;
896 std::string CentroidQualifierAtSampleCase::genFragmentSource (int numTargetSamples) const in genFragmentSource() function in deqp::gles31::Functional::__anon8d3c652b0111::CentroidQualifierAtSampleCase
949 std::string genFragmentSource (int numTargetSamples) const;
1000 std::string InterpolateAtSampleIDCase::genFragmentSource (int numTargetSamples) const in genFragmentSource() function in deqp::gles31::Functional::__anon8d3c652b0111::InterpolateAtSampleIDCase
[all …]
Des31fSampleVariableTests.cpp293 std::string genFragmentSource (int numTargetSamples) const;
312 std::string NumSamplesCase::genFragmentSource (int numTargetSamples) const in genFragmentSource() function in deqp::gles31::Functional::__anonf6929da70111::NumSamplesCase
346 std::string genFragmentSource (int numTargetSamples) const;
390 std::string MaxSamplesCase::genFragmentSource (int numTargetSamples) const in genFragmentSource() function in deqp::gles31::Functional::__anonf6929da70111::MaxSamplesCase
428 std::string genFragmentSource (int numTargetSamples) const;
477 std::string SampleIDCase::genFragmentSource (int numTargetSamples) const in genFragmentSource() function in deqp::gles31::Functional::__anonf6929da70111::SampleIDCase
604 std::string genFragmentSource (int numTargetSamples) const;
648 std::string SamplePosDistributionCase::genFragmentSource (int numTargetSamples) const in genFragmentSource() function in deqp::gles31::Functional::__anonf6929da70111::SamplePosDistributionCase
906 std::string genFragmentSource (int numTargetSamples) const;
1000 std::string SamplePosCorrectnessCase::genFragmentSource (int numTargetSamples) const in genFragmentSource() function in deqp::gles31::Functional::__anonf6929da70111::SamplePosCorrectnessCase
[all …]
Des31fMultisampleShaderRenderCase.hpp92 virtual std::string genFragmentSource (int numTargetSamples) const = 0;
Des31fShaderTextureSizeTests.cpp88 std::string genFragmentSource (void);
189 …alizeShader(m_context, s_positionVertexShaderSource)) << glu::FragmentSource(genFragmentSource())); in init()
329 std::string TextureSizeCase::genFragmentSource (void) in genFragmentSource() function in deqp::gles31::Functional::__anon621b04620111::TextureSizeCase
Des31fSampleShadingTests.cpp260 std::string genFragmentSource (int numSamples) const;
412 std::string SampleShadingRenderingCase::genFragmentSource (int numSamples) const in genFragmentSource() function in deqp::gles31::Functional::__anonfb6583bf0111::SampleShadingRenderingCase
Des31fPrimitiveBoundingBoxTests.cpp562 virtual std::string genFragmentSource (void) const = 0;
683 sources << glu::FragmentSource(specializeShader(m_context, genFragmentSource().c_str())); in init()
964 std::string genFragmentSource (void) const;
1046 std::string GridRenderCase::genFragmentSource (void) const in genFragmentSource() function in deqp::gles31::Functional::__anonfda256d70111::GridRenderCase
1451 std::string genFragmentSource (void) const;
1554 std::string LineRenderCase::genFragmentSource (void) const in genFragmentSource() function in deqp::gles31::Functional::__anonfda256d70111::LineRenderCase
2397 std::string genFragmentSource (void) const;
2523 std::string PointRenderCase::genFragmentSource (void) const in genFragmentSource() function in deqp::gles31::Functional::__anonfda256d70111::PointRenderCase
3695 std::string genFragmentSource (void) const;
3782 sources << glu::FragmentSource(specializeShader(m_context, genFragmentSource().c_str())); in init()
[all …]
Des31fMultisampleShaderRenderCase.cpp293 …xSource(genVertexSource(m_numTargetSamples)) << glu::FragmentSource(genFragmentSource(m_numTargetS… in init()
461 << glu::FragmentSource(genFragmentSource(m_numTargetSamples))); in drawOneIteration()
Des31fGeometryShaderTests.cpp929 std::string genFragmentSource (const glu::ContextType& contextType, VariableTest test) const;
942 << sglr::pdec::FragmentSource(genFragmentSource(contextType, test)) in BuiltinVariableShader()
1158 std::string BuiltinVariableShader::genFragmentSource (const glu::ContextType& contextType, Variable… in genFragmentSource() function in deqp::gles31::Functional::__anonde88db020111::BuiltinVariableShader
1679 static std::string genFragmentSource (const glu::ContextType& contextType);
1691 << sglr::pdec::FragmentSource(genFragmentSource(contextType)) in InstancedExpansionShader()
1752 std::string InstancedExpansionShader::genFragmentSource (const glu::ContextType& contextType) in genFragmentSource() function in deqp::gles31::Functional::__anonde88db020111::InstancedExpansionShader
2697 std::string genFragmentSource (const glu::ContextType& contextType) const;
3022 << glu::FragmentSource(genFragmentSource(m_context.getRenderContext().getType())) in initRenderShader()
3059 std::string LayeredRenderCase::genFragmentSource (const glu::ContextType& contextType) const in genFragmentSource() function in deqp::gles31::Functional::__anonde88db020111::LayeredRenderCase
Des31fTessellationGeometryInteractionTests.cpp1654 std::string genFragmentSource (void) const;
1743 << glu::FragmentSource(genFragmentSource()); in init()
2003 std::string PointSizeCase::genFragmentSource (void) const in genFragmentSource() function in deqp::gles31::Functional::__anon756559820111::PointSizeCase
Des31fDrawBuffersIndexedTests.cpp888 glu::FragmentSource genFragmentSource (const BlendState& preCommonBlendState, const BlendState& pos… in genFragmentSource() function
991 …return glu::ProgramSources() << genVertexSource(renderContext) << genFragmentSource(preCommonBlend… in genShaderSources()
/external/deqp/modules/gles2/stress/
Des2sSpecialFloatTests.cpp117 virtual std::string genFragmentSource (void) const = 0;
161 …gramSources() << glu::VertexSource(genVertexSource()) << glu::FragmentSource(genFragmentSource())); in init()
533 std::string genFragmentSource (void) const;
744 std::string VertexAttributeCase::genFragmentSource (void) const in genFragmentSource() function in deqp::gles2::Stress::__anonb047d2f00111::VertexAttributeCase
795 std::string genFragmentSource (void) const;
938 std::string UniformCase::genFragmentSource (void) const in genFragmentSource() function in deqp::gles2::Stress::__anonb047d2f00111::UniformCase
998 std::string genFragmentSource (void) const;
1251 std::string TextureSamplerCase::genFragmentSource (void) const in genFragmentSource() function in deqp::gles2::Stress::__anonb047d2f00111::TextureSamplerCase
1302 std::string genFragmentSource (void) const;
1446 std::string OutputCase::genFragmentSource (void) const in genFragmentSource() function in deqp::gles2::Stress::__anonb047d2f00111::OutputCase
[all …]
/external/deqp/modules/gles3/stress/
Des3sSpecialFloatTests.cpp120 virtual std::string genFragmentSource (void) const = 0;
164 …gramSources() << glu::VertexSource(genVertexSource()) << glu::FragmentSource(genFragmentSource())); in init()
545 std::string genFragmentSource (void) const;
757 std::string VertexAttributeCase::genFragmentSource (void) const in genFragmentSource() function in deqp::gles3::Stress::__anonb0adb5d20111::VertexAttributeCase
810 std::string genFragmentSource (void) const;
956 std::string UniformCase::genFragmentSource (void) const in genFragmentSource() function in deqp::gles3::Stress::__anonb0adb5d20111::UniformCase
1029 std::string genFragmentSource (void) const;
1288 std::string TextureCase::genFragmentSource (void) const in genFragmentSource() function in deqp::gles3::Stress::__anonb0adb5d20111::TextureCase
1362 std::string genFragmentSource (void) const;
1609 std::string TextureSamplerCase::genFragmentSource (void) const in genFragmentSource() function in deqp::gles3::Stress::__anonb0adb5d20111::TextureSamplerCase
[all …]
/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp756 static std::string genFragmentSource (const glu::RenderContext& ctx);
1020 std::string ContextShaderProgram::genFragmentSource (const glu::RenderContext& ctx) in genFragmentSource() function in deqp::gls::ContextShaderProgram
1134 decl << sglr::pdec::FragmentSource(genFragmentSource(ctx)); in createProgramDeclaration()
DglsDrawTest.cpp1129 static std::string genFragmentSource (const glu::RenderContext& ctx);
1371 std::string DrawTestShaderProgram::genFragmentSource (const glu::RenderContext& ctx) in genFragmentSource() function in deqp::gls::__anonde041cf70111::DrawTestShaderProgram
1503 decl << sglr::pdec::FragmentSource(genFragmentSource(ctx)); in createProgramDeclaration()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp2950 std::string genFragmentSource (void) const;
3236 std::string QuadrantRendederCase::genFragmentSource (void) const in genFragmentSource() function in vkt::BindingModel::__anon1e93d52c0111::QuadrantRendederCase
3342 programCollection.glslSources.add("fragment") << glu::FragmentSource(genFragmentSource()); in initPrograms()