Searched defs:genFragmentSource (Results 1 - 6 of 6) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fShaderMultisampleInterpolationTests.cpp200 std::string genFragmentSource (int numTargetSamples) const;
293 std::string SampleQualifierRenderCase::genFragmentSource (int numTargetSamples) const function in class:deqp::gles31::Functional::__anon5435::SampleQualifierRenderCase
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
941 std::string genFragmentSource (int numTargetSamples) const;
992 std::string InterpolateAtSampleIDCase::genFragmentSource (in
[all...]
H A Des31fDrawBuffersIndexedTests.cpp880 glu::FragmentSource genFragmentSource (const BlendState& preCommonBlendState, const BlendState& postCommonBlendState, const vector<DrawBufferInfo>& drawBuffers, glu::RenderContext& renderContext) function in namespace:deqp::gles31::Functional::__anon5338
983 return glu::ProgramSources() << genVertexSource(renderContext) << genFragmentSource(preCommonBlendState, postCommonBlendState, drawBuffers, renderContext);
H A Des31fGeometryShaderTests.cpp929 std::string genFragmentSource (const glu::ContextType& contextType, VariableTest test) const;
942 << sglr::pdec::FragmentSource(genFragmentSource(contextType, test))
1158 std::string BuiltinVariableShader::genFragmentSource (const glu::ContextType& contextType, VariableTest test) const function in class:deqp::gles31::Functional::__anon5347::BuiltinVariableShader
1679 static std::string genFragmentSource (const glu::ContextType& contextType);
1691 << sglr::pdec::FragmentSource(genFragmentSource(contextType))
1752 std::string InstancedExpansionShader::genFragmentSource (const glu::ContextType& contextType) function in class:deqp::gles31::Functional::__anon5347::InstancedExpansionShader
2697 std::string genFragmentSource (const glu::ContextType& contextType) const;
3022 << glu::FragmentSource(genFragmentSource(m_context.getRenderContext().getType()))
3059 std::string LayeredRenderCase::genFragmentSource (const glu::ContextType& contextType) const function in class:deqp::gles31::Functional::__anon5347::LayeredRenderCase
/external/deqp/modules/glshared/
H A DglsVertexArrayTests.cpp756 static std::string genFragmentSource (const glu::RenderContext& ctx);
1020 std::string ContextShaderProgram::genFragmentSource (const glu::RenderContext& ctx) function in class:deqp::gls::ContextShaderProgram
1134 decl << sglr::pdec::FragmentSource(genFragmentSource(ctx));
H A DglsDrawTest.cpp1129 static std::string genFragmentSource (const glu::RenderContext& ctx);
1371 std::string DrawTestShaderProgram::genFragmentSource (const glu::RenderContext& ctx) function in class:deqp::gls::__anon5507::DrawTestShaderProgram
1503 decl << sglr::pdec::FragmentSource(genFragmentSource(ctx));
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp2753 std::string genFragmentSource (void) const;
3036 std::string QuadrantRendederCase::genFragmentSource (void) const function in class:vkt::BindingModel::__anon4271::QuadrantRendederCase
3142 programCollection.glslSources.add("fragment") << glu::FragmentSource(genFragmentSource());

Completed in 218 milliseconds