Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglSyncTests.cpp66 case EGL_SYNC_FENCE_KHR: return "EGL_SYNC_FENCE_KHR"; in getSyncTypeName()
225 case EGL_SYNC_FENCE_KHR: return SyncTest::EXTENSION_FENCE_SYNC; in getSyncTypeExtension()
699 if (m_syncType == EGL_SYNC_FENCE_KHR) in test()
769 else if (m_syncType == EGL_SYNC_FENCE_KHR) in test()
850 else if (m_syncType == EGL_SYNC_FENCE_KHR) in test()
1210 if (m_syncType == EGL_SYNC_FENCE_KHR) in test()
1285 else if (m_syncType == EGL_SYNC_FENCE_KHR) in test()
2187 valid->addChild(new CreateNullAttribsTest(m_eglTestCtx, EGL_SYNC_FENCE_KHR)); in init()
2188 valid->addChild(new CreateEmptyAttribsTest(m_eglTestCtx, EGL_SYNC_FENCE_KHR)); in init()
2191 valid->addChild(new ClientWaitNoTimeoutTest(m_eglTestCtx, EGL_SYNC_FENCE_KHR)); in init()
[all …]
DteglGLES2SharingThreadedTests.cpp301 m_sync = thread.egl.createSyncKHR(m_display, EGL_SYNC_FENCE_KHR, DE_NULL); in init()
/external/mesa3d/src/egl/main/
Deglsync.c133 (sync->Type == EGL_SYNC_FENCE_KHR || in _eglGetSyncAttrib()
142 if (sync->Type != EGL_SYNC_FENCE_KHR && in _eglGetSyncAttrib()
Deglapi.c1772 (type == EGL_SYNC_FENCE_KHR || type == EGL_SYNC_NATIVE_FENCE_ANDROID)) in _eglCreateSync()
1781 case EGL_SYNC_FENCE_KHR: in _eglCreateSync()
/external/skqp/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp351 EGLSyncKHR eglsync = fEGLCreateSyncKHR(fDisplay, EGL_SYNC_FENCE_KHR, nullptr); in insertFence()
/external/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp351 EGLSyncKHR eglsync = fEGLCreateSyncKHR(fDisplay, EGL_SYNC_FENCE_KHR, nullptr); in insertFence()
/external/deqp/framework/egl/wrapper/
DeglwEnums.inl218 #define EGL_SYNC_FENCE_KHR 0x30F9 macro
DeglwEnumsC.inl218 #define EGL_SYNC_FENCE_KHR 0x30F9 macro
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.cpp1321 if(type != EGL_SYNC_FENCE_KHR) in CreateSync()
1421 *value = EGL_SYNC_FENCE_KHR; in GetSyncAttrib()
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Deglext.h233 #define EGL_SYNC_FENCE_KHR 0x30F9 macro
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c2887 case EGL_SYNC_FENCE_KHR: in dri2_create_sync()
3043 case EGL_SYNC_FENCE_KHR: in dri2_client_wait_sync()
/external/mesa3d/include/EGL/
Deglext.h151 #define EGL_SYNC_FENCE_KHR 0x30F9 macro
/external/swiftshader/include/EGL/
Deglext.h151 #define EGL_SYNC_FENCE_KHR 0x30F9 macro