Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fFboNoAttachmentTests.cpp314 struct FboSpec struct
316 int width;
317 int height;
318 int samples;
320FboSpec(int width_, int height_, int samples_) : width(width_), height(height_), samples(samples_)… in FboSpec() function