Searched refs:PreservingSwapTest (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/egl/
H A DteglPreservingSwapTests.cpp67 class PreservingSwapTest : public TestCase class in namespace:deqp::egl::__anon3129
77 PreservingSwapTest (EglTestContext& eglTestCtx, bool preserveColorbuffer, bool readPixelsBeforeSwap, DrawType preSwapDrawType, DrawType postSwapDrawType, const char* name, const char* description);
78 ~PreservingSwapTest (void);
111 void render (int width, int height, float x1, float y1, float x2, float y2, PreservingSwapTest::DrawType drawType);
160 void GLES2Program::render (int width, int height, float x1, float y1, float x2, float y2, PreservingSwapTest::DrawType drawType)
162 if (drawType == PreservingSwapTest::DRAWTYPE_GLES2_RENDER)
207 else if (drawType == PreservingSwapTest::DRAWTYPE_GLES2_CLEAR)
237 void render (tcu::Surface* target, float x1, float y1, float x2, float y2, PreservingSwapTest::DrawType drawType);
252 void ReferenceProgram::render (tcu::Surface* target, float x1, float y1, float x2, float y2, PreservingSwapTest::DrawType drawType)
254 if (drawType == PreservingSwapTest
280 PreservingSwapTest::PreservingSwapTest (EglTestContext& eglTestCtx, bool preserveColorbuffer, bool readPixelsBeforeSwap, DrawType preSwapDrawType, DrawType postSwapDrawType, const char* name, const char* description) function in class:deqp::egl::__anon3129::PreservingSwapTest
[all...]

Completed in 3948 milliseconds