Searched defs:ThreadContext (Results 1 – 5 of 5) sorted by relevance
123 struct ThreadContext { struct127 BufferManager fBufferManager;128 GrGLuint fCurrArrayBuffer;129 GrGLuint fCurrElementArrayBuffer;130 GrGLuint fCurrProgramID;131 GrGLuint fCurrShaderID;133 static ThreadContext* Get() { in Get()137 ThreadContext() in ThreadContext() function144 static void* Create() { return SkNEW(ThreadContext ); } in Create()145 static void Delete(void* context) { SkDELETE(reinterpret_cast<ThreadContext *>(context)); } in Delete()
145 class ThreadContext; variable
25 ThreadContext::ThreadContext(int tid) in ThreadContext() function in __tsan::ThreadContext
51 ThreadContext::ThreadContext(int tid) in ThreadContext() function in __lsan::ThreadContext
1003 MINIDUMP_LOCATION_DESCRIPTOR ThreadContext; member1018 MINIDUMP_LOCATION_DESCRIPTOR ThreadContext; member1041 MINIDUMP_LOCATION_DESCRIPTOR ThreadContext; member