Home | History | Annotate | Download | only in functional

Lines Matching refs:FboTestCase

49 FboTestCase::FboTestCase (Context& context, const char* name, const char* description, bool useScreenSizedViewport)
56 FboTestCase::~FboTestCase (void)
60 FboTestCase::IterateResult FboTestCase::iterate (void)
126 bool FboTestCase::compare (const tcu::Surface& reference, const tcu::Surface& result)
131 void FboTestCase::readPixels (tcu::Surface& dst, int x, int y, int width, int height, const tcu::TextureFormat& format, const tcu::Vec4& scale, const tcu::Vec4& bias)
136 void FboTestCase::readPixels (tcu::Surface& dst, int x, int y, int width, int height)
141 void FboTestCase::checkFramebufferStatus (deUint32 target)
148 void FboTestCase::checkError (void)
255 void FboTestCase::checkFormatSupport (deUint32 sizedFormat)
348 void FboTestCase::checkSampleCount (deUint32 sizedFormat, int numSamples)
362 void FboTestCase::clearColorBuffer (const tcu::TextureFormat& format, const tcu::Vec4& value)