Home
last modified time | relevance | path

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

/device/generic/opengl-transport/host/libs/virglrenderer/
DEglContext.h24 struct EglContext { struct
32 static std::map<uint32_t, EglContext*> map; argument
35 EglContext(EGLContext context_, uint32_t ctx_, GLESApi api_) in EglContext() argument
40 ~EglContext() { in ~EglContext() argument
44 EglContext* bind(uint32_t ctx_) { in bind() argument
56 void unbind() { in unbind()
60 bool disposable() { in disposable()
64 uint32_t create_ctx;
65 EGLContext context;
66 enum GLESApi api;
[all …]
/device/generic/goldfish/camera/
Dabc3d.h70 struct EglContext : CantCopyAssign { struct
73 EglContext& operator=(EglContext&&) noexcept; argument
83 EGLContext mEglContext = EGL_NO_CONTEXT; argument
84 EGLSurface mEglSurface = EGL_NO_SURFACE;
Dabc3d.cpp119 EglContext::EglContext(EglContext&& rhs) noexcept in EglContext() function in android::hardware::camera::provider::implementation::abc3d::EglContext
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/EGL/
DEglContext.h33 class EglContext; variable
DEglContext.cpp33 EglContext::EglContext(EglDisplay *dpy, in EglContext() function in EglContext