Lines Matching defs:thread

50 EGLBoolean BindAPI(Thread *thread, EGLenum api)  in BindAPI()
58 EGLBoolean BindTexImage(Thread *thread, Display *display, egl::SurfaceID surfaceID, EGLint buffer) in BindTexImage()
79 EGLBoolean ChooseConfig(Thread *thread, in ChooseConfig()
92 EGLint ClientWaitSync(Thread *thread, in ClientWaitSync()
132 EGLBoolean CopyBuffers(Thread *thread, in CopyBuffers()
145 EGLContext CreateContext(Thread *thread, in CreateContext()
163 EGLImage CreateImage(Thread *thread, in CreateImage()
187 EGLSurface CreatePbufferFromClientBuffer(Thread *thread, in CreatePbufferFromClientBuffer()
207 EGLSurface CreatePbufferSurface(Thread *thread, in CreatePbufferSurface()
222 EGLSurface CreatePixmapSurface(Thread *thread, in CreatePixmapSurface()
240 EGLSurface CreatePlatformPixmapSurface(Thread *thread, in CreatePlatformPixmapSurface()
259 EGLSurface CreatePlatformWindowSurface(Thread *thread, in CreatePlatformWindowSurface()
277 EGLSync CreateSync(Thread *thread, Display *display, EGLenum type, const AttributeMap &attributes) in CreateSync()
291 EGLSurface CreateWindowSurface(Thread *thread, in CreateWindowSurface()
309 EGLBoolean DestroyContext(Thread *thread, Display *display, gl::ContextID contextID) in DestroyContext()
324 EGLBoolean DestroyImage(Thread *thread, Display *display, ImageID imageID) in DestroyImage()
335 EGLBoolean DestroySurface(Thread *thread, Display *display, egl::SurfaceID surfaceID) in DestroySurface()
378 EGLBoolean DestroySync(Thread *thread, Display *display, SyncID syncID) in DestroySync()
389 EGLBoolean GetConfigAttrib(Thread *thread, in GetConfigAttrib()
401 EGLBoolean GetConfigs(Thread *thread, in GetConfigs()
413 EGLContext GetCurrentContext(Thread *thread) in GetCurrentContext()
421 EGLDisplay GetCurrentDisplay(Thread *thread) in GetCurrentDisplay()
431 EGLSurface GetCurrentSurface(Thread *thread, EGLint readdraw) in GetCurrentSurface()
446 EGLDisplay GetDisplay(Thread *thread, EGLNativeDisplayType display_id) in GetDisplay()
452 EGLint GetError(Thread *thread) in GetError()
459 EGLDisplay GetPlatformDisplay(Thread *thread, in GetPlatformDisplay()
487 __eglMustCastToProperFunctionPointerType GetProcAddress(Thread *thread, const char *procname) in GetProcAddress()
502 EGLBoolean GetSyncAttrib(Thread *thread, in GetSyncAttrib()
517 EGLBoolean Initialize(Thread *thread, Display *display, EGLint *major, EGLint *minor) in Initialize()
535 EGLBoolean MakeCurrent(Thread *thread, in MakeCurrent()
566 EGLenum QueryAPI(Thread *thread) in QueryAPI()
574 EGLBoolean QueryContext(Thread *thread, in QueryContext()
590 const char *QueryString(Thread *thread, Display *display, EGLint name) in QueryString()
633 EGLBoolean QuerySurface(Thread *thread, in QuerySurface()
666 EGLBoolean ReleaseTexImage(Thread *thread, in ReleaseTexImage()
691 EGLBoolean ReleaseThread(Thread *thread) in ReleaseThread()
722 EGLBoolean SurfaceAttrib(Thread *thread, in SurfaceAttrib()
740 EGLBoolean SwapBuffers(Thread *thread, Display *display, egl::SurfaceID surfaceID) in SwapBuffers()
754 EGLBoolean SwapInterval(Thread *thread, Display *display, EGLint interval) in SwapInterval()
770 EGLBoolean Terminate(Thread *thread, Display *display) in Terminate()
784 EGLBoolean WaitClient(Thread *thread) in WaitClient()
806 EGLBoolean WaitGL(Thread *thread) in WaitGL()
828 EGLBoolean WaitNative(Thread *thread, EGLint engine) in WaitNative()
847 EGLBoolean WaitSync(Thread *thread, Display *display, SyncID syncID, EGLint flags) in WaitSync()