Lines Matching refs:FboTestCase
49 FboTestCase::FboTestCase (Context& context, const char* name, const char* description, bool useScre… in FboTestCase() function in deqp::gles31::Functional::FboTestCase
56 FboTestCase::~FboTestCase (void) in ~FboTestCase()
60 FboTestCase::IterateResult FboTestCase::iterate (void) in iterate()
126 bool FboTestCase::compare (const tcu::Surface& reference, const tcu::Surface& result) in compare()
131 void FboTestCase::readPixels (tcu::Surface& dst, int x, int y, int width, int height, const tcu::Te… in readPixels()
136 void FboTestCase::readPixels (tcu::Surface& dst, int x, int y, int width, int height) in readPixels()
141 void FboTestCase::checkFramebufferStatus (deUint32 target) in checkFramebufferStatus()
148 void FboTestCase::checkError (void) in checkError()
282 void FboTestCase::checkFormatSupport (deUint32 sizedFormat) in checkFormatSupport()
375 void FboTestCase::checkSampleCount (deUint32 sizedFormat, int numSamples) in checkSampleCount()
389 void FboTestCase::clearColorBuffer (const tcu::TextureFormat& format, const tcu::Vec4& value) in clearColorBuffer()