Searched defs:genVertexSource (Results 1 - 12 of 12) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fShaderMultisampleInterpolationTests.cpp199 std::string genVertexSource (int numTargetSamples) const;
241 std::string SampleQualifierRenderCase::genVertexSource (int numTargetSamples) const function in class:deqp::gles31::Functional::__anon5435::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 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::__anon5489::SingleBindingCase
H A Des31fDrawBuffersIndexedTests.cpp860 glu::VertexSource genVertexSource (glu::RenderContext& renderContext) function in namespace:deqp::gles31::Functional::__anon5338
983 return glu::ProgramSources() << genVertexSource(renderContext) << genFragmentSource(preCommonBlendState, postCommonBlendState, drawBuffers, renderContext);
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::__anon5347::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::__anon5347::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::__anon5347::InstancedExpansionShader
/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::__anon4935::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::__anon5064::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::__anon5498::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::__anon4505
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.cpp1128 static std::string genVertexSource (const glu::RenderContext& ctx, const std::vector<AttributeArray*>& arrays);
1256 std::string DrawTestShaderProgram::genVertexSource (const glu::RenderContext& ctx, const std::vector<AttributeArray*>& arrays) function in class:deqp::gls::__anon5507::DrawTestShaderProgram
1502 decl << sglr::pdec::VertexSource(genVertexSource(ctx, arrays));
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp2749 std::string genVertexSource (void) const;
2778 std::string QuadrantRendederCase::genVertexSource (void) const function in class:vkt::BindingModel::__anon4271::QuadrantRendederCase
3130 programCollection.glslSources.add("vertex") << glu::VertexSource(genVertexSource());

Completed in 1023 milliseconds