Searched refs:genVertexSource (Results 1 - 19 of 19) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fMultisampleShaderRenderCase.hpp91 virtual std::string genVertexSource (int numTargetSamples) const;
H A Des31fShaderMultisampleInterpolationTests.cpp199 std::string genVertexSource (int numTargetSamples) const;
241 std::string SampleQualifierRenderCase::genVertexSource (int numTargetSamples) const function in class:deqp::gles31::Functional::__anon4770::SampleQualifierRenderCase
382 std::string genVertexSource (int numTargetSamples) const;
456 std::string InterpolateAtSampleRenderCase::genVertexSource (int numTargetSamples) const
645 std::string genVertexSource (int numTargetSamples) const;
683 std::string SingleSampleInterpolateAtSampleCase::genVertexSource (int numTargetSamples) const
837 std::string genVertexSource (int numTargetSamples) const;
866 std::string CentroidQualifierAtSampleCase::genVertexSource (int numTargetSamples) const
940 std::string genVertexSource (int numTargetSamples) const;
973 std::string InterpolateAtSampleIDCase::genVertexSource (in
[all...]
H A Des31fPrimitiveBoundingBoxTests.cpp526 virtual std::string genVertexSource (void) const = 0;
646 sources << glu::VertexSource(genVertexSource());
927 std::string genVertexSource (void) const;
963 std::string GridRenderCase::genVertexSource (void) const
1414 std::string genVertexSource (void) const;
1473 std::string LineRenderCase::genVertexSource (void) const
2360 std::string genVertexSource (void) const;
2437 std::string PointRenderCase::genVertexSource (void) const
3656 std::string genVertexSource (void) const;
3742 sources << glu::VertexSource(genVertexSource());
[all...]
H A Des31fMultisampleShaderRenderCase.cpp295 m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(genVertexSource(m_numTargetSamples)) << glu::FragmentSource(genFragmentSource(m_numTargetSamples)));
462 << glu::VertexSource(genVertexSource(m_numTargetSamples))
671 std::string MultisampleRenderCase::genVertexSource (int numTargetSamples) const
H A Des31fVertexAttributeBindingTests.cpp258 std::string genVertexSource (void);
488 m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(genVertexSource()) << glu::FragmentSource(s_colorFragmentShader));
495 std::string SingleBindingCase::genVertexSource (void) function in class:deqp::gles31::Functional::__anon4823::SingleBindingCase
H A Des31fGeometryShaderTests.cpp928 std::string genVertexSource (const glu::ContextType& contextType, VariableTest test) const;
941 << sglr::pdec::VertexSource(genVertexSource(contextType, test))
1126 std::string BuiltinVariableShader::genVertexSource (const glu::ContextType& contextType, VariableTest test) const function in class:deqp::gles31::Functional::__anon4690::BuiltinVariableShader
1218 static std::string genVertexSource (const glu::ContextType& contextType, VaryingSource test);
1236 << sglr::pdec::VertexSource(genVertexSource(contextType, source))
1445 std::string VaryingOutputCountShader::genVertexSource (const glu::ContextType& contextType, VaryingSource test) function in class:deqp::gles31::Functional::__anon4690::VaryingOutputCountShader
1678 static std::string genVertexSource (const glu::ContextType& contextType);
1690 << sglr::pdec::VertexSource(genVertexSource(contextType))
1737 std::string InstancedExpansionShader::genVertexSource (const glu::ContextType& contextType) function in class:deqp::gles31::Functional::__anon4690::InstancedExpansionShader
H A Des31fTessellationGeometryInteractionTests.cpp1653 std::string genVertexSource (void) const;
1742 sources << glu::VertexSource(genVertexSource())
1985 std::string PointSizeCase::genVertexSource (void) const
H A Des31fDrawBuffersIndexedTests.cpp860 glu::VertexSource genVertexSource (glu::RenderContext& renderContext) function in namespace:deqp::gles31::Functional::__anon4685
983 return glu::ProgramSources() << genVertexSource(renderContext) << genFragmentSource(preCommonBlendState, postCommonBlendState, drawBuffers, renderContext);
H A Des31fSampleVariableTests.cpp904 std::string genVertexSource (int numTargetSamples) const;
970 std::string SamplePosCorrectnessCase::genVertexSource (int numTargetSamples) const
/external/deqp/modules/gles2/stress/
H A Des2sSpecialFloatTests.cpp116 virtual std::string genVertexSource (void) const = 0;
161 m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(genVertexSource()) << glu::FragmentSource(genFragmentSource()));
532 std::string genVertexSource (void) const;
721 std::string VertexAttributeCase::genVertexSource (void) const
794 std::string genVertexSource (void) const;
910 std::string UniformCase::genVertexSource (void) const
997 std::string genVertexSource (void) const;
1215 std::string TextureSamplerCase::genVertexSource (void) const
1301 std::string genVertexSource (void) const;
1434 std::string OutputCase::genVertexSource (voi
[all...]
/external/deqp/modules/gles3/stress/
H A Des3sSpecialFloatTests.cpp119 virtual std::string genVertexSource (void) const = 0;
164 m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(genVertexSource()) << glu::FragmentSource(genFragmentSource()));
544 std::string genVertexSource (void) const;
733 std::string VertexAttributeCase::genVertexSource (void) const
809 std::string genVertexSource (void) const;
926 std::string UniformCase::genVertexSource (void) const
1028 std::string genVertexSource (void) const;
1252 std::string TextureCase::genVertexSource (void) const
1361 std::string genVertexSource (void) const;
1570 std::string TextureSamplerCase::genVertexSource (voi
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fDefaultVertexAttributeTests.cpp177 std::string genVertexSource (void) const;
252 m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(genVertexSource()) << glu::FragmentSource(s_passThroughFragmentShaderSource));
324 std::string AttributeCase::genVertexSource (void) const function in class:deqp::gles2::Functional::__anon4284::AttributeCase
/external/deqp/modules/gles3/functional/
H A Des3fDefaultVertexAttributeTests.cpp253 std::string genVertexSource (void) const;
328 m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(genVertexSource()) << glu::FragmentSource(s_passThroughFragmentShaderSource));
400 std::string AttributeCase::genVertexSource (void) const function in class:deqp::gles3::Functional::__anon4413::AttributeCase
H A Des3fShaderDerivateTests.cpp610 static std::string genVertexSource (glu::DataType coordType, glu::Precision precision) function in namespace:deqp::gles3::Functional
648 const glu::ShaderProgram program (m_context.getRenderContext(), glu::makeVtxFragSources(genVertexSource(m_coordDataType, m_coordPrecision), m_fragmentSrc));
/external/deqp/modules/gles31/stress/
H A Des31sVertexAttributeBindingTests.cpp252 std::string genVertexSource (void);
482 m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(genVertexSource()) << glu::FragmentSource(s_colorFragmentShader));
489 std::string SingleBindingCase::genVertexSource (void) function in class:deqp::gles31::Stress::__anon4832::SingleBindingCase
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderDerivateTests.cpp764 static std::string genVertexSource (glu::DataType coordType, glu::Precision precision) function in namespace:vkt::sr::__anon3898
893 programCollection.glslSources.add("vert") << glu::VertexSource(genVertexSource(m_definitions.coordDataType, m_definitions.coordPrecision));
1136 programCollection.glslSources.add("vert") << glu::VertexSource(genVertexSource(m_definitions.coordDataType, m_definitions.coordPrecision));
1436 programCollection.glslSources.add("vert") << glu::VertexSource(genVertexSource(m_definitions.coordDataType, m_definitions.coordPrecision));
/external/deqp/modules/glshared/
H A DglsVertexArrayTests.cpp755 static std::string genVertexSource (const glu::RenderContext& ctx, const std::vector<ContextArray*>& arrays);
876 std::string ContextShaderProgram::genVertexSource (const glu::RenderContext& ctx, const std::vector<ContextArray*>& arrays) function in class:deqp::gls::ContextShaderProgram
1133 decl << sglr::pdec::VertexSource(genVertexSource(ctx, arrays));
H A DglsDrawTest.cpp1127 static std::string genVertexSource (const glu::RenderContext& ctx, const std::vector<AttributeArray*>& arrays);
1255 std::string DrawTestShaderProgram::genVertexSource (const glu::RenderContext& ctx, const std::vector<AttributeArray*>& arrays) function in class:deqp::gls::__anon4841::DrawTestShaderProgram
1501 decl << sglr::pdec::VertexSource(genVertexSource(ctx, arrays));
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp2784 std::string genVertexSource (void) const;
2813 std::string QuadrantRendederCase::genVertexSource (void) const function in class:vkt::BindingModel::__anon3743::QuadrantRendederCase
3165 programCollection.glslSources.add("vertex") << glu::VertexSource(genVertexSource());

Completed in 2930 milliseconds