Home
last modified time | relevance | path

Searched refs:GetCurrentThreadUniqueId (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DDebugAnnotator11.cpp122 angle::GetCurrentThreadUniqueId() == mAnnotationThread; in loggingEnabledForThisThread()
134 mAnnotationThread = angle::GetCurrentThreadUniqueId(); in initialize()
/aosp_15_r20/external/angle/src/common/
H A Dsystem_utils.cpp247 uint64_t GetCurrentThreadUniqueId() in GetCurrentThreadUniqueId() function
267 uint64_t GetCurrentThreadUniqueId() in GetCurrentThreadUniqueId() function
H A Dsystem_utils.h64 uint64_t GetCurrentThreadUniqueId();
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/glx/
H A DDisplayGLX.cpp264 mCurrentNativeContexts[angle::GetCurrentThreadUniqueId()] = mContext; in initialize()
368 newContext != mCurrentNativeContexts[angle::GetCurrentThreadUniqueId()]) in makeCurrent()
374 mCurrentNativeContexts[angle::GetCurrentThreadUniqueId()] = newContext; in makeCurrent()
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/cgl/
H A DDisplayCGL.mm229 mThreadsWithCurrentContext.insert(angle::GetCurrentThreadUniqueId());
291 auto threadId = angle::GetCurrentThreadUniqueId();
307 auto threadId = angle::GetCurrentThreadUniqueId();
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/wgl/
H A DDisplayWGL.cpp685 mCurrentNativeContexts[angle::GetCurrentThreadUniqueId()]; in makeCurrent()
882 mCurrentNativeContexts[angle::GetCurrentThreadUniqueId()]; in createRenderer()
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/egl/
H A DDisplayEGL.cpp731 mCurrentNativeContexts[angle::GetCurrentThreadUniqueId()]; in makeCurrent()
961 mCurrentNativeContexts[angle::GetCurrentThreadUniqueId()]; in createRenderer()
/aosp_15_r20/external/angle/src/tests/perf_tests/
H A DANGLEPerfTest.cpp1400 uint64_t id = angle::GetCurrentThreadUniqueId(); in getCurrentThreadSerial()