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

1 2

  /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 618 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay display, EGLSurface surface)
620 return getDispatch()->eglUnlockSurfaceKHR(display, surface);
  /sdk/emulator/opengl/tests/EGL_host_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 234 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay display, EGLSurface surface)
236 return getDispatch()->eglUnlockSurfaceKHR(display, surface);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h 57 eglUnlockSurfaceKHR_t eglUnlockSurfaceKHR;
EGLDispatch.cpp 76 INIT_EGL_EXT_FUNC(eglUnlockSurfaceKHR);
  /external/webkit/Source/ThirdParty/ANGLE/include/EGL/
eglext.h 72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/EGL/
eglext.h 72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/EGL/
eglext.h 72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/EGL/
eglext.h 72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
  /sdk/emulator/opengl/host/libs/Translator/include/EGL/
eglext.h 72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
  /development/ndk/platforms/android-9/include/EGL/
eglext.h 72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 107 { "eglUnlockSurfaceKHR",
108 (__eglMustCastToProperFunctionPointerType)&eglUnlockSurfaceKHR },
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/EGL/
eglext.h 72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/EGL/
eglext.h 72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/EGL/
eglext.h 72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/EGL/
eglext.h 72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/EGL/
eglext.h 72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/EGL/
eglext.h 72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/EGL/
eglext.h 72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/EGL/
eglext.h 72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/EGL/
eglext.h 72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);

Completed in 754 milliseconds

1 2