HomeSort by relevance Sort by last modified time
    Searched refs:genVertexSource (Results 1 - 19 of 19) sorted by null

  /external/deqp/modules/gles31/functional/
es31fMultisampleShaderRenderCase.hpp 91 virtual std::string genVertexSource (int numTargetSamples) const;
es31fShaderMultisampleInterpolationTests.cpp 199 std::string genVertexSource (int numTargetSamples) const;
241 std::string SampleQualifierRenderCase::genVertexSource (int numTargetSamples) const
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
    [all...]
es31fPrimitiveBoundingBoxTests.cpp 526 virtual std::string genVertexSource (void) const = 0;
646 sources << glu::VertexSource(genVertexSource());
927 std::string genVertexSource (void) const;
    [all...]
es31fMultisampleShaderRenderCase.cpp 295 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
es31fVertexAttributeBindingTests.cpp 258 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)
    [all...]
es31fGeometryShaderTests.cpp     [all...]
es31fTessellationGeometryInteractionTests.cpp     [all...]
es31fDrawBuffersIndexedTests.cpp 860 glu::VertexSource genVertexSource (glu::RenderContext& renderContext)
983 return glu::ProgramSources() << genVertexSource(renderContext) << genFragmentSource(preCommonBlendState, postCommonBlendState, drawBuffers, renderContext);
    [all...]
es31fSampleVariableTests.cpp 904 std::string genVertexSource (int numTargetSamples) const;
970 std::string SamplePosCorrectnessCase::genVertexSource (int numTargetSamples) const
    [all...]
  /external/deqp/modules/gles2/stress/
es2sSpecialFloatTests.cpp 116 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
    [all...]
  /external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp 119 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
    [all...]
  /external/deqp/modules/gles2/functional/
es2fDefaultVertexAttributeTests.cpp 177 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
  /external/deqp/modules/gles3/functional/
es3fDefaultVertexAttributeTests.cpp 253 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
es3fShaderDerivateTests.cpp 610 static std::string genVertexSource (glu::DataType coordType, glu::Precision precision)
648 const glu::ShaderProgram program (m_context.getRenderContext(), glu::makeVtxFragSources(genVertexSource(m_coordDataType, m_coordPrecision), m_fragmentSrc));
    [all...]
  /external/deqp/modules/gles31/stress/
es31sVertexAttributeBindingTests.cpp 252 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)
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderDerivateTests.cpp 764 static std::string genVertexSource (glu::DataType coordType, glu::Precision precision)
893 programCollection.glslSources.add("vert") << glu::VertexSource(genVertexSource(m_definitions.coordDataType, m_definitions.coordPrecision));
    [all...]
  /external/deqp/modules/glshared/
glsVertexArrayTests.cpp 755 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)
1133 decl << sglr::pdec::VertexSource(genVertexSource(ctx, arrays));
    [all...]
glsDrawTest.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingShaderAccessTests.cpp     [all...]

Completed in 849 milliseconds