Searched defs:FboParams (Results 1 – 1 of 1) sorted by relevance
180 struct FboParams struct in deqp::gles3::Functional::MultisampleCase182 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() argument195 FboParams (void) in FboParams() argument