Home
last modified time | relevance | path

Searched defs:createSync (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/egl/wrapper/
DeglwFunctions.inl22 eglCreateSyncFunc createSync; variable
DeglwFuncPtrLibraryImpl.inl87 EGLSync FuncPtrLibrary::createSync (EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list) con… function in FuncPtrLibrary
/external/swiftshader/src/OpenGL/libEGL/
DDisplay.cpp466 EGLSyncKHR Display::createSync(Context *context) in createSync() function in egl::Display