Home
last modified time | relevance | path

Searched defs:Context (Results 1 – 1 of 1) sorted by relevance

/device/generic/opengl-transport/host/libs/virglrenderer/
DContext.h39 struct Context { struct
40 static std::map<uint32_t, Context*> map; argument
42 Context(uint32_t handle_, const char* name_, uint32_t nlen_, PFNSUBMITCMD pfnProcessCmd_, in Context() function
50 ~Context() { in ~Context() argument
61 Context* bind(EglContext* ctx_) { in bind() argument
80 worker = std::thread(&Context::worker_func, this); in setPidTid() argument
86 void submitCommand(void* buf, size_t bufSize) { in submitCommand()
111 EglContext* ctx = nullptr; argument
112 std::thread worker;
113 std::string name;
[all …]