Searched defs:FboTestCase (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fFboTestCase.hpp43 class FboTestCase : public TestCase, public sglr::ContextWrapper class in namespace:deqp::gles3::Functional
46 FboTestCase (Context& context, const char* name, const char* description, bool useScreenSizedViewport = false);
47 ~FboTestCase (void);
69 FboTestCase (const FboTestCase& other);
70 FboTestCase& operator= (const FboTestCase& other);
H A Des3fFboTestCase.cpp49 FboTestCase::FboTestCase (Context& context, const char* name, const char* description, bool useScreenSizedViewport) function in class:deqp::gles3::Functional::FboTestCase
56 FboTestCase::~FboTestCase (void)
60 FboTestCase::IterateResult FboTestCase::iterate (void)
122 bool FboTestCase::compare (const tcu::Surface& reference, const tcu::Surface& result)
127 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)
132 void FboTestCase::readPixels (tcu::Surface& dst, int x, int y, int width, int height)
137 void FboTestCase
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fFboTestCase.hpp43 class FboTestCase : public TestCase, public sglr::ContextWrapper class in namespace:deqp::gles31::Functional
46 FboTestCase (Context& context, const char* name, const char* description, bool useScreenSizedViewport = false);
47 ~FboTestCase (void);
69 FboTestCase (const FboTestCase& other);
70 FboTestCase& operator= (const FboTestCase& other);
H A Des31fFboTestCase.cpp49 FboTestCase::FboTestCase (Context& context, const char* name, const char* description, bool useScreenSizedViewport) function in class:deqp::gles31::Functional::FboTestCase
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
[all...]

Completed in 126 milliseconds