Lines Matching refs:eglTestCtx

105 …SyncTest	(EglTestContext& eglTestCtx, EGLenum syncType, Extension extensions, bool useCurrentConte…
131 SyncTest::SyncTest (EglTestContext& eglTestCtx, EGLenum syncType, Extension extensions, bool useCu… in SyncTest() argument
132 : TestCase (eglTestCtx, name, description) in SyncTest()
321 CreateNullAttribsTest (EglTestContext& eglTestCtx, EGLenum syncType) in CreateNullAttribsTest() argument
322 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "cr… in CreateNullAttribsTest()
369 CreateEmptyAttribsTest (EglTestContext& eglTestCtx, EGLenum syncType) in CreateEmptyAttribsTest() argument
370 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "c… in CreateEmptyAttribsTest()
421 CreateInvalidDisplayTest (EglTestContext& eglTestCtx, EGLenum syncType) in CreateInvalidDisplayTest() argument
422 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "c… in CreateInvalidDisplayTest()
481 CreateInvalidTypeTest (EglTestContext& eglTestCtx, EGLenum syncType) in CreateInvalidTypeTest() argument
482 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "c… in CreateInvalidTypeTest()
543 CreateInvalidAttribsTest (EglTestContext& eglTestCtx, EGLenum syncType) in CreateInvalidAttribsTest() argument
544 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "c… in CreateInvalidAttribsTest()
607 CreateInvalidContextTest (EglTestContext& eglTestCtx, EGLenum syncType) in CreateInvalidContextTest() argument
608 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "c… in CreateInvalidContextTest()
671 ClientWaitNoTimeoutTest (EglTestContext& eglTestCtx, EGLenum syncType) in ClientWaitNoTimeoutTest() argument
672 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "w… in ClientWaitNoTimeoutTest()
734 ClientWaitForeverTest (EglTestContext& eglTestCtx, EGLenum syncType) in ClientWaitForeverTest() argument
735 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "wa… in ClientWaitForeverTest()
816 ClientWaitNoContextTest (EglTestContext& eglTestCtx, EGLenum syncType) in ClientWaitNoContextTest() argument
817 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "wa… in ClientWaitNoContextTest()
899 ClientWaitForeverFlushTest (EglTestContext& eglTestCtx, EGLenum syncType) in ClientWaitForeverFlushTest() argument
900 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "wa… in ClientWaitForeverFlushTest()
976 ClientWaitInvalidDisplayTest (EglTestContext& eglTestCtx, EGLenum syncType) in ClientWaitInvalidDisplayTest() argument
977 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "wa… in ClientWaitInvalidDisplayTest()
1051 ClientWaitInvalidSyncTest (EglTestContext& eglTestCtx, EGLenum syncType) in ClientWaitInvalidSyncTest() argument
1052 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "wa… in ClientWaitInvalidSyncTest()
1116 GetSyncTypeTest (EglTestContext& eglTestCtx, EGLenum syncType) in GetSyncTypeTest() argument
1117 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "ge… in GetSyncTypeTest()
1179 GetSyncStatusTest (EglTestContext& eglTestCtx, EGLenum syncType) in GetSyncStatusTest() argument
1180 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "ge… in GetSyncStatusTest()
1244 GetSyncStatusSignaledTest (EglTestContext& eglTestCtx, EGLenum syncType) in GetSyncStatusSignaledTest() argument
1245 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "ge… in GetSyncStatusSignaledTest()
1350 GetSyncConditionTest (EglTestContext& eglTestCtx, EGLenum syncType) in GetSyncConditionTest() argument
1351 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "ge… in GetSyncConditionTest()
1418 GetSyncInvalidDisplayTest (EglTestContext& eglTestCtx, EGLenum syncType) in GetSyncInvalidDisplayTest() argument
1419 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR,"ge… in GetSyncInvalidDisplayTest()
1494 GetSyncInvalidSyncTest (EglTestContext& eglTestCtx, EGLenum syncType)\ in GetSyncInvalidSyncTest() argument
1495 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "ge… in GetSyncInvalidSyncTest()
1564 GetSyncInvalidAttributeTest (EglTestContext& eglTestCtx, EGLenum syncType) in GetSyncInvalidAttributeTest() argument
1565 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR,"ge… in GetSyncInvalidAttributeTest()
1639 GetSyncInvalidValueTest (EglTestContext& eglTestCtx, EGLenum syncType) in GetSyncInvalidValueTest() argument
1640 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR,"ge… in GetSyncInvalidValueTest()
1712 DestroySyncTest (EglTestContext& eglTestCtx, EGLenum syncType) in DestroySyncTest() argument
1713 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR,"de… in DestroySyncTest()
1775 DestroySyncInvalidDislayTest (EglTestContext& eglTestCtx, EGLenum syncType) in DestroySyncInvalidDislayTest() argument
1776 …: SyncTest(eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR,"des… in DestroySyncInvalidDislayTest()
1845 DestroySyncInvalidSyncTest (EglTestContext& eglTestCtx, EGLenum syncType) in DestroySyncInvalidSyncTest() argument
1846 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR,"de… in DestroySyncInvalidSyncTest()
1908 WaitSyncTest (EglTestContext& eglTestCtx, EGLenum syncType) in WaitSyncTest() argument
1909 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_WAIT_SYNC, true, "wait_server", "wait_server… in WaitSyncTest()
1973 WaitSyncInvalidDisplayTest (EglTestContext& eglTestCtx, EGLenum syncType) in WaitSyncInvalidDisplayTest() argument
1974 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_WAIT_SYNC, true, "wait_server_invalid_displa… in WaitSyncInvalidDisplayTest()
2045 WaitSyncInvalidSyncTest (EglTestContext& eglTestCtx, EGLenum syncType) in WaitSyncInvalidSyncTest() argument
2046 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_WAIT_SYNC, true, "wait_server_invalid_sync",… in WaitSyncInvalidSyncTest()
2108 WaitSyncInvalidFlagTest (EglTestContext& eglTestCtx, EGLenum syncType) in WaitSyncInvalidFlagTest() argument
2109 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_WAIT_SYNC, true, "wait_server_invalid_flag",… in WaitSyncInvalidFlagTest()
2175 FenceSyncTests::FenceSyncTests (EglTestContext& eglTestCtx) in FenceSyncTests() argument
2176 : TestCaseGroup (eglTestCtx, "fence_sync", "EGL_KHR_fence_sync extension tests") in FenceSyncTests()
2244 ReusableSyncTests::ReusableSyncTests (EglTestContext& eglTestCtx) in ReusableSyncTests() argument
2245 : TestCaseGroup (eglTestCtx, "reusable_sync", "EGL_KHR_reusable_sync extension tests") in ReusableSyncTests()