Lines Matching refs:FboTestCase
49 FboTestCase::FboTestCase (Context& context, const char* name, const char* description, bool useScre… in FboTestCase() function in deqp::gles3::Functional::FboTestCase
56 FboTestCase::~FboTestCase (void) in ~FboTestCase()
60 FboTestCase::IterateResult FboTestCase::iterate (void) in iterate()
122 bool FboTestCase::compare (const tcu::Surface& reference, const tcu::Surface& result) in compare()
127 void FboTestCase::readPixels (tcu::Surface& dst, int x, int y, int width, int height, const tcu::Te… in readPixels()
132 void FboTestCase::readPixels (tcu::Surface& dst, int x, int y, int width, int height) in readPixels()
137 void FboTestCase::checkFramebufferStatus (deUint32 target) in checkFramebufferStatus()
144 void FboTestCase::checkError (void) in checkError()
262 void FboTestCase::checkFormatSupport (deUint32 sizedFormat) in checkFormatSupport()
355 void FboTestCase::checkSampleCount (deUint32 sizedFormat, int numSamples) in checkSampleCount()
369 void FboTestCase::clearColorBuffer (const tcu::TextureFormat& format, const tcu::Vec4& value) in clearColorBuffer()