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

  /development/tools/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h 57 eglUnlockSurfaceKHR_t eglUnlockSurfaceKHR;
  /development/tools/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;}
  /development/tools/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;}
  /frameworks/base/opengl/libs/EGL/
eglApi.cpp 62 { "eglUnlockSurfaceKHR",
63 (__eglMustCastToProperFunctionPointerType)&eglUnlockSurfaceKHR },
    [all...]
  /development/tools/emulator/opengl/system/egl/
egl.cpp     [all...]
  /frameworks/base/opengl/libagl/
egl.cpp     [all...]
  /frameworks/base/opengl/libs/GLES2_dbg/src/
debugger_message.pb.cpp 416 const Message_Function Message::eglUnlockSurfaceKHR;
    [all...]
debugger_message.pb.h 490 static const Function eglUnlockSurfaceKHR = Message_Function_eglUnlockSurfaceKHR;
    [all...]
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
DebuggerMessage.java 207 eglUnlockSurfaceKHR(177, 177),
405 case 177: return eglUnlockSurfaceKHR;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
DebuggerMessage.java 207 eglUnlockSurfaceKHR(177, 177),
405 case 177: return eglUnlockSurfaceKHR;
    [all...]

Completed in 293 milliseconds