• Home
  • Raw
  • Download

Lines Matching defs:thread

50 EGLBoolean BindAPI(Thread *thread, EGLenum api)  in BindAPI()
58 EGLBoolean BindTexImage(Thread *thread, Display *display, Surface *eglSurface, EGLint buffer) in BindTexImage()
77 EGLBoolean ChooseConfig(Thread *thread, in ChooseConfig()
90 EGLint ClientWaitSync(Thread *thread, in ClientWaitSync()
108 EGLBoolean CopyBuffers(Thread *thread, in CopyBuffers()
121 EGLContext CreateContext(Thread *thread, in CreateContext()
139 EGLImage CreateImage(Thread *thread, in CreateImage()
161 EGLSurface CreatePbufferFromClientBuffer(Thread *thread, in CreatePbufferFromClientBuffer()
180 EGLSurface CreatePbufferSurface(Thread *thread, in CreatePbufferSurface()
194 EGLSurface CreatePixmapSurface(Thread *thread, in CreatePixmapSurface()
211 EGLSurface CreatePlatformPixmapSurface(Thread *thread, in CreatePlatformPixmapSurface()
229 EGLSurface CreatePlatformWindowSurface(Thread *thread, in CreatePlatformWindowSurface()
246 EGLSync CreateSync(Thread *thread, Display *display, EGLenum type, const AttributeMap &attributes) in CreateSync()
260 EGLSurface CreateWindowSurface(Thread *thread, in CreateWindowSurface()
277 EGLBoolean DestroyContext(Thread *thread, Display *display, gl::Context *context) in DestroyContext()
290 EGLBoolean DestroyImage(Thread *thread, Display *display, Image *img) in DestroyImage()
300 EGLBoolean DestroySurface(Thread *thread, Display *display, Surface *eglSurface) in DestroySurface()
311 EGLBoolean DestroySync(Thread *thread, Display *display, Sync *syncObject) in DestroySync()
321 EGLBoolean GetConfigAttrib(Thread *thread, in GetConfigAttrib()
333 EGLBoolean GetConfigs(Thread *thread, in GetConfigs()
345 EGLContext GetCurrentContext(Thread *thread) in GetCurrentContext()
353 EGLDisplay GetCurrentDisplay(Thread *thread) in GetCurrentDisplay()
363 EGLSurface GetCurrentSurface(Thread *thread, EGLint readdraw) in GetCurrentSurface()
382 EGLDisplay GetDisplay(Thread *thread, EGLNativeDisplayType display_id) in GetDisplay()
387 EGLint GetError(Thread *thread) in GetError()
394 EGLDisplay GetPlatformDisplay(Thread *thread, in GetPlatformDisplay()
416 __eglMustCastToProperFunctionPointerType GetProcAddress(Thread *thread, const char *procname) in GetProcAddress()
431 EGLBoolean GetSyncAttrib(Thread *thread, in GetSyncAttrib()
446 EGLBoolean Initialize(Thread *thread, Display *display, EGLint *major, EGLint *minor) in Initialize()
460 EGLBoolean MakeCurrent(Thread *thread, in MakeCurrent()
487 EGLenum QueryAPI(Thread *thread) in QueryAPI()
495 EGLBoolean QueryContext(Thread *thread, in QueryContext()
509 const char *QueryString(Thread *thread, Display *display, EGLint name) in QueryString()
548 EGLBoolean QuerySurface(Thread *thread, in QuerySurface()
564 EGLBoolean ReleaseTexImage(Thread *thread, Display *display, Surface *eglSurface, EGLint buffer) in ReleaseTexImage()
581 EGLBoolean ReleaseThread(Thread *thread) in ReleaseThread()
611 EGLBoolean SurfaceAttrib(Thread *thread, in SurfaceAttrib()
625 EGLBoolean SwapBuffers(Thread *thread, Display *display, Surface *eglSurface) in SwapBuffers()
637 EGLBoolean SwapInterval(Thread *thread, Display *display, EGLint interval) in SwapInterval()
653 EGLBoolean Terminate(Thread *thread, Display *display) in Terminate()
670 EGLBoolean WaitClient(Thread *thread) in WaitClient()
692 EGLBoolean WaitGL(Thread *thread) in WaitGL()
714 EGLBoolean WaitNative(Thread *thread, EGLint engine) in WaitNative()
733 EGLBoolean WaitSync(Thread *thread, Display *display, Sync *syncObject, EGLint flags) in WaitSync()