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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h 56 eglLockSurfaceKHR_t eglLockSurfaceKHR;
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl.cpp 229 EGLBoolean eglLockSurfaceKHR(EGLDisplay display, EGLSurface surface, const EGLint *attrib_list)
231 return getDispatch()->eglLockSurfaceKHR(display, surface, attrib_list);
egl_dispatch.h 56 eglLockSurfaceKHR_t eglLockSurfaceKHR;
101 eglLockSurfaceKHR_t set_eglLockSurfaceKHR(eglLockSurfaceKHR_t f) { eglLockSurfaceKHR_t retval = eglLockSurfaceKHR; eglLockSurfaceKHR = f; return retval;}
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 65 { "eglLockSurfaceKHR",
66 (__eglMustCastToProperFunctionPointerType)&eglLockSurfaceKHR },
1046 EGLBoolean eglLockSurfaceKHR(EGLDisplay dpy, EGLSurface surface,
1059 if (s->cnx->egl.eglLockSurfaceKHR) {
1060 return s->cnx->egl.eglLockSurfaceKHR(
    [all...]
  /sdk/emulator/opengl/tests/gles_android_wrapper/
egl.cpp 613 EGLBoolean eglLockSurfaceKHR(EGLDisplay display, EGLSurface surface, const EGLint *attrib_list)
615 return getDispatch()->eglLockSurfaceKHR(display, surface, attrib_list);
egl_dispatch.h 56 eglLockSurfaceKHR_t eglLockSurfaceKHR;
101 eglLockSurfaceKHR_t set_eglLockSurfaceKHR(eglLockSurfaceKHR_t f) { eglLockSurfaceKHR_t retval = eglLockSurfaceKHR; eglLockSurfaceKHR = 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 207 eglLockSurfaceKHR(176, 176),
406 case 176: return eglLockSurfaceKHR;
    [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 501 eglLockSurfaceKHR(471, 2034),
    [all...]

Completed in 288 milliseconds