Home
last modified time | relevance | path

Searched defs:createSync (Results 1 – 4 of 4) 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.cpp600 EGLSyncKHR Display::createSync(Context *context) in createSync() function in egl::Display
/external/deqp/modules/egl/
DteglSyncTests.cpp77 typedef EGLSync (Library::*createSync)(EGLDisplay, EGLenum, const EGLAttrib *) const ; typedef in deqp::egl::SyncTest