Home
last modified time | relevance | path

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

/device/generic/opengl-transport/host/libs/virglrenderer/
DEglSurface.h26 struct EglSurface { struct
27 static std::map<uint32_t, EglSurface*> map; argument
30 EglSurface(EGLConfig config_, uint32_t ctx_, uint32_t width_, uint32_t height_) in EglSurface() function
35 ~EglSurface() { in ~EglSurface() argument
39 EglSurface* bind(uint32_t ctx_, bool read_) { in bind() argument
60 void unbind(bool read_) { in unbind()
73 bool disposable() { in disposable()
77 EGLSurface surface = EGL_NO_SURFACE;
78 ANativeWindow* window = nullptr;
79 uint32_t create_ctx;
[all …]
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/EGL/
DEglSurface.h27 class EglSurface; variable
69 EglSurface(EglDisplay *dpy, in EglSurface() function