Home
last modified time | relevance | path

Searched defs:FboParams (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fMultisampleTests.cpp180 struct FboParams struct in deqp::gles3::Functional::MultisampleCase
182 bool useFbo;
183 int numSamples; //!< If 0, use implementation-defined maximum.
184 bool useDepth;
185 bool useStencil;
187 FboParams (int numSamples_, bool useDepth_, bool useStencil_) in FboParams() argument
195 FboParams (void) in FboParams() argument