Searched refs:PreservingSwapTest (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/egl/ |
D | teglPreservingSwapTests.cpp | 67 class PreservingSwapTest : public TestCase class 77 …PreservingSwapTest (EglTestContext& eglTestCtx, bool preserveColorbuffer, bool readPixelsBeforeSwa… 78 ~PreservingSwapTest (void); 111 …void render (int width, int height, float x1, float y1, float x2, float y2, PreservingSwapTest… 160 …er (int width, int height, float x1, float y1, float x2, float y2, PreservingSwapTest::DrawType dr… in render() 162 if (drawType == PreservingSwapTest::DRAWTYPE_GLES2_RENDER) in render() 207 else if (drawType == PreservingSwapTest::DRAWTYPE_GLES2_CLEAR) in render() 237 …void render (tcu::Surface* target, float x1, float y1, float x2, float y2, PreservingSwapTest::… 252 …der (tcu::Surface* target, float x1, float y1, float x2, float y2, PreservingSwapTest::DrawType dr… in render() 254 …if (drawType == PreservingSwapTest::DRAWTYPE_GLES2_RENDER || drawType == PreservingSwapTest::DRAWT… in render() [all …]
|