Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/tests/egl_tests/
DEGLSyncTest.cpp263 EGLSyncKHR syncWithGeneratedFD = in TEST_P() local
265 EXPECT_NE(syncWithGeneratedFD, EGL_NO_SYNC_KHR); in TEST_P()
267 int fd = eglDupNativeFenceFDANDROID(display, syncWithGeneratedFD); in TEST_P()
276 EXPECT_EGL_TRUE(eglDestroySyncKHR(display, syncWithGeneratedFD)); in TEST_P()
290 EGLSyncKHR syncWithGeneratedFD = in TEST_P() local
292 EXPECT_NE(syncWithGeneratedFD, EGL_NO_SYNC_KHR); in TEST_P()
301 eglClientWaitSyncKHR(display, syncWithGeneratedFD, EGL_SYNC_FLUSH_COMMANDS_BIT_KHR, in TEST_P()
303 EXPECT_EGL_TRUE(eglGetSyncAttribKHR(display, syncWithGeneratedFD, EGL_SYNC_STATUS_KHR, &value)); in TEST_P()
307 EXPECT_EGL_TRUE(eglDestroySyncKHR(display, syncWithGeneratedFD)); in TEST_P()
325 EGLSyncKHR syncWithGeneratedFD = in TEST_P() local
[all …]