Searched refs:dpy (Results 1 – 8 of 8) sorted by relevance
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | egl.entries | 8 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint co… 9 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target); 10 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLin… 11 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list); 12 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con… 13 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const … 14 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx); 15 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface); 16 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value); 17 EGLBoolean eglGetConfigs(EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config… [all …]
|
D | egl_extensions.entries | 5 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); 6 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync); 7 EGLint eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout); 8 EGLBoolean eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value); 10 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffe… 11 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR image);
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | RenderControl.cpp | 216 return s_egl.eglInitialize(rc->dpy, major, minor); in rcGetEGLVersion() 221 const char* str = s_egl.eglQueryString(rc->dpy, name); in rcQueryEGLString() 333 EGLBoolean ret = s_egl.eglChooseConfig(rc->dpy, attribs, configs, configs_size, &num_config); in rcChooseConfig() 341 if (s_egl.eglGetConfigAttrib(rc->dpy, configs[i], EGL_CONFIG_ID, &config_id)) { in rcChooseConfig() 408 s_egl.eglCreateContext(rc->dpy, config->config, share_context, attrib_list); in rcCreateContext() 415 s_egl.eglDestroyContext(rc->dpy, context_); in rcCreateContext() 431 s_egl.eglDestroyContext(rc->dpy, context->context); in rcDestroyContext() 462 s_egl.eglDestroySurface(rc->dpy, surface->surface); in rcDestroyWindowSurface() 500 surface->surface = s_egl.eglCreatePbufferSurface(rc->dpy, surface->config, attrib_list); in rcSetWindowColorBuffer() 521 s_egl.eglCreateWindowSurface(rc->dpy, surface->config, native_window, nullptr); in rcSetWindowColorBuffer() [all …]
|
D | EglImage.h | 32 : pfnEglDestroyImageKHR(pfnEglDestroyImageKHR_), image(image_), dpy(dpy_), id(nextId++) { in EglImage() 37 pfnEglDestroyImageKHR(dpy, image); in ~EglImage() 43 EGLDisplay dpy; member
|
D | EglConfig.h | 72 EglConfig(EGLDisplay dpy, EGLConfig config_, PFNEGLGETCONFIGATTRIB pfnEglGetConfigAttrib) in EglConfig() 75 if (!pfnEglGetConfigAttrib(dpy, config, kAttribs[a], &attribs[a])) in EglConfig()
|
D | RenderControl.h | 27 EGLDisplay dpy; member
|
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 6000 vnc_server_dpy_pageflip(void *dpy, int w, int h, int fmt) "VNC server dpy pageflip dpy=%p size=%dx%… 6001 vnc_server_dpy_recreate(void *dpy, int w, int h, int fmt) "VNC server dpy recreate dpy=%p size=%dx%…
|
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 6000 vnc_server_dpy_pageflip(void *dpy, int w, int h, int fmt) "VNC server dpy pageflip dpy=%p size=%dx%… 6001 vnc_server_dpy_recreate(void *dpy, int w, int h, int fmt) "VNC server dpy recreate dpy=%p size=%dx%…
|