HomeSort by relevance Sort by last modified time
    Searched full:destroysync (Results 1 - 10 of 10) sorted by null

  /external/deqp/framework/egl/wrapper/
eglwFunctions.inl 29 eglDestroySyncFunc destroySync;
eglwInitCore.inl 23 dst->destroySync = (eglDestroySyncFunc) loader->get("eglDestroySync");
eglwFuncPtrLibraryDecl.inl 29 EGLBoolean destroySync (EGLDisplay dpy, EGLSync sync) const;
eglwFuncPtrLibraryImpl.inl 122 EGLBoolean FuncPtrLibrary::destroySync (EGLDisplay dpy, EGLSync sync) const
124 return m_egl.destroySync(dpy, sync);
eglwLibrary.inl 29 virtual EGLBoolean destroySync (EGLDisplay dpy, EGLSync sync) const = 0;
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
ProcessSentMessageAction.java 224 part.destroySync();
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
MessagePartData.java 440 public void destroySync() {
  /external/deqp/framework/egl/
egluCallLogWrapper.inl 246 eglw::EGLBoolean returnValue = m_egl.destroySync(dpy, sync);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
BugleDatabaseOperations.java     [all...]
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 

Completed in 216 milliseconds