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

  /development/tools/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h 60 eglCreateSyncKHR_t eglCreateSyncKHR;
  /development/tools/emulator/opengl/tests/EGL_host_wrapper/
egl.cpp 249 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list)
251 return getDispatch()->eglCreateSyncKHR(dpy, type, attrib_list);
egl_dispatch.h 60 eglCreateSyncKHR_t eglCreateSyncKHR;
105 eglCreateSyncKHR_t set_eglCreateSyncKHR(eglCreateSyncKHR_t f) { eglCreateSyncKHR_t retval = eglCreateSyncKHR; eglCreateSyncKHR = f; return retval;}
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
egl.cpp 635 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list)
637 return getDispatch()->eglCreateSyncKHR(dpy, type, attrib_list);
egl_dispatch.h 60 eglCreateSyncKHR_t eglCreateSyncKHR;
105 eglCreateSyncKHR_t set_eglCreateSyncKHR(eglCreateSyncKHR_t f) { eglCreateSyncKHR_t retval = eglCreateSyncKHR; eglCreateSyncKHR = f; return retval;}
  /frameworks/base/opengl/libs/EGL/
eglApi.cpp     [all...]
  /development/tools/emulator/opengl/system/egl/
egl.cpp     [all...]
  /frameworks/base/opengl/libs/GLES2_dbg/src/
debugger_message.pb.cpp 419 const Message_Function Message::eglCreateSyncKHR;
    [all...]
debugger_message.pb.h 493 static const Function eglCreateSyncKHR = Message_Function_eglCreateSyncKHR;
    [all...]
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
DebuggerMessage.java 210 eglCreateSyncKHR(180, 180),
408 case 180: return eglCreateSyncKHR;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
DebuggerMessage.java 210 eglCreateSyncKHR(180, 180),
408 case 180: return eglCreateSyncKHR;
    [all...]

Completed in 170 milliseconds