HomeSort by relevance Sort by last modified time
    Searched defs:eglUnlockSurfaceKHR (Results 1 - 11 of 11) 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;}
  /device/generic/goldfish/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;}
  /device/generic/goldfish/opengl/system/egl/
egl.cpp     [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 107 { "eglUnlockSurfaceKHR",
108 (__eglMustCastToProperFunctionPointerType)&eglUnlockSurfaceKHR },
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp     [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 224 milliseconds