HomeSort by relevance Sort by last modified time
    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