Searched refs:genGeometrySource (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp196 std::string genGeometrySource (rr::GeometryShaderInputType inputType, rr::GeometryShaderOutputType outputType) const;
209 << sglr::pdec::GeometrySource(genGeometrySource(inputType, outputType).c_str()))
270 std::string VertexExpanderShader::genGeometrySource (rr::GeometryShaderInputType inputType, rr::GeometryShaderOutputType outputType) const function in class:deqp::gles31::Functional::__anon3571::VertexExpanderShader
294 std::string genGeometrySource (int emitCountA, int endCountA, int emitCountB, int endCountB, rr::GeometryShaderOutputType outputType) const;
312 << sglr::pdec::GeometrySource(genGeometrySource(emitCountA, endCountA, emitCountB, endCountB, outputType).c_str()))
371 std::string VertexEmitterShader::genGeometrySource (int emitCountA, int endCountA, int emitCountB, int endCountB, rr::GeometryShaderOutputType outputType) const function in class:deqp::gles31::Functional::__anon3571::VertexEmitterShader
780 std::string genGeometrySource (const OutputCountPatternSpec& spec) const;
798 << sglr::pdec::GeometrySource(genGeometrySource(spec).c_str()))
845 std::string OutputCountShader::genGeometrySource (const OutputCountPatternSpec& spec) const function in class:deqp::gles31::Functional::__anon3571::OutputCountShader
916 std::string genGeometrySource (VariableTes
1036 std::string BuiltinVariableShader::genGeometrySource (VariableTest test) const function in class:deqp::gles31::Functional::__anon3571::BuiltinVariableShader
1340 std::string VaryingOutputCountShader::genGeometrySource (VaryingSource test, int maxEmitCount, bool instanced) function in class:deqp::gles31::Functional::__anon3571::VaryingOutputCountShader
1575 std::string InvocationCountShader::genGeometrySource (int numInvocations, OutputCase testCase) function in class:deqp::gles31::Functional::__anon3571::InvocationCountShader
1743 std::string InstancedExpansionShader::genGeometrySource (int numInvocations) function in class:deqp::gles31::Functional::__anon3571::InstancedExpansionShader
2955 std::string LayeredRenderCase::genGeometrySource (void) const function in class:deqp::gles31::Functional::__anon3571::LayeredRenderCase
[all...]
H A Des31fPrimitiveBoundingBoxTests.cpp530 virtual std::string genGeometrySource (void) const = 0;
653 sources << glu::GeometrySource(genGeometrySource());
931 std::string genGeometrySource (void) const;
1152 std::string GridRenderCase::genGeometrySource (void) const
1413 std::string genGeometrySource (void) const;
1646 std::string LineRenderCase::genGeometrySource (void) const
2193 std::string genGeometrySource (void) const;
2468 std::string PointRenderCase::genGeometrySource (void) const
H A Des31fTessellationGeometryInteractionTests.cpp1634 std::string genGeometrySource (void) const;
1727 sources << glu::GeometrySource(genGeometrySource());
2042 std::string PointSizeCase::genGeometrySource (void) const

Completed in 162 milliseconds