Home
last modified time | relevance | path

Searched refs:mAnnotationThread (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DDebugAnnotator11.cpp70 return mUserDefinedAnnotation != nullptr && std::this_thread::get_id() == mAnnotationThread; in loggingEnabledForThisThread()
84 mAnnotationThread = std::this_thread::get_id(); in initialize()
DDebugAnnotator11.h44 std::thread::id mAnnotationThread; variable