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

  /frameworks/base/libs/hwui/debug/
nullegl.cpp 162 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) {
  /external/swiftshader/src/OpenGL/libEGL/
libEGL.hpp 65 EGLBoolean (*eglDestroySyncKHR)(EGLDisplay dpy, EGLSyncKHR sync);
main.cpp 551 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync)
611 this->eglDestroySyncKHR = egl::DestroySyncKHR;
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl.cpp 604 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync)
606 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;}
  /device/generic/goldfish-opengl/system/egl/
egl.cpp     [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
main.cpp 526 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync)
528 return libEGL->eglDestroySyncKHR(dpy, sync);
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp 905 { "eglDestroySyncKHR",
906 (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR },
    [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 162 { "eglDestroySyncKHR",
163 (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR },
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 610 eglDestroySyncKHR(580, 2039),
    [all...]

Completed in 873 milliseconds