Lines Matching refs:eglTestCtx

116 									SyncTest	(EglTestContext& eglTestCtx, EGLenum syncType, Extension extensions, bool useCurrentContext, const char* name, const char* description);
143 SyncTest::SyncTest (EglTestContext& eglTestCtx, EGLenum syncType, Extension extensions, bool useCurrentContext, const char* name, const char* description)
144 : TestCase (eglTestCtx, name, description)
705 CreateLongRunningSyncTest(EglTestContext& eglTestCtx, EGLenum syncType)
706 : SyncTest(eglTestCtx, syncType, SyncTest::EXTENSION_NONE, true,
758 CreateNullAttribsTest (EglTestContext& eglTestCtx, EGLenum syncType)
759 : SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "create_null_attribs", "create_null_attribs")
806 CreateEmptyAttribsTest (EglTestContext& eglTestCtx, EGLenum syncType)
807 : SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "create_empty_attribs", "create_empty_attribs")
858 CreateInvalidDisplayTest (EglTestContext& eglTestCtx, EGLenum syncType)
859 : SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "create_invalid_display", "create_invalid_display")
918 CreateInvalidTypeTest (EglTestContext& eglTestCtx, EGLenum syncType)
919 : SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "create_invalid_type", "create_invalid_type")
980 CreateInvalidAttribsTest (EglTestContext& eglTestCtx, EGLenum syncType)
981 : SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "create_invalid_attribs", "create_invalid_attribs")
1044 CreateInvalidContextTest (EglTestContext& eglTestCtx, EGLenum syncType)
1045 : SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "create_invalid_context", "create_invalid_context")
1108 ClientWaitNoTimeoutTest (EglTestContext& eglTestCtx, EGLenum syncType)
1109 : SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "wait_no_timeout", "wait_no_timeout")
1171 ClientWaitForeverTest (EglTestContext& eglTestCtx, EGLenum syncType)
1172 : SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "wait_forever", "wait_forever")
1253 ClientWaitNoContextTest (EglTestContext& eglTestCtx, EGLenum syncType)
1254 : SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "wait_no_context", "wait_no_Context")
1336 ClientWaitForeverFlushTest (EglTestContext& eglTestCtx, EGLenum syncType)
1337 : SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "wait_forever_flush", "wait_forever_flush")
1413 ClientWaitInvalidDisplayTest (EglTestContext& eglTestCtx, EGLenum syncType)
1414 : SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "wait_invalid_display", "wait_invalid_display")
1488 ClientWaitInvalidSyncTest (EglTestContext& eglTestCtx, EGLenum syncType)
1489 : SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "wait_invalid_sync", "wait_invalid_sync")
1553 GetSyncTypeTest (EglTestContext& eglTestCtx, EGLenum syncType)
1554 : SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "get_type", "get_type")
1616 GetSyncStatusTest (EglTestContext& eglTestCtx, EGLenum syncType)
1617 : SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "get_status", "get_status")
1681 GetSyncStatusSignaledTest (EglTestContext& eglTestCtx, EGLenum syncType)
1682 : SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "get_status_signaled", "get_status_signaled")
1787 GetSyncConditionTest (EglTestContext& eglTestCtx, EGLenum syncType)
1788 : SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "get_condition", "get_condition")
1855 GetSyncInvalidDisplayTest (EglTestContext& eglTestCtx, EGLenum syncType)
1856 : SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR,"get_invalid_display", "get_invalid_display")
1931 GetSyncInvalidSyncTest (EglTestContext& eglTestCtx, EGLenum syncType)\
1932 : SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "get_invalid_sync", "get_invalid_sync")
2001 GetSyncInvalidAttributeTest (EglTestContext& eglTestCtx, EGLenum syncType)
2002 : SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR,"get_invalid_attribute", "get_invalid_attribute")
2076 GetSyncInvalidValueTest (EglTestContext& eglTestCtx, EGLenum syncType)
2077 : SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR,"get_invalid_value", "get_invalid_value")
2152 DestroySyncTest (EglTestContext& eglTestCtx, EGLenum syncType)
2153 : SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR,"destroy", "destroy")
2215 DestroySyncInvalidDislayTest (EglTestContext& eglTestCtx, EGLenum syncType)
2216 : SyncTest(eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR,"destroy_invalid_display", "destroy_invalid_display")
2285 DestroySyncInvalidSyncTest (EglTestContext& eglTestCtx, EGLenum syncType)
2286 : SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR,"destroy_invalid_sync", "destroy_invalid_sync")
2348 WaitSyncTest (EglTestContext& eglTestCtx, EGLenum syncType)
2349 : SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_WAIT_SYNC, true, "wait_server", "wait_server")
2413 WaitSyncInvalidDisplayTest (EglTestContext& eglTestCtx, EGLenum syncType)
2414 : SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_WAIT_SYNC, true, "wait_server_invalid_display", "wait_server_invalid_display")
2485 WaitSyncInvalidSyncTest (EglTestContext& eglTestCtx, EGLenum syncType)
2486 : SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_WAIT_SYNC, true, "wait_server_invalid_sync", "wait_server_invalid_sync")
2548 WaitSyncInvalidFlagTest (EglTestContext& eglTestCtx, EGLenum syncType)
2549 : SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_WAIT_SYNC, true, "wait_server_invalid_flag", "wait_server_invalid_flag")
2615 FenceSyncTests::FenceSyncTests (EglTestContext& eglTestCtx)
2616 : TestCaseGroup (eglTestCtx, "fence_sync", "EGL_KHR_fence_sync extension tests")
2688 ReusableSyncTests::ReusableSyncTests (EglTestContext& eglTestCtx)
2689 : TestCaseGroup (eglTestCtx, "reusable_sync", "EGL_KHR_reusable_sync extension tests")