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

  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl.cpp 582 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay display, EGLSurface surface)
584 return getDispatch()->eglUnlockSurfaceKHR(display, surface);
egl_dispatch.h 57 eglUnlockSurfaceKHR_t eglUnlockSurfaceKHR;
102 eglUnlockSurfaceKHR_t set_eglUnlockSurfaceKHR(eglUnlockSurfaceKHR_t f) { eglUnlockSurfaceKHR_t retval = eglUnlockSurfaceKHR; eglUnlockSurfaceKHR = f; return retval;}
  /device/generic/goldfish-opengl/system/egl/
egl.cpp     [all...]
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 145 { "eglUnlockSurfaceKHR",
146 (__eglMustCastToProperFunctionPointerType)&eglUnlockSurfaceKHR },
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 606 eglUnlockSurfaceKHR(576, 2035),
    [all...]

Completed in 137 milliseconds