Home
last modified time | relevance | path

Searched refs:genGeometrySource (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp208 …std::string genGeometrySource (const glu::ContextType& contextType, rr::GeometryShaderInputType i…
221 << sglr::pdec::GeometrySource(genGeometrySource(contextType, inputType, outputType))) in VertexExpanderShader()
282 std::string VertexExpanderShader::genGeometrySource (const glu::ContextType& contextType, rr::Geome… in genGeometrySource() function in deqp::gles31::Functional::__anon756c2e640111::VertexExpanderShader
306 …std::string genGeometrySource (const glu::ContextType& contextType, int emitCountA, int endCountA…
324 …<< sglr::pdec::GeometrySource(genGeometrySource(contextType, emitCountA, endCountA, emitCountB, en… in VertexEmitterShader()
383 std::string VertexEmitterShader::genGeometrySource (const glu::ContextType& contextType, int emitCo… in genGeometrySource() function in deqp::gles31::Functional::__anon756c2e640111::VertexEmitterShader
791 …std::string genGeometrySource (const glu::ContextType& contextType, const OutputCountPattern…
809 << sglr::pdec::GeometrySource(genGeometrySource(contextType, spec))) in OutputCountShader()
856 std::string OutputCountShader::genGeometrySource (const glu::ContextType& contextType, const Output… in genGeometrySource() function in deqp::gles31::Functional::__anon756c2e640111::OutputCountShader
927 std::string genGeometrySource (const glu::ContextType& contextType, VariableTest test) const;
[all …]
Des31fPrimitiveBoundingBoxTests.cpp565 virtual std::string genGeometrySource (void) const = 0;
689 sources << glu::GeometrySource(specializeShader(m_context, genGeometrySource().c_str())); in init()
967 std::string genGeometrySource (void) const;
1188 std::string GridRenderCase::genGeometrySource (void) const in genGeometrySource() function in deqp::gles31::Functional::__anon8c432bb90111::GridRenderCase
1454 std::string genGeometrySource (void) const;
1688 std::string LineRenderCase::genGeometrySource (void) const in genGeometrySource() function in deqp::gles31::Functional::__anon8c432bb90111::LineRenderCase
2400 std::string genGeometrySource (void) const;
2675 std::string PointRenderCase::genGeometrySource (void) const in genGeometrySource() function in deqp::gles31::Functional::__anon8c432bb90111::PointRenderCase
Des31fTessellationGeometryInteractionTests.cpp1657 std::string genGeometrySource (void) const;
1750 sources << glu::GeometrySource(genGeometrySource()); in init()
2066 std::string PointSizeCase::genGeometrySource (void) const in genGeometrySource() function in deqp::gles31::Functional::__anon60321d240111::PointSizeCase
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp2949 std::string genGeometrySource (void) const;
3175 std::string QuadrantRendederCase::genGeometrySource (void) const in genGeometrySource() function in vkt::BindingModel::__anon96331ace0111::QuadrantRendederCase
3339 programCollection.glslSources.add("geometry") << glu::GeometrySource(genGeometrySource()); in initPrograms()