Home
last modified time | relevance | path

Searched defs:Context (Results 1 – 2 of 2) 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() argument
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 …]
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_raii.hpp2286 class Context class
2290 Context() in Context() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Context
2302 Context( Context && rhs ) VULKAN_HPP_NOEXCEPT in Context() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Context