Searched defs:Context (Results 1 – 1 of 1) sorted by relevance
39 struct Context { struct40 static std::map<uint32_t, Context*> map; argument42 Context(uint32_t handle_, const char* name_, uint32_t nlen_, PFNSUBMITCMD pfnProcessCmd_, in Context() function50 ~Context() { in ~Context() argument61 Context* bind(EglContext* ctx_) { in bind() argument80 worker = std::thread(&Context::worker_func, this); in setPidTid() argument86 void submitCommand(void* buf, size_t bufSize) { in submitCommand()111 EglContext* ctx = nullptr; argument112 std::thread worker;113 std::string name;[all …]