Lines Matching refs:genGeometrySource
208 std::string genGeometrySource (const glu::ContextType& contextType, rr::GeometryShaderInputType inputType, rr::GeometryShaderOutputType outputType) const;
221 << sglr::pdec::GeometrySource(genGeometrySource(contextType, inputType, outputType)))
282 std::string VertexExpanderShader::genGeometrySource (const glu::ContextType& contextType, rr::GeometryShaderInputType inputType, rr::GeometryShaderOutputType outputType) const
306 std::string genGeometrySource (const glu::ContextType& contextType, int emitCountA, int endCountA, int emitCountB, int endCountB, rr::GeometryShaderOutputType outputType) const;
324 << sglr::pdec::GeometrySource(genGeometrySource(contextType, emitCountA, endCountA, emitCountB, endCountB, outputType)))
383 std::string VertexEmitterShader::genGeometrySource (const glu::ContextType& contextType, int emitCountA, int endCountA, int emitCountB, int endCountB, rr::GeometryShaderOutputType outputType) const
791 std::string genGeometrySource (const glu::ContextType& contextType, const OutputCountPatternSpec& spec) const;
809 << sglr::pdec::GeometrySource(genGeometrySource(contextType, spec)))
856 std::string OutputCountShader::genGeometrySource (const glu::ContextType& contextType, const OutputCountPatternSpec& spec) const
927 std::string genGeometrySource (const glu::ContextType& contextType, VariableTest test) const;
946 << sglr::pdec::GeometrySource(genGeometrySource(contextType, test)))
1047 std::string BuiltinVariableShader::genGeometrySource (const glu::ContextType& contextType, VariableTest test) const
1217 static std::string genGeometrySource (const glu::ContextType& contextType, VaryingSource test, int maxEmitCount, bool instanced);
1242 << sglr::pdec::GeometrySource(genGeometrySource(contextType, source, maxEmitCount, instanced)))
1355 std::string VaryingOutputCountShader::genGeometrySource (const glu::ContextType& contextType, VaryingSource test, int maxEmitCount, bool instanced)
1495 static std::string genGeometrySource (const glu::ContextType& contextType, int numInvocations, OutputCase testCase);
1515 << sglr::pdec::GeometrySource(genGeometrySource(contextType, numInvocations, testCase)))
1590 std::string InvocationCountShader::genGeometrySource (const glu::ContextType& contextType, int numInvocations, OutputCase testCase)
1680 static std::string genGeometrySource (const glu::ContextType& contextType, int numInvocations);
1696 << sglr::pdec::GeometrySource(genGeometrySource(contextType, numInvocations)))
1766 std::string InstancedExpansionShader::genGeometrySource (const glu::ContextType& contextType, int numInvocations)
2698 std::string genGeometrySource (const glu::ContextType& contextType) const;
3023 << glu::GeometrySource(genGeometrySource(m_context.getRenderContext().getType())));
3078 std::string LayeredRenderCase::genGeometrySource (const glu::ContextType& contextType) const