/external/deqp/modules/gles31/functional/ |
D | es31fShaderMultisampleInterpolationTests.cpp | 199 std::string genVertexSource (int numTargetSamples) const; 241 std::string SampleQualifierRenderCase::genVertexSource (int numTargetSamples) const in genVertexSource() function in deqp::gles31::Functional::__anon65ce3c8d0111::SampleQualifierRenderCase 382 std::string genVertexSource (int numTargetSamples) const; 456 std::string InterpolateAtSampleRenderCase::genVertexSource (int numTargetSamples) const in genVertexSource() function in deqp::gles31::Functional::__anon65ce3c8d0111::InterpolateAtSampleRenderCase 645 std::string genVertexSource (int numTargetSamples) const; 683 std::string SingleSampleInterpolateAtSampleCase::genVertexSource (int numTargetSamples) const in genVertexSource() function in deqp::gles31::Functional::__anon65ce3c8d0111::SingleSampleInterpolateAtSampleCase 837 std::string genVertexSource (int numTargetSamples) const; 866 std::string CentroidQualifierAtSampleCase::genVertexSource (int numTargetSamples) const in genVertexSource() function in deqp::gles31::Functional::__anon65ce3c8d0111::CentroidQualifierAtSampleCase 940 std::string genVertexSource (int numTargetSamples) const; 973 std::string InterpolateAtSampleIDCase::genVertexSource (int numTargetSamples) const in genVertexSource() function in deqp::gles31::Functional::__anon65ce3c8d0111::InterpolateAtSampleIDCase [all …]
|
D | es31fMultisampleShaderRenderCase.hpp | 91 virtual std::string genVertexSource (int numTargetSamples) const;
|
D | es31fPrimitiveBoundingBoxTests.cpp | 561 virtual std::string genVertexSource (void) const = 0; 682 sources << glu::VertexSource(specializeShader(m_context, genVertexSource().c_str())); in init() 963 std::string genVertexSource (void) const; 999 std::string GridRenderCase::genVertexSource (void) const in genVertexSource() function in deqp::gles31::Functional::__anon8c432bb90111::GridRenderCase 1450 std::string genVertexSource (void) const; 1509 std::string LineRenderCase::genVertexSource (void) const in genVertexSource() function in deqp::gles31::Functional::__anon8c432bb90111::LineRenderCase 2396 std::string genVertexSource (void) const; 2473 std::string PointRenderCase::genVertexSource (void) const in genVertexSource() function in deqp::gles31::Functional::__anon8c432bb90111::PointRenderCase 3694 std::string genVertexSource (void) const; 3781 sources << glu::VertexSource(specializeShader(m_context, genVertexSource().c_str())); in init() [all …]
|
D | es31fMultisampleShaderRenderCase.cpp | 296 …ntext.getRenderContext(), glu::ProgramSources() << glu::VertexSource(genVertexSource(m_numTargetSa… in init() 463 << glu::VertexSource(genVertexSource(m_numTargetSamples)) in drawOneIteration() 672 std::string MultisampleRenderCase::genVertexSource (int numTargetSamples) const in genVertexSource() function in deqp::gles31::Functional::MultisampleShaderRenderUtil::MultisampleRenderCase
|
D | es31fVertexAttributeBindingTests.cpp | 258 std::string genVertexSource (void); 488 …ntext.getRenderContext(), glu::ProgramSources() << glu::VertexSource(genVertexSource()) << glu::Fr… in createShader() 495 std::string SingleBindingCase::genVertexSource (void) in genVertexSource() function in deqp::gles31::Functional::__anona3fc6fae0111::SingleBindingCase
|
D | es31fGeometryShaderTests.cpp | 928 std::string genVertexSource (const glu::ContextType& contextType, VariableTest test) const; 941 << sglr::pdec::VertexSource(genVertexSource(contextType, test)) in BuiltinVariableShader() 1126 std::string BuiltinVariableShader::genVertexSource (const glu::ContextType& contextType, VariableTe… in genVertexSource() function in deqp::gles31::Functional::__anon756c2e640111::BuiltinVariableShader 1218 static std::string genVertexSource (const glu::ContextType& contextType, VaryingSource test); 1236 << sglr::pdec::VertexSource(genVertexSource(contextType, source)) in VaryingOutputCountShader() 1445 std::string VaryingOutputCountShader::genVertexSource (const glu::ContextType& contextType, Varying… in genVertexSource() function in deqp::gles31::Functional::__anon756c2e640111::VaryingOutputCountShader 1678 static std::string genVertexSource (const glu::ContextType& contextType); 1690 << sglr::pdec::VertexSource(genVertexSource(contextType)) in InstancedExpansionShader() 1737 std::string InstancedExpansionShader::genVertexSource (const glu::ContextType& contextType) in genVertexSource() function in deqp::gles31::Functional::__anon756c2e640111::InstancedExpansionShader
|
D | es31fTessellationGeometryInteractionTests.cpp | 1653 std::string genVertexSource (void) const; 1742 sources << glu::VertexSource(genVertexSource()) in init() 1985 std::string PointSizeCase::genVertexSource (void) const in genVertexSource() function in deqp::gles31::Functional::__anon60321d240111::PointSizeCase
|
D | es31fDrawBuffersIndexedTests.cpp | 860 glu::VertexSource genVertexSource (glu::RenderContext& renderContext) in genVertexSource() function 983 …return glu::ProgramSources() << genVertexSource(renderContext) << genFragmentSource(preCommonBlend… in genShaderSources()
|
D | es31fSampleVariableTests.cpp | 904 std::string genVertexSource (int numTargetSamples) const; 970 std::string SamplePosCorrectnessCase::genVertexSource (int numTargetSamples) const in genVertexSource() function in deqp::gles31::Functional::__anon8d75f1090111::SamplePosCorrectnessCase
|
/external/deqp/modules/gles2/stress/ |
D | es2sSpecialFloatTests.cpp | 116 virtual std::string genVertexSource (void) const = 0; 161 …ntext.getRenderContext(), glu::ProgramSources() << glu::VertexSource(genVertexSource()) << glu::Fr… in init() 532 std::string genVertexSource (void) const; 721 std::string VertexAttributeCase::genVertexSource (void) const in genVertexSource() function in deqp::gles2::Stress::__anon1d06e4520111::VertexAttributeCase 794 std::string genVertexSource (void) const; 910 std::string UniformCase::genVertexSource (void) const in genVertexSource() function in deqp::gles2::Stress::__anon1d06e4520111::UniformCase 997 std::string genVertexSource (void) const; 1215 std::string TextureSamplerCase::genVertexSource (void) const in genVertexSource() function in deqp::gles2::Stress::__anon1d06e4520111::TextureSamplerCase 1301 std::string genVertexSource (void) const; 1434 std::string OutputCase::genVertexSource (void) const in genVertexSource() function in deqp::gles2::Stress::__anon1d06e4520111::OutputCase [all …]
|
/external/deqp/modules/gles3/stress/ |
D | es3sSpecialFloatTests.cpp | 119 virtual std::string genVertexSource (void) const = 0; 164 …ntext.getRenderContext(), glu::ProgramSources() << glu::VertexSource(genVertexSource()) << glu::Fr… in init() 544 std::string genVertexSource (void) const; 733 std::string VertexAttributeCase::genVertexSource (void) const in genVertexSource() function in deqp::gles3::Stress::__anon1d6cc7340111::VertexAttributeCase 809 std::string genVertexSource (void) const; 926 std::string UniformCase::genVertexSource (void) const in genVertexSource() function in deqp::gles3::Stress::__anon1d6cc7340111::UniformCase 1028 std::string genVertexSource (void) const; 1252 std::string TextureCase::genVertexSource (void) const in genVertexSource() function in deqp::gles3::Stress::__anon1d6cc7340111::TextureCase 1361 std::string genVertexSource (void) const; 1570 std::string TextureSamplerCase::genVertexSource (void) const in genVertexSource() function in deqp::gles3::Stress::__anon1d6cc7340111::TextureSamplerCase [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fDefaultVertexAttributeTests.cpp | 177 std::string genVertexSource (void) const; 252 …ntext.getRenderContext(), glu::ProgramSources() << glu::VertexSource(genVertexSource()) << glu::Fr… in init() 324 std::string AttributeCase::genVertexSource (void) const in genVertexSource() function in deqp::gles2::Functional::__anonfaa28b340111::AttributeCase
|
/external/deqp/modules/gles31/stress/ |
D | es31sVertexAttributeBindingTests.cpp | 252 std::string genVertexSource (void); 482 …ntext.getRenderContext(), glu::ProgramSources() << glu::VertexSource(genVertexSource()) << glu::Fr… in createShader() 489 std::string SingleBindingCase::genVertexSource (void) in genVertexSource() function in deqp::gles31::Stress::__anon1779d26c0111::SingleBindingCase
|
/external/deqp/modules/gles3/functional/ |
D | es3fDefaultVertexAttributeTests.cpp | 253 std::string genVertexSource (void) const; 328 …ntext.getRenderContext(), glu::ProgramSources() << glu::VertexSource(genVertexSource()) << glu::Fr… in init() 400 std::string AttributeCase::genVertexSource (void) const in genVertexSource() function in deqp::gles3::Functional::__anondd66b9160111::AttributeCase
|
D | es3fShaderDerivateTests.cpp | 639 static std::string genVertexSource (glu::DataType coordType, glu::Precision precision) in genVertexSource() function 677 …ram program (m_context.getRenderContext(), glu::makeVtxFragSources(genVertexSource(m_coordDataTy… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderDerivateTests.cpp | 790 static std::string genVertexSource (glu::DataType coordType, glu::Precision precision) in genVertexSource() function 919 …programCollection.glslSources.add("vert") << glu::VertexSource(genVertexSource(m_definitions.coord… in initPrograms() 1168 …programCollection.glslSources.add("vert") << glu::VertexSource(genVertexSource(m_definitions.coord… in initPrograms() 1468 …programCollection.glslSources.add("vert") << glu::VertexSource(genVertexSource(m_definitions.coord… in initPrograms()
|
/external/deqp/modules/glshared/ |
D | glsVertexArrayTests.cpp | 755 …static std::string genVertexSource (const glu::RenderContext& ctx, const std::vector<Cont… 876 std::string ContextShaderProgram::genVertexSource (const glu::RenderContext& ctx, const std::vector… in genVertexSource() function in deqp::gls::ContextShaderProgram 1133 decl << sglr::pdec::VertexSource(genVertexSource(ctx, arrays)); in createProgramDeclaration()
|
D | glsDrawTest.cpp | 1128 …static std::string genVertexSource (const glu::RenderContext& ctx, const std::vector<Attr… 1256 std::string DrawTestShaderProgram::genVertexSource (const glu::RenderContext& ctx, const std::vecto… in genVertexSource() function in deqp::gls::__anon43398ad90111::DrawTestShaderProgram 1502 decl << sglr::pdec::VertexSource(genVertexSource(ctx, arrays)); in createProgramDeclaration()
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 2946 std::string genVertexSource (void) const; 2978 std::string QuadrantRendederCase::genVertexSource (void) const in genVertexSource() function in vkt::BindingModel::__anon96331ace0111::QuadrantRendederCase 3330 programCollection.glslSources.add("vertex") << glu::VertexSource(genVertexSource()); in initPrograms()
|