HomeSort by relevance Sort by last modified time
    Searched defs:FboTestCase (Results 1 - 4 of 4) sorted by null

  /external/deqp/modules/gles3/functional/
es3fFboTestCase.hpp 43 class FboTestCase : public TestCase, public sglr::ContextWrapper
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);
es3fFboTestCase.cpp 49 FboTestCase::FboTestCase (Context& context, const char* name, const char* description, bool useScreenSizedViewport)
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::checkFramebufferStatus (deUint32 target
    [all...]
  /external/deqp/modules/gles31/functional/
es31fFboTestCase.hpp 43 class FboTestCase : public TestCase, public sglr::ContextWrapper
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);
es31fFboTestCase.cpp 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
    [all...]

Completed in 72 milliseconds