OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TypeEglDestroySyncKHR
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/jni/
jni_egl_fence.cpp
28
typedef EGLBoolean EGLAPIENTRY (*
TypeEglDestroySyncKHR
)(EGLDisplay dpy,
34
static
TypeEglDestroySyncKHR
FuncEglDestroySyncKHR = NULL;
45
FuncEglDestroySyncKHR = (
TypeEglDestroySyncKHR
) eglGetProcAddress("eglDestroySyncKHR");
/cts/tests/tests/openglperf/jni/
OpenGlPerfNativeJni.cpp
28
typedef EGLBoolean EGLAPIENTRY (*
TypeEglDestroySyncKHR
)(EGLDisplay dpy, \
35
static
TypeEglDestroySyncKHR
mEglDestroySyncKHR = NULL;
47
mEglDestroySyncKHR = (
TypeEglDestroySyncKHR
) eglGetProcAddress("eglDestroySyncKHR");
Completed in 583 milliseconds