• Home
  • Raw
  • Download

Lines Matching full:thread

17 ANGLE_INLINE ScopedContextMutexLock GetContextLock_ChooseConfig(Thread *thread,  in GetContextLock_ChooseConfig()  argument
23 ANGLE_INLINE ScopedContextMutexLock GetContextLock_CopyBuffers(Thread *thread, in GetContextLock_CopyBuffers() argument
29 ANGLE_INLINE ScopedContextMutexLock GetContextLock_CreateContext(Thread *thread, in GetContextLock_CreateContext() argument
36 ANGLE_INLINE ScopedContextMutexLock GetContextLock_CreatePbufferSurface(Thread *thread, in GetContextLock_CreatePbufferSurface() argument
42 ANGLE_INLINE ScopedContextMutexLock GetContextLock_CreatePixmapSurface(Thread *thread, in GetContextLock_CreatePixmapSurface() argument
48 ANGLE_INLINE ScopedContextMutexLock GetContextLock_CreateWindowSurface(Thread *thread, in GetContextLock_CreateWindowSurface() argument
54 ANGLE_INLINE ScopedContextMutexLock GetContextLock_DestroyContext(Thread *thread, in GetContextLock_DestroyContext() argument
62 ANGLE_INLINE ScopedContextMutexLock GetContextLock_DestroySurface(Thread *thread, in GetContextLock_DestroySurface() argument
68 ANGLE_INLINE ScopedContextMutexLock GetContextLock_GetConfigAttrib(Thread *thread, in GetContextLock_GetConfigAttrib() argument
75 ANGLE_INLINE ScopedContextMutexLock GetContextLock_GetConfigs(Thread *thread, in GetContextLock_GetConfigs() argument
81 ANGLE_INLINE ScopedContextMutexLock GetContextLock_GetCurrentDisplay(Thread *thread) in GetContextLock_GetCurrentDisplay() argument
86 ANGLE_INLINE ScopedContextMutexLock GetContextLock_GetCurrentSurface(Thread *thread) in GetContextLock_GetCurrentSurface() argument
91 ANGLE_INLINE ScopedContextMutexLock GetContextLock_GetDisplay(Thread *thread) in GetContextLock_GetDisplay() argument
96 ANGLE_INLINE ScopedContextMutexLock GetContextLock_GetError(Thread *thread) in GetContextLock_GetError() argument
101 ANGLE_INLINE ScopedContextMutexLock GetContextLock_GetProcAddress(Thread *thread) in GetContextLock_GetProcAddress() argument
106 ANGLE_INLINE ScopedContextMutexLock GetContextLock_Initialize(Thread *thread, in GetContextLock_Initialize() argument
112 ANGLE_INLINE ScopedContextMutexLock GetContextLock_MakeCurrent(Thread *thread, in GetContextLock_MakeCurrent() argument
120 ANGLE_INLINE ScopedContextMutexLock GetContextLock_QueryContext(Thread *thread, in GetContextLock_QueryContext() argument
128 ANGLE_INLINE ScopedContextMutexLock GetContextLock_QueryString(Thread *thread, in GetContextLock_QueryString() argument
134 ANGLE_INLINE ScopedContextMutexLock GetContextLock_QuerySurface(Thread *thread, in GetContextLock_QuerySurface() argument
142 return TryLockCurrentContext(thread); in GetContextLock_QuerySurface()
149 ANGLE_INLINE ScopedContextMutexLock GetContextLock_SwapBuffers(Thread *thread, in GetContextLock_SwapBuffers() argument
152 return TryLockCurrentContext(thread); in GetContextLock_SwapBuffers()
155 ANGLE_INLINE ScopedContextMutexLock GetContextLock_Terminate(Thread *thread, in GetContextLock_Terminate() argument
162 ANGLE_INLINE ScopedContextMutexLock GetContextLock_WaitGL(Thread *thread) in GetContextLock_WaitGL() argument
164 return TryLockCurrentContext(thread); in GetContextLock_WaitGL()
167 ANGLE_INLINE ScopedContextMutexLock GetContextLock_WaitNative(Thread *thread) in GetContextLock_WaitNative() argument
169 return TryLockCurrentContext(thread); in GetContextLock_WaitNative()
173 ANGLE_INLINE ScopedContextMutexLock GetContextLock_BindTexImage(Thread *thread, in GetContextLock_BindTexImage() argument
176 return TryLockCurrentContext(thread); in GetContextLock_BindTexImage()
179 ANGLE_INLINE ScopedContextMutexLock GetContextLock_ReleaseTexImage(Thread *thread, in GetContextLock_ReleaseTexImage() argument
182 return TryLockCurrentContext(thread); in GetContextLock_ReleaseTexImage()
185 ANGLE_INLINE ScopedContextMutexLock GetContextLock_SurfaceAttrib(Thread *thread, in GetContextLock_SurfaceAttrib() argument
192 ANGLE_INLINE ScopedContextMutexLock GetContextLock_SwapInterval(Thread *thread, in GetContextLock_SwapInterval() argument
200 ANGLE_INLINE ScopedContextMutexLock GetContextLock_BindAPI(Thread *thread) in GetContextLock_BindAPI() argument
206 GetContextLock_CreatePbufferFromClientBuffer(Thread *thread, egl::Display *dpyPacked) in GetContextLock_CreatePbufferFromClientBuffer() argument
211 ANGLE_INLINE ScopedContextMutexLock GetContextLock_QueryAPI(Thread *thread) in GetContextLock_QueryAPI() argument
216 ANGLE_INLINE ScopedContextMutexLock GetContextLock_ReleaseThread(Thread *thread) in GetContextLock_ReleaseThread() argument
222 ANGLE_INLINE ScopedContextMutexLock GetContextLock_WaitClient(Thread *thread) in GetContextLock_WaitClient() argument
224 return TryLockCurrentContext(thread); in GetContextLock_WaitClient()
228 ANGLE_INLINE ScopedContextMutexLock GetContextLock_GetCurrentContext(Thread *thread) in GetContextLock_GetCurrentContext() argument
234 ANGLE_INLINE ScopedContextMutexLock GetContextLock_ClientWaitSync(Thread *thread, in GetContextLock_ClientWaitSync() argument
237 return TryLockCurrentContext(thread); in GetContextLock_ClientWaitSync()
240 ANGLE_INLINE ScopedContextMutexLock GetContextLock_CreateImage(Thread *thread, in GetContextLock_CreateImage() argument
248 GetContextLock_CreatePlatformPixmapSurface(Thread *thread, egl::Display *dpyPacked) in GetContextLock_CreatePlatformPixmapSurface() argument
254 GetContextLock_CreatePlatformWindowSurface(Thread *thread, egl::Display *dpyPacked) in GetContextLock_CreatePlatformWindowSurface() argument
259 ANGLE_INLINE ScopedContextMutexLock GetContextLock_CreateSync(Thread *thread, in GetContextLock_CreateSync() argument
262 return TryLockCurrentContext(thread); in GetContextLock_CreateSync()
265 ANGLE_INLINE ScopedContextMutexLock GetContextLock_DestroyImage(Thread *thread, in GetContextLock_DestroyImage() argument
272 ANGLE_INLINE ScopedContextMutexLock GetContextLock_DestroySync(Thread *thread, in GetContextLock_DestroySync() argument
278 ANGLE_INLINE ScopedContextMutexLock GetContextLock_GetPlatformDisplay(Thread *thread) in GetContextLock_GetPlatformDisplay() argument
283 ANGLE_INLINE ScopedContextMutexLock GetContextLock_GetSyncAttrib(Thread *thread, in GetContextLock_GetSyncAttrib() argument
290 ANGLE_INLINE ScopedContextMutexLock GetContextLock_WaitSync(Thread *thread, egl::Display *dpyPacked) in GetContextLock_WaitSync() argument
292 return TryLockCurrentContext(thread); in GetContextLock_WaitSync()
296 ANGLE_INLINE ScopedContextMutexLock GetContextLock_SetBlobCacheFuncsANDROID(Thread *thread, in GetContextLock_SetBlobCacheFuncsANDROID() argument
303 ANGLE_INLINE ScopedContextMutexLock GetContextLock_CreateNativeClientBufferANDROID(Thread *thread) in GetContextLock_CreateNativeClientBufferANDROID() argument
310 GetContextLock_GetCompositorTimingSupportedANDROID(Thread *thread, egl::Display *dpyPacked) in GetContextLock_GetCompositorTimingSupportedANDROID() argument
316 GetContextLock_GetCompositorTimingANDROID(Thread *thread, egl::Display *dpyPacked) in GetContextLock_GetCompositorTimingANDROID() argument
321 ANGLE_INLINE ScopedContextMutexLock GetContextLock_GetNextFrameIdANDROID(Thread *thread, in GetContextLock_GetNextFrameIdANDROID() argument
328 GetContextLock_GetFrameTimestampSupportedANDROID(Thread *thread, egl::Display *dpyPacked) in GetContextLock_GetFrameTimestampSupportedANDROID() argument
334 GetContextLock_GetFrameTimestampsANDROID(Thread *thread, egl::Display *dpyPacked) in GetContextLock_GetFrameTimestampsANDROID() argument
340 ANGLE_INLINE ScopedContextMutexLock GetContextLock_GetNativeClientBufferANDROID(Thread *thread) in GetContextLock_GetNativeClientBufferANDROID() argument
346 ANGLE_INLINE ScopedContextMutexLock GetContextLock_DupNativeFenceFDANDROID(Thread *thread, in GetContextLock_DupNativeFenceFDANDROID() argument
353 ANGLE_INLINE ScopedContextMutexLock GetContextLock_PresentationTimeANDROID(Thread *thread, in GetContextLock_PresentationTimeANDROID() argument
360 ANGLE_INLINE ScopedContextMutexLock GetContextLock_CreateDeviceANGLE(Thread *thread) in GetContextLock_CreateDeviceANGLE() argument
365 ANGLE_INLINE ScopedContextMutexLock GetContextLock_ReleaseDeviceANGLE(Thread *thread) in GetContextLock_ReleaseDeviceANGLE() argument
372 GetContextLock_AcquireExternalContextANGLE(Thread *thread, egl::Display *dpyPacked) in GetContextLock_AcquireExternalContextANGLE() argument
374 return TryLockCurrentContext(thread); in GetContextLock_AcquireExternalContextANGLE()
378 GetContextLock_ReleaseExternalContextANGLE(Thread *thread, egl::Display *dpyPacked) in GetContextLock_ReleaseExternalContextANGLE() argument
380 return TryLockCurrentContext(thread); in GetContextLock_ReleaseExternalContextANGLE()
384 ANGLE_INLINE ScopedContextMutexLock GetContextLock_QueryStringiANGLE(Thread *thread, in GetContextLock_QueryStringiANGLE() argument
390 ANGLE_INLINE ScopedContextMutexLock GetContextLock_QueryDisplayAttribANGLE(Thread *thread, in GetContextLock_QueryDisplayAttribANGLE() argument
399 GetContextLock_CopyMetalSharedEventANGLE(Thread *thread, egl::Display *dpyPacked) in GetContextLock_CopyMetalSharedEventANGLE() argument
405 ANGLE_INLINE ScopedContextMutexLock GetContextLock_ReleaseHighPowerGPUANGLE(Thread *thread, in GetContextLock_ReleaseHighPowerGPUANGLE() argument
413 GetContextLock_ReacquireHighPowerGPUANGLE(Thread *thread, in GetContextLock_ReacquireHighPowerGPUANGLE() argument
420 ANGLE_INLINE ScopedContextMutexLock GetContextLock_HandleGPUSwitchANGLE(Thread *thread, in GetContextLock_HandleGPUSwitchANGLE() argument
426 ANGLE_INLINE ScopedContextMutexLock GetContextLock_ForceGPUSwitchANGLE(Thread *thread, in GetContextLock_ForceGPUSwitchANGLE() argument
433 ANGLE_INLINE ScopedContextMutexLock GetContextLock_PrepareSwapBuffersANGLE(Thread *thread, in GetContextLock_PrepareSwapBuffersANGLE() argument
436 return TryLockCurrentContext(thread); in GetContextLock_PrepareSwapBuffersANGLE()
441 GetContextLock_ProgramCacheGetAttribANGLE(Thread *thread, egl::Display *dpyPacked) in GetContextLock_ProgramCacheGetAttribANGLE() argument
446 ANGLE_INLINE ScopedContextMutexLock GetContextLock_ProgramCacheQueryANGLE(Thread *thread, in GetContextLock_ProgramCacheQueryANGLE() argument
453 GetContextLock_ProgramCachePopulateANGLE(Thread *thread, egl::Display *dpyPacked) in GetContextLock_ProgramCachePopulateANGLE() argument
458 ANGLE_INLINE ScopedContextMutexLock GetContextLock_ProgramCacheResizeANGLE(Thread *thread, in GetContextLock_ProgramCacheResizeANGLE() argument
465 ANGLE_INLINE ScopedContextMutexLock GetContextLock_QuerySurfacePointerANGLE(Thread *thread, in GetContextLock_QuerySurfacePointerANGLE() argument
474 GetContextLock_CreateStreamProducerD3DTextureANGLE(Thread *thread, egl::Display *dpyPacked) in GetContextLock_CreateStreamProducerD3DTextureANGLE() argument
480 GetContextLock_StreamPostD3DTextureANGLE(Thread *thread, egl::Display *dpyPacked) in GetContextLock_StreamPostD3DTextureANGLE() argument
487 GetContextLock_SwapBuffersWithFrameTokenANGLE(Thread *thread, egl::Display *dpyPacked) in GetContextLock_SwapBuffersWithFrameTokenANGLE() argument
489 return TryLockCurrentContext(thread); in GetContextLock_SwapBuffersWithFrameTokenANGLE()
493 ANGLE_INLINE ScopedContextMutexLock GetContextLock_GetMscRateANGLE(Thread *thread, in GetContextLock_GetMscRateANGLE() argument
500 ANGLE_INLINE ScopedContextMutexLock GetContextLock_ExportVkImageANGLE(Thread *thread, in GetContextLock_ExportVkImageANGLE() argument
508 GetContextLock_WaitUntilWorkScheduledANGLE(Thread *thread, egl::Display *dpyPacked) in GetContextLock_WaitUntilWorkScheduledANGLE() argument
514 ANGLE_INLINE ScopedContextMutexLock GetContextLock_GetSyncValuesCHROMIUM(Thread *thread, in GetContextLock_GetSyncValuesCHROMIUM() argument
521 ANGLE_INLINE ScopedContextMutexLock GetContextLock_QueryDeviceAttribEXT(Thread *thread, in GetContextLock_QueryDeviceAttribEXT() argument
527 ANGLE_INLINE ScopedContextMutexLock GetContextLock_QueryDeviceStringEXT(Thread *thread) in GetContextLock_QueryDeviceStringEXT() argument
532 ANGLE_INLINE ScopedContextMutexLock GetContextLock_QueryDisplayAttribEXT(Thread *thread, in GetContextLock_QueryDisplayAttribEXT() argument
540 ANGLE_INLINE ScopedContextMutexLock GetContextLock_QueryDmaBufFormatsEXT(Thread *thread, in GetContextLock_QueryDmaBufFormatsEXT() argument
546 ANGLE_INLINE ScopedContextMutexLock GetContextLock_QueryDmaBufModifiersEXT(Thread *thread, in GetContextLock_QueryDmaBufModifiersEXT() argument
554 GetContextLock_CreatePlatformPixmapSurfaceEXT(Thread *thread, egl::Display *dpyPacked) in GetContextLock_CreatePlatformPixmapSurfaceEXT() argument
560 GetContextLock_CreatePlatformWindowSurfaceEXT(Thread *thread, egl::Display *dpyPacked) in GetContextLock_CreatePlatformWindowSurfaceEXT() argument
565 ANGLE_INLINE ScopedContextMutexLock GetContextLock_GetPlatformDisplayEXT(Thread *thread) in GetContextLock_GetPlatformDisplayEXT() argument
571 ANGLE_INLINE ScopedContextMutexLock GetContextLock_DebugMessageControlKHR(Thread *thread) in GetContextLock_DebugMessageControlKHR() argument
576 ANGLE_INLINE ScopedContextMutexLock GetContextLock_LabelObjectKHR(Thread *thread, in GetContextLock_LabelObjectKHR() argument
582 ANGLE_INLINE ScopedContextMutexLock GetContextLock_QueryDebugKHR(Thread *thread, EGLint attribute) in GetContextLock_QueryDebugKHR() argument
588 ANGLE_INLINE ScopedContextMutexLock GetContextLock_ClientWaitSyncKHR(Thread *thread, in GetContextLock_ClientWaitSyncKHR() argument
591 return TryLockCurrentContext(thread); in GetContextLock_ClientWaitSyncKHR()
594 ANGLE_INLINE ScopedContextMutexLock GetContextLock_CreateSyncKHR(Thread *thread, in GetContextLock_CreateSyncKHR() argument
597 return TryLockCurrentContext(thread); in GetContextLock_CreateSyncKHR()
600 ANGLE_INLINE ScopedContextMutexLock GetContextLock_DestroySyncKHR(Thread *thread, in GetContextLock_DestroySyncKHR() argument
606 ANGLE_INLINE ScopedContextMutexLock GetContextLock_GetSyncAttribKHR(Thread *thread, in GetContextLock_GetSyncAttribKHR() argument
614 ANGLE_INLINE ScopedContextMutexLock GetContextLock_CreateImageKHR(Thread *thread, in GetContextLock_CreateImageKHR() argument
621 ANGLE_INLINE ScopedContextMutexLock GetContextLock_DestroyImageKHR(Thread *thread, in GetContextLock_DestroyImageKHR() argument
629 ANGLE_INLINE ScopedContextMutexLock GetContextLock_LockSurfaceKHR(Thread *thread, in GetContextLock_LockSurfaceKHR() argument
635 ANGLE_INLINE ScopedContextMutexLock GetContextLock_QuerySurface64KHR(Thread *thread, in GetContextLock_QuerySurface64KHR() argument
642 ANGLE_INLINE ScopedContextMutexLock GetContextLock_UnlockSurfaceKHR(Thread *thread, in GetContextLock_UnlockSurfaceKHR() argument
649 ANGLE_INLINE ScopedContextMutexLock GetContextLock_SetDamageRegionKHR(Thread *thread, in GetContextLock_SetDamageRegionKHR() argument
656 ANGLE_INLINE ScopedContextMutexLock GetContextLock_SignalSyncKHR(Thread *thread, in GetContextLock_SignalSyncKHR() argument
659 return TryLockCurrentContext(thread); in GetContextLock_SignalSyncKHR()
663 ANGLE_INLINE ScopedContextMutexLock GetContextLock_CreateStreamKHR(Thread *thread, in GetContextLock_CreateStreamKHR() argument
669 ANGLE_INLINE ScopedContextMutexLock GetContextLock_DestroyStreamKHR(Thread *thread, in GetContextLock_DestroyStreamKHR() argument
675 ANGLE_INLINE ScopedContextMutexLock GetContextLock_QueryStreamKHR(Thread *thread, in GetContextLock_QueryStreamKHR() argument
682 ANGLE_INLINE ScopedContextMutexLock GetContextLock_QueryStreamu64KHR(Thread *thread, in GetContextLock_QueryStreamu64KHR() argument
689 ANGLE_INLINE ScopedContextMutexLock GetContextLock_StreamAttribKHR(Thread *thread, in GetContextLock_StreamAttribKHR() argument
697 ANGLE_INLINE ScopedContextMutexLock GetContextLock_StreamConsumerAcquireKHR(Thread *thread, in GetContextLock_StreamConsumerAcquireKHR() argument
700 return TryLockCurrentContext(thread); in GetContextLock_StreamConsumerAcquireKHR()
704 GetContextLock_StreamConsumerGLTextureExternalKHR(Thread *thread, egl::Display *dpyPacked) in GetContextLock_StreamConsumerGLTextureExternalKHR() argument
706 return TryLockCurrentContext(thread); in GetContextLock_StreamConsumerGLTextureExternalKHR()
709 ANGLE_INLINE ScopedContextMutexLock GetContextLock_StreamConsumerReleaseKHR(Thread *thread, in GetContextLock_StreamConsumerReleaseKHR() argument
712 return TryLockCurrentContext(thread); in GetContextLock_StreamConsumerReleaseKHR()
716 ANGLE_INLINE ScopedContextMutexLock GetContextLock_SwapBuffersWithDamageKHR(Thread *thread, in GetContextLock_SwapBuffersWithDamageKHR() argument
719 return TryLockCurrentContext(thread); in GetContextLock_SwapBuffersWithDamageKHR()
723 ANGLE_INLINE ScopedContextMutexLock GetContextLock_WaitSyncKHR(Thread *thread, in GetContextLock_WaitSyncKHR() argument
726 return TryLockCurrentContext(thread); in GetContextLock_WaitSyncKHR()
730 ANGLE_INLINE ScopedContextMutexLock GetContextLock_PostSubBufferNV(Thread *thread, in GetContextLock_PostSubBufferNV() argument
733 return TryLockCurrentContext(thread); in GetContextLock_PostSubBufferNV()
738 GetContextLock_StreamConsumerGLTextureExternalAttribsNV(Thread *thread, egl::Display *dpyPacked) in GetContextLock_StreamConsumerGLTextureExternalAttribsNV() argument
740 return TryLockCurrentContext(thread); in GetContextLock_StreamConsumerGLTextureExternalAttribsNV()
744 ANGLE_INLINE ScopedContextMutexLock GetContextLock_SetValidationEnabledANGLE(Thread *thread) in GetContextLock_SetValidationEnabledANGLE() argument