Home
last modified time | relevance | path

Searched refs:readPixelsBeforeSwap (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/egl/
DteglPreservingSwapTests.cpp77 …pTest (EglTestContext& eglTestCtx, bool preserveColorbuffer, bool readPixelsBeforeSwap, DrawType p…
280 …pTest (EglTestContext& eglTestCtx, bool preserveColorbuffer, bool readPixelsBeforeSwap, DrawType p… in PreservingSwapTest() argument
284 , m_readPixelsBeforeSwap (readPixelsBeforeSwap) in PreservingSwapTest()
606 const bool readPixelsBeforeSwap = (readPixelsNdx == 1); in init() local
607 …onst readPixelsBeforeSwapGroup = new TestCaseGroup(m_eglTestCtx, (readPixelsBeforeSwap ? "read_bef… in init()
623 …wapGroup->addChild(new PreservingSwapTest(m_eglTestCtx, preserve, readPixelsBeforeSwap, preSwapDra… in init()