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).c_str())) in VertexExpanderShader()
282 std::string VertexExpanderShader::genGeometrySource (const glu::ContextType& contextType, rr::Geome… in genGeometrySource() function in deqp::gles31::Functional::__anon38a6d29b0111::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::__anon38a6d29b0111::VertexEmitterShader
791 …std::string genGeometrySource (const glu::ContextType& contextType, const OutputCountPattern…
809 << sglr::pdec::GeometrySource(genGeometrySource(contextType, spec).c_str())) in OutputCountShader()
856 std::string OutputCountShader::genGeometrySource (const glu::ContextType& contextType, const Output… in genGeometrySource() function in deqp::gles31::Functional::__anon38a6d29b0111::OutputCountShader
927 std::string genGeometrySource (const glu::ContextType& contextType, VariableTest test) const;
[all …]
Des31fPrimitiveBoundingBoxTests.cpp530 virtual std::string genGeometrySource (void) const = 0;
653 sources << glu::GeometrySource(genGeometrySource()); in init()
931 std::string genGeometrySource (void) const;
1152 std::string GridRenderCase::genGeometrySource (void) const in genGeometrySource() function in deqp::gles31::Functional::__anon2babdd300111::GridRenderCase
1413 std::string genGeometrySource (void) const;
1646 std::string LineRenderCase::genGeometrySource (void) const in genGeometrySource() function in deqp::gles31::Functional::__anon2babdd300111::LineRenderCase
2193 std::string genGeometrySource (void) const;
2468 std::string PointRenderCase::genGeometrySource (void) const in genGeometrySource() function in deqp::gles31::Functional::__anon2babdd300111::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::__anon934a963b0111::PointSizeCase
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp2205 std::string genGeometrySource (void) const;
2421 std::string QuadrantRendederCase::genGeometrySource (void) const in genGeometrySource() function in vkt::BindingModel::__anona9e2bae50111::QuadrantRendederCase
2584 programCollection.glslSources.add("geometry") << glu::GeometrySource(genGeometrySource()); in initPrograms()