HomeSort by relevance Sort by last modified time
    Searched refs:eglDestroySyncKHR (Results 1 - 25 of 56) sorted by null

1 2 3

  /device/generic/goldfish/opengl/system/egl/
egl_ftable.h 59 {"eglDestroySyncKHR", (void *)eglDestroySyncKHR},
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl_ftable.h 59 {"eglDestroySyncKHR", (void *)eglDestroySyncKHR},
egl_dispatch.h 61 eglDestroySyncKHR_t eglDestroySyncKHR;
106 eglDestroySyncKHR_t set_eglDestroySyncKHR(eglDestroySyncKHR_t f) { eglDestroySyncKHR_t retval = eglDestroySyncKHR; eglDestroySyncKHR = f; return retval;}
egl.cpp 640 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync)
642 return getDispatch()->eglDestroySyncKHR(dpy, sync);
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl_ftable.h 59 {"eglDestroySyncKHR", (void *)eglDestroySyncKHR},
egl_dispatch.h 61 eglDestroySyncKHR_t eglDestroySyncKHR;
106 eglDestroySyncKHR_t set_eglDestroySyncKHR(eglDestroySyncKHR_t f) { eglDestroySyncKHR_t retval = eglDestroySyncKHR; eglDestroySyncKHR = f; return retval;}
egl.cpp 254 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync)
256 return getDispatch()->eglDestroySyncKHR(dpy, sync);
  /frameworks/base/libs/hwui/
Fence.h 58 eglDestroySyncKHR(mDisplay, mFence);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h 61 eglDestroySyncKHR_t eglDestroySyncKHR;
EGLDispatch.cpp 80 INIT_EGL_EXT_FUNC(eglDestroySyncKHR);
  /external/chromium_org/ui/gl/
gl_fence.cc 118 eglDestroySyncKHR(display_, sync_);
  /cts/suite/cts/deviceTests/opengl/jni/primitive/contextswitch/
ContextSwitchRenderer.cpp 180 eglDestroySyncKHR(mEglDisplay, fence);
219 eglDestroySyncKHR(mEglDisplay, fence);
  /frameworks/base/services/jni/
com_android_server_AssetAtlasService.cpp 100 if (fence != EGL_NO_SYNC_KHR) eglDestroySyncKHR(display, fence); \
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/EGL/
eglext.h 141 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync);
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/EGL/
eglext.h 141 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync);
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/EGL/
eglext.h 141 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync);
  /sdk/emulator/opengl/host/libs/Translator/include/EGL/
eglext.h 141 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync);
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 133 { "eglDestroySyncKHR",
134 (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR },
    [all...]
  /development/ndk/platforms/android-9/include/EGL/
eglext.h 141 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync);
  /external/chromium_org/ppapi/lib/gl/include/EGL/
eglext.h 142 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/EGL/
eglext.h 141 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/EGL/
eglext.h 141 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync);
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/EGL/
eglext.h 141 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync);
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/EGL/
eglext.h 141 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync);
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/EGL/
eglext.h 141 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync);

Completed in 701 milliseconds

1 2 3