HomeSort by relevance Sort by last modified time
    Searched defs:eglDestroySyncKHR (Results 1 - 12 of 12) sorted by null

  /sdk/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h 61 eglDestroySyncKHR_t eglDestroySyncKHR;
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl.cpp 254 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync)
256 return getDispatch()->eglDestroySyncKHR(dpy, sync);
egl_dispatch.h 61 eglDestroySyncKHR_t eglDestroySyncKHR;
106 eglDestroySyncKHR_t set_eglDestroySyncKHR(eglDestroySyncKHR_t f) { eglDestroySyncKHR_t retval = eglDestroySyncKHR; eglDestroySyncKHR = f; return retval;}
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 769 eglDestroySyncKHR(dpy, sync);
    [all...]
  /sdk/emulator/opengl/tests/gles_android_wrapper/
egl.cpp 640 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync)
642 return getDispatch()->eglDestroySyncKHR(dpy, sync);
egl_dispatch.h 61 eglDestroySyncKHR_t eglDestroySyncKHR;
106 eglDestroySyncKHR_t set_eglDestroySyncKHR(eglDestroySyncKHR_t f) { eglDestroySyncKHR_t retval = eglDestroySyncKHR; eglDestroySyncKHR = f; return retval;}
  /sdk/emulator/opengl/system/egl/
egl.cpp     [all...]
  /frameworks/native/opengl/libagl/
egl.cpp 856 { "eglDestroySyncKHR",
857 (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR },
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
DebuggerMessage.java 212 eglDestroySyncKHR(181, 181),
411 case 181: return eglDestroySyncKHR;
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp     [all...]
gltrace.pb.h     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 506 eglDestroySyncKHR(476, 2039),
    [all...]

Completed in 382 milliseconds