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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h 57 eglUnlockSurfaceKHR_t eglUnlockSurfaceKHR;
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl.cpp 234 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay display, EGLSurface surface)
236 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;}
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 67 { "eglUnlockSurfaceKHR",
68 (__eglMustCastToProperFunctionPointerType)&eglUnlockSurfaceKHR },
1066 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay dpy, EGLSurface surface)
1078 if (s->cnx->egl.eglUnlockSurfaceKHR) {
1079 return s->cnx->egl.eglUnlockSurfaceKHR(dp->disp.dpy, s->surface);
    [all...]
  /sdk/emulator/opengl/tests/gles_android_wrapper/
egl.cpp 618 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay display, EGLSurface surface)
620 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;}
  /sdk/emulator/opengl/system/egl/
egl.cpp     [all...]
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
DebuggerMessage.java 208 eglUnlockSurfaceKHR(177, 177),
407 case 177: return eglUnlockSurfaceKHR;
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp     [all...]
gltrace.pb.h     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 502 eglUnlockSurfaceKHR(472, 2035),
    [all...]

Completed in 338 milliseconds