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

  /external/deqp/modules/gles31/functional/
es31fMultisampleShaderRenderCase.hpp 92 virtual std::string genFragmentSource (int numTargetSamples) const = 0;
es31fShaderMultisampleInterpolationTests.cpp 200 std::string genFragmentSource (int numTargetSamples) const;
293 std::string SampleQualifierRenderCase::genFragmentSource (int numTargetSamples) const
383 std::string genFragmentSource (int numTargetSamples) const;
501 std::string InterpolateAtSampleRenderCase::genFragmentSource (int numTargetSamples) const
646 std::string genFragmentSource (int numTargetSamples) const;
701 std::string SingleSampleInterpolateAtSampleCase::genFragmentSource (int numTargetSamples) const
838 std::string genFragmentSource (int numTargetSamples) const;
888 std::string CentroidQualifierAtSampleCase::genFragmentSource (int numTargetSamples) const
    [all...]
es31fSampleVariableTests.cpp 292 std::string genFragmentSource (int numTargetSamples) const;
311 std::string NumSamplesCase::genFragmentSource (int numTargetSamples) const
345 std::string genFragmentSource (int numTargetSamples) const;
389 std::string MaxSamplesCase::genFragmentSource (int numTargetSamples) const
427 std::string genFragmentSource (int numTargetSamples) const;
476 std::string SampleIDCase::genFragmentSource (int numTargetSamples) const
603 std::string genFragmentSource (int numTargetSamples) const;
647 std::string SamplePosDistributionCase::genFragmentSource (int numTargetSamples) const
905 std::string genFragmentSource (int numTargetSamples) const;
    [all...]
es31fShaderTextureSizeTests.cpp 78 std::string genFragmentSource (void);
174 m_shader = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(s_positionVertexShaderSource) << glu::FragmentSource(genFragmentSource()));
305 std::string TextureSizeCase::genFragmentSource (void)
es31fSampleShadingTests.cpp 252 std::string genFragmentSource (int numSamples) const;
405 std::string SampleShadingRenderingCase::genFragmentSource (int numSamples) const
es31fPrimitiveBoundingBoxTests.cpp 527 virtual std::string genFragmentSource (void) const = 0;
647 sources << glu::FragmentSource(genFragmentSource());
928 std::string genFragmentSource (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)));
463 << glu::FragmentSource(genFragmentSource(m_numTargetSamples)));
es31fGeometryShaderTests.cpp     [all...]
es31fTessellationGeometryInteractionTests.cpp     [all...]
es31fDrawBuffersIndexedTests.cpp 880 glu::FragmentSource genFragmentSource (const BlendState& preCommonBlendState, const BlendState& postCommonBlendState, const vector<DrawBufferInfo>& drawBuffers, glu::RenderContext& renderContext)
983 return glu::ProgramSources() << genVertexSource(renderContext) << genFragmentSource(preCommonBlendState, postCommonBlendState, drawBuffers, renderContext);
    [all...]
  /external/deqp/modules/gles2/stress/
es2sSpecialFloatTests.cpp 117 virtual std::string genFragmentSource (void) const = 0;
161 m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(genVertexSource()) << glu::FragmentSource(genFragmentSource()));
533 std::string genFragmentSource (void) const;
744 std::string VertexAttributeCase::genFragmentSource (void) const
795 std::string genFragmentSource (void) const;
938 std::string UniformCase::genFragmentSource (void) const
    [all...]
  /external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp 120 virtual std::string genFragmentSource (void) const = 0;
164 m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(genVertexSource()) << glu::FragmentSource(genFragmentSource()));
545 std::string genFragmentSource (void) const;
757 std::string VertexAttributeCase::genFragmentSource (void) const
810 std::string genFragmentSource (void) const;
956 std::string UniformCase::genFragmentSource (void) const
    [all...]
  /external/deqp/modules/glshared/
glsVertexArrayTests.cpp 756 static std::string genFragmentSource (const glu::RenderContext& ctx);
1020 std::string ContextShaderProgram::genFragmentSource (const glu::RenderContext& ctx)
1134 decl << sglr::pdec::FragmentSource(genFragmentSource(ctx));
    [all...]
glsDrawTest.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingShaderAccessTests.cpp     [all...]

Completed in 167 milliseconds