Home
last modified time | relevance | path

Searched defs:eglDestroySyncKHR (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/opengl/libs/EGL/
DeglApi.cpp1140 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) in eglDestroySyncKHR() function
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto504 eglDestroySyncKHR = 2039; enumerator
/frameworks/native/opengl/libagl/
Degl.cpp2095 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) in eglDestroySyncKHR() function
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp1013 const GLMessage_Function GLMessage::eglDestroySyncKHR; member in android::gltrace::GLMessage
Dgltrace.pb.h1346 static const Function eglDestroySyncKHR = GLMessage_Function_eglDestroySyncKHR; variable