Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
DeglApi.cpp1360 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay dpy, EGLSurface surface) in eglUnlockSurfaceKHR() function
/frameworks/native/opengl/libagl/
Degl.cpp2021 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay /*dpy*/, EGLSurface /*surface*/) in eglUnlockSurfaceKHR() function
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto794 eglUnlockSurfaceKHR = 2035; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp1599 const GLMessage_Function GLMessage::eglUnlockSurfaceKHR; member in android::gltrace::GLMessage
Dgltrace.pb.h1947 static const Function eglUnlockSurfaceKHR = GLMessage_Function_eglUnlockSurfaceKHR; variable