Home
last modified time | relevance | path

Searched defs:waitSync (Results 1 – 9 of 9) sorted by relevance

/external/deqp/framework/egl/wrapper/
DeglwFunctions.inl63 eglWaitSyncFunc waitSync; variable
DeglwFuncPtrLibraryImpl.inl292 EGLBoolean FuncPtrLibrary::waitSync (EGLDisplay dpy, EGLSync sync, EGLint flags) const function in FuncPtrLibrary
/external/deqp/modules/egl/
DteglSyncTests.cpp85 typedef EGLBoolean (Library::*waitSync)(EGLDisplay, EGLSync, EGLint) const ; typedef in deqp::egl::SyncTest
/external/angle/src/libANGLE/
DCaps.h509 bool waitSync = false; member
DvalidationES3.cpp4837 Sync *waitSync = context->getSync(syncPacked); in ValidateWaitSync() local
DContext.cpp7946 void Context::waitSync(SyncID syncPacked, GLbitfield flags, GLuint64 timeout) in waitSync() function in gl::Context
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h375 PFNGLWAITSYNCPROC waitSync = nullptr; variable
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl915 glWaitSyncFunc waitSync; variable
/external/skia/src/gpu/ganesh/gl/
DGrGLGpu.cpp4199 bool GrGLGpu::waitSync(GrGLsync sync, uint64_t timeout, bool flush) { in waitSync() function in GrGLGpu