/external/deqp/modules/gles31/functional/ |
D | es31fShaderMultisampleInterpolationTests.cpp | 207 std::string genVertexSource (int numTargetSamples) const; 249 std::string SampleQualifierRenderCase::genVertexSource (int numTargetSamples) const in genVertexSource() function in deqp::gles31::Functional::__anon8d3c652b0111::SampleQualifierRenderCase 390 std::string genVertexSource (int numTargetSamples) const; 464 std::string InterpolateAtSampleRenderCase::genVertexSource (int numTargetSamples) const in genVertexSource() function in deqp::gles31::Functional::__anon8d3c652b0111::InterpolateAtSampleRenderCase 653 std::string genVertexSource (int numTargetSamples) const; 691 std::string SingleSampleInterpolateAtSampleCase::genVertexSource (int numTargetSamples) const in genVertexSource() function in deqp::gles31::Functional::__anon8d3c652b0111::SingleSampleInterpolateAtSampleCase 845 std::string genVertexSource (int numTargetSamples) const; 874 std::string CentroidQualifierAtSampleCase::genVertexSource (int numTargetSamples) const in genVertexSource() function in deqp::gles31::Functional::__anon8d3c652b0111::CentroidQualifierAtSampleCase 948 std::string genVertexSource (int numTargetSamples) const; 981 std::string InterpolateAtSampleIDCase::genVertexSource (int numTargetSamples) const in genVertexSource() function in deqp::gles31::Functional::__anon8d3c652b0111::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::__anonfda256d70111::GridRenderCase 1450 std::string genVertexSource (void) const; 1509 std::string LineRenderCase::genVertexSource (void) const in genVertexSource() function in deqp::gles31::Functional::__anonfda256d70111::LineRenderCase 2396 std::string genVertexSource (void) const; 2473 std::string PointRenderCase::genVertexSource (void) const in genVertexSource() function in deqp::gles31::Functional::__anonfda256d70111::PointRenderCase 3694 std::string genVertexSource (void) const; 3781 sources << glu::VertexSource(specializeShader(m_context, genVertexSource().c_str())); in init() [all …]
|
D | es31fMultisampleShaderRenderCase.cpp | 293 …ntext.getRenderContext(), glu::ProgramSources() << glu::VertexSource(genVertexSource(m_numTargetSa… in init() 460 << glu::VertexSource(genVertexSource(m_numTargetSamples)) in drawOneIteration() 669 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::__anone9d2da4c0111::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::__anonde88db020111::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::__anonde88db020111::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::__anonde88db020111::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::__anon756559820111::PointSizeCase
|
D | es31fDrawBuffersIndexedTests.cpp | 868 glu::VertexSource genVertexSource (glu::RenderContext& renderContext) in genVertexSource() function 991 …return glu::ProgramSources() << genVertexSource(renderContext) << genFragmentSource(preCommonBlend… in genShaderSources()
|
D | es31fSampleVariableTests.cpp | 905 std::string genVertexSource (int numTargetSamples) const; 974 std::string SamplePosCorrectnessCase::genVertexSource (int numTargetSamples) const in genVertexSource() function in deqp::gles31::Functional::__anonf6929da70111::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::__anonb047d2f00111::VertexAttributeCase 794 std::string genVertexSource (void) const; 910 std::string UniformCase::genVertexSource (void) const in genVertexSource() function in deqp::gles2::Stress::__anonb047d2f00111::UniformCase 997 std::string genVertexSource (void) const; 1215 std::string TextureSamplerCase::genVertexSource (void) const in genVertexSource() function in deqp::gles2::Stress::__anonb047d2f00111::TextureSamplerCase 1301 std::string genVertexSource (void) const; 1434 std::string OutputCase::genVertexSource (void) const in genVertexSource() function in deqp::gles2::Stress::__anonb047d2f00111::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::__anonb0adb5d20111::VertexAttributeCase 809 std::string genVertexSource (void) const; 926 std::string UniformCase::genVertexSource (void) const in genVertexSource() function in deqp::gles3::Stress::__anonb0adb5d20111::UniformCase 1028 std::string genVertexSource (void) const; 1252 std::string TextureCase::genVertexSource (void) const in genVertexSource() function in deqp::gles3::Stress::__anonb0adb5d20111::TextureCase 1361 std::string genVertexSource (void) const; 1570 std::string TextureSamplerCase::genVertexSource (void) const in genVertexSource() function in deqp::gles3::Stress::__anonb0adb5d20111::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::__anon6c01b6520111::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::__anone2379e0a0111::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::__anon4ec5e4340111::AttributeCase
|
D | es3fShaderDerivateTests.cpp | 642 static std::string genVertexSource (glu::DataType coordType, glu::Precision precision) in genVertexSource() function 680 …ram program (m_context.getRenderContext(), glu::makeVtxFragSources(genVertexSource(m_coordDataTy… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderDerivateTests.cpp | 793 static std::string genVertexSource (glu::DataType coordType, glu::Precision precision) in genVertexSource() function 922 …programCollection.glslSources.add("vert") << glu::VertexSource(genVertexSource(m_definitions.coord… in initPrograms() 1171 …programCollection.glslSources.add("vert") << glu::VertexSource(genVertexSource(m_definitions.coord… in initPrograms() 1471 …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::__anonde041cf70111::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::__anon1e93d52c0111::QuadrantRendederCase 3330 programCollection.glslSources.add("vertex") << glu::VertexSource(genVertexSource()); in initPrograms()
|