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

  /external/deqp/framework/egl/wrapper/
eglwApi.inl 66 EGLint eglwClientWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout);
79 EGLSync eglwCreateSync (EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list);
86 EGLBoolean eglwDestroySync (EGLDisplay dpy, EGLSync sync);
98 EGLBoolean eglwGetSyncAttrib (EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *value);
118 EGLBoolean eglwWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags);
eglwFuncPtrLibraryDecl.inl 9 EGLint clientWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout) const;
22 EGLSync createSync (EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list) const;
29 EGLBoolean destroySync (EGLDisplay dpy, EGLSync sync) const;
41 EGLBoolean getSyncAttrib (EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *value) const;
63 EGLBoolean waitSync (EGLDisplay dpy, EGLSync sync, EGLint flags) const;
eglwFunctionTypes.inl 9 typedef EGLW_APICALL EGLint (EGLW_APIENTRY* eglClientWaitSyncFunc) (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout);
22 typedef EGLW_APICALL EGLSync (EGLW_APIENTRY* eglCreateSyncFunc) (EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list);
29 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglDestroySyncFunc) (EGLDisplay dpy, EGLSync sync);
41 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglGetSyncAttribFunc) (EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *value);
63 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglWaitSyncFunc) (EGLDisplay dpy, EGLSync sync, EGLint flags);
eglwLibrary.inl 9 virtual EGLint clientWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout) const = 0;
22 virtual EGLSync createSync (EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list) const = 0;
29 virtual EGLBoolean destroySync (EGLDisplay dpy, EGLSync sync) const = 0;
41 virtual EGLBoolean getSyncAttrib (EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *value) const = 0;
63 virtual EGLBoolean waitSync (EGLDisplay dpy, EGLSync sync, EGLint flags) const = 0;
eglwTypes.inl 57 typedef void* EGLSync;
66 typedef EGLSync EGLSyncKHR;
eglwFuncPtrLibraryImpl.inl 22 EGLint FuncPtrLibrary::clientWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout) const
87 EGLSync FuncPtrLibrary::createSync (EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list) const
122 EGLBoolean FuncPtrLibrary::destroySync (EGLDisplay dpy, EGLSync sync) const
182 EGLBoolean FuncPtrLibrary::getSyncAttrib (EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *value) const
292 EGLBoolean FuncPtrLibrary::waitSync (EGLDisplay dpy, EGLSync sync, EGLint flags) const
eglwEnums.inl 42 #define EGL_NO_SYNC ((eglw::EGLSync)0)
  /external/mesa3d/src/egl/main/
SConscript 48 'eglsync.c',
Makefile.am 56 eglsync.c \
73 eglsync.h
eglsync.c 31 #include "eglsync.h"
Android.mk 46 eglsync.c
eglfallbacks.c 38 #include "eglsync.h"
eglapi.c 100 #include "eglsync.h"
    [all...]
  /external/skia/src/gpu/gl/egl/
SkCreatePlatformGLContext_egl.cpp 306 EGLSyncKHR eglsync = static_cast<EGLSyncKHR>(platformFence); local
309 eglsync,
315 EGLSyncKHR eglsync = static_cast<EGLSyncKHR>(platformFence); local
316 eglDestroySyncKHR(fDisplay, eglsync);
  /external/deqp/framework/egl/
egluCallLogWrapperApi.inl 9 eglw::EGLint eglClientWaitSync (eglw::EGLDisplay dpy, eglw::EGLSync sync, eglw::EGLint flags, eglw::EGLTime timeout);
22 eglw::EGLSync eglCreateSync (eglw::EGLDisplay dpy, eglw::EGLenum type, const eglw::EGLAttrib *attrib_list);
29 eglw::EGLBoolean eglDestroySync (eglw::EGLDisplay dpy, eglw::EGLSync sync);
41 eglw::EGLBoolean eglGetSyncAttrib (eglw::EGLDisplay dpy, eglw::EGLSync sync, eglw::EGLint attribute, eglw::EGLAttrib *value);
63 eglw::EGLBoolean eglWaitSync (eglw::EGLDisplay dpy, eglw::EGLSync sync, eglw::EGLint flags);
egluCallLogWrapper.inl 42 eglw::EGLint CallLogWrapper::eglClientWaitSync (eglw::EGLDisplay dpy, eglw::EGLSync sync, eglw::EGLint flags, eglw::EGLTime timeout)
172 eglw::EGLSync CallLogWrapper::eglCreateSync (eglw::EGLDisplay dpy, eglw::EGLenum type, const eglw::EGLAttrib *attrib_list)
176 eglw::EGLSync returnValue = m_egl.createSync(dpy, type, attrib_list);
242 eglw::EGLBoolean CallLogWrapper::eglDestroySync (eglw::EGLDisplay dpy, eglw::EGLSync sync)
366 eglw::EGLBoolean CallLogWrapper::eglGetSyncAttrib (eglw::EGLDisplay dpy, eglw::EGLSync sync, eglw::EGLint attribute, eglw::EGLAttrib *value)
594 eglw::EGLBoolean CallLogWrapper::eglWaitSync (eglw::EGLDisplay dpy, eglw::EGLSync sync, eglw::EGLint flags)
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d.h 40 #include "eglsync.h"
egl_g3d_sync.c 32 #include "eglsync.h"
  /device/generic/goldfish-opengl/system/egl/
egl.cpp 21 #include "eglSync.h"
    [all...]
  /docs/source.android.com/src/devices/graphics/
implement-vsync.jd 267 native fence EGLSync object type so extensions that apply to existing EGLSync
287 the EGLSync object should close the internal fence attribute.</p>
  /frameworks/native/opengl/tools/glgen2/registry/
egl.xml 70 <type>typedef void *<name>EGLSync</name>;</type>
191 <enum value="((EGLSync)0)" name="EGL_NO_SYNC"/>
    [all...]

Completed in 458 milliseconds