Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp208 struct OutputCountPatternSpec struct
210 OutputCountPatternSpec(int count);
211 OutputCountPatternSpec(int count0, int count1);
216 OutputCountPatternSpec::OutputCountPatternSpec(int count) in OutputCountPatternSpec() function in deqp::gles31::Functional::__anon539908d10111::OutputCountPatternSpec
221 OutputCountPatternSpec::OutputCountPatternSpec(int count0, int count1) in OutputCountPatternSpec() function in deqp::gles31::Functional::__anon539908d10111::OutputCountPatternSpec
869 OutputCountShader(const glu::ContextType &contextType, const OutputCountPatternSpec &spec);
878 …std::string genGeometrySource(const glu::ContextType &contextType, const OutputCountPatternSpec &s…
879 size_t getPatternEmitCount(const OutputCountPatternSpec &spec) const;
883 const OutputCountPatternSpec m_spec;
886 …tShader::OutputCountShader(const glu::ContextType &contextType, const OutputCountPatternSpec &spec) in OutputCountShader()
[all …]