Lines Matching refs:eglTestCtx
84 …SyncTest (EglTestContext& eglTestCtx, EGLenum syncType, Extension extensions, bool useCurrentConte…
105 SyncTest::SyncTest (EglTestContext& eglTestCtx, EGLenum syncType, Extension extensions, bool useCu… in SyncTest() argument
106 : TestCase (eglTestCtx, name, description) in SyncTest()
268 CreateNullAttribsTest (EglTestContext& eglTestCtx, EGLenum syncType) in CreateNullAttribsTest() argument
269 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "cr… in CreateNullAttribsTest()
290 CreateEmptyAttribsTest (EglTestContext& eglTestCtx, EGLenum syncType) in CreateEmptyAttribsTest() argument
291 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "c… in CreateEmptyAttribsTest()
317 CreateInvalidDisplayTest (EglTestContext& eglTestCtx, EGLenum syncType) in CreateInvalidDisplayTest() argument
318 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "c… in CreateInvalidDisplayTest()
350 CreateInvalidTypeTest (EglTestContext& eglTestCtx, EGLenum syncType) in CreateInvalidTypeTest() argument
351 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "c… in CreateInvalidTypeTest()
383 CreateInvalidAttribsTest (EglTestContext& eglTestCtx, EGLenum syncType) in CreateInvalidAttribsTest() argument
384 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "c… in CreateInvalidAttribsTest()
421 CreateInvalidContextTest (EglTestContext& eglTestCtx, EGLenum syncType) in CreateInvalidContextTest() argument
422 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "c… in CreateInvalidContextTest()
457 ClientWaitNoTimeoutTest (EglTestContext& eglTestCtx, EGLenum syncType) in ClientWaitNoTimeoutTest() argument
458 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "w… in ClientWaitNoTimeoutTest()
490 ClientWaitForeverTest (EglTestContext& eglTestCtx, EGLenum syncType) in ClientWaitForeverTest() argument
491 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "wa… in ClientWaitForeverTest()
532 ClientWaitNoContextTest (EglTestContext& eglTestCtx, EGLenum syncType) in ClientWaitNoContextTest() argument
533 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "wa… in ClientWaitNoContextTest()
577 ClientWaitForeverFlushTest (EglTestContext& eglTestCtx, EGLenum syncType) in ClientWaitForeverFlushTest() argument
578 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "wa… in ClientWaitForeverFlushTest()
611 ClientWaitInvalidDisplayTest (EglTestContext& eglTestCtx, EGLenum syncType) in ClientWaitInvalidDisplayTest() argument
612 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "wa… in ClientWaitInvalidDisplayTest()
648 ClientWaitInvalidSyncTest (EglTestContext& eglTestCtx, EGLenum syncType) in ClientWaitInvalidSyncTest() argument
649 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "wa… in ClientWaitInvalidSyncTest()
681 GetSyncTypeTest (EglTestContext& eglTestCtx, EGLenum syncType) in GetSyncTypeTest() argument
682 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "ge… in GetSyncTypeTest()
709 GetSyncStatusTest (EglTestContext& eglTestCtx, EGLenum syncType) in GetSyncStatusTest() argument
710 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "ge… in GetSyncStatusTest()
740 GetSyncStatusSignaledTest (EglTestContext& eglTestCtx, EGLenum syncType) in GetSyncStatusSignaledTest() argument
741 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "ge… in GetSyncStatusSignaledTest()
788 GetSyncConditionTest (EglTestContext& eglTestCtx, EGLenum syncType) in GetSyncConditionTest() argument
789 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "ge… in GetSyncConditionTest()
816 GetSyncInvalidDisplayTest (EglTestContext& eglTestCtx, EGLenum syncType) in GetSyncInvalidDisplayTest() argument
817 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR,"ge… in GetSyncInvalidDisplayTest()
855 GetSyncInvalidSyncTest (EglTestContext& eglTestCtx, EGLenum syncType)\ in GetSyncInvalidSyncTest() argument
856 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "ge… in GetSyncInvalidSyncTest()
890 GetSyncInvalidAttributeTest (EglTestContext& eglTestCtx, EGLenum syncType) in GetSyncInvalidAttributeTest() argument
891 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR,"ge… in GetSyncInvalidAttributeTest()
929 GetSyncInvalidValueTest (EglTestContext& eglTestCtx, EGLenum syncType) in GetSyncInvalidValueTest() argument
930 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR,"ge… in GetSyncInvalidValueTest()
966 DestroySyncTest (EglTestContext& eglTestCtx, EGLenum syncType) in DestroySyncTest() argument
967 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR,"de… in DestroySyncTest()
992 DestroySyncInvalidDislayTest (EglTestContext& eglTestCtx, EGLenum syncType) in DestroySyncInvalidDislayTest() argument
993 …: SyncTest(eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR,"des… in DestroySyncInvalidDislayTest()
1029 DestroySyncInvalidSyncTest (EglTestContext& eglTestCtx, EGLenum syncType) in DestroySyncInvalidSyncTest() argument
1030 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR,"de… in DestroySyncInvalidSyncTest()
1062 WaitSyncTest (EglTestContext& eglTestCtx, EGLenum syncType) in WaitSyncTest() argument
1063 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_WAIT_SYNC, true, "wait_server", "wait_server… in WaitSyncTest()
1092 WaitSyncInvalidDisplayTest (EglTestContext& eglTestCtx, EGLenum syncType) in WaitSyncInvalidDisplayTest() argument
1093 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_WAIT_SYNC, true, "wait_server_invalid_displa… in WaitSyncInvalidDisplayTest()
1129 WaitSyncInvalidSyncTest (EglTestContext& eglTestCtx, EGLenum syncType) in WaitSyncInvalidSyncTest() argument
1130 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_WAIT_SYNC, true, "wait_server_invalid_sync",… in WaitSyncInvalidSyncTest()
1162 WaitSyncInvalidFlagTest (EglTestContext& eglTestCtx, EGLenum syncType) in WaitSyncInvalidFlagTest() argument
1163 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_WAIT_SYNC, true, "wait_server_invalid_flag",… in WaitSyncInvalidFlagTest()
1198 FenceSyncTests::FenceSyncTests (EglTestContext& eglTestCtx) in FenceSyncTests() argument
1199 : TestCaseGroup (eglTestCtx, "fence_sync", "EGL_KHR_fence_sync extension tests") in FenceSyncTests()
1267 ReusableSyncTests::ReusableSyncTests (EglTestContext& eglTestCtx) in ReusableSyncTests() argument
1268 : TestCaseGroup (eglTestCtx, "reusable_sync", "EGL_KHR_reusable_sync extension tests") in ReusableSyncTests()