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

1 2 3

  /device/generic/goldfish-opengl/system/egl/
egl_ftable.h 55 {"eglUnlockSurfaceKHR", (void *)eglUnlockSurfaceKHR},
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl_ftable.h 55 {"eglUnlockSurfaceKHR", (void *)eglUnlockSurfaceKHR},
egl_dispatch.h 57 eglUnlockSurfaceKHR_t eglUnlockSurfaceKHR;
102 eglUnlockSurfaceKHR_t set_eglUnlockSurfaceKHR(eglUnlockSurfaceKHR_t f) { eglUnlockSurfaceKHR_t retval = eglUnlockSurfaceKHR; eglUnlockSurfaceKHR = f; return retval;}
egl.cpp 582 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay display, EGLSurface surface)
584 return getDispatch()->eglUnlockSurfaceKHR(display, surface);
  /external/deqp/framework/egl/
egluCallLogWrapperApi.inl 59 eglw::EGLBoolean eglUnlockSurfaceKHR (eglw::EGLDisplay dpy, eglw::EGLSurface surface);
  /external/deqp/framework/egl/wrapper/
eglwApi.inl 57 #define eglUnlockSurfaceKHR eglwUnlockSurfaceKHR
  /development/ndk/platforms/android-9/include/EGL/
eglext.h 72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/EGL/
eglext.h 72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/EGL/
eglext.h 72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/EGL/
eglext.h 72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/EGL/
eglext.h 72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/EGL/
eglext.h 72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/EGL/
eglext.h 72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/EGL/
eglext.h 72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/EGL/
eglext.h 72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/EGL/
eglext.h 72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/EGL/
eglext.h 72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/EGL/
eglext.h 72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/EGL/
eglext.h 72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/EGL/
eglext.h 72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/EGL/
eglext.h 72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/EGL/
eglext.h 72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/EGL/
eglext.h 72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/EGL/
eglext.h 72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/EGL/
eglext.h 72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);

Completed in 1817 milliseconds

1 2 3