Home | History | Annotate | Download | only in EGL_host_wrapper

Lines Matching refs:attrib_list

94 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config)
96 return getDispatch()->eglChooseConfig(dpy, attrib_list, configs, config_size, num_config);
104 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list)
106 return getDispatch()->eglCreateWindowSurface(dpy, config, win, attrib_list);
109 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list)
111 return getDispatch()->eglCreatePbufferSurface(dpy, config, attrib_list);
114 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list)
116 return getDispatch()->eglCreatePixmapSurface(dpy, config, pixmap, attrib_list);
149 EGLSurface eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list)
151 return getDispatch()->eglCreatePbufferFromClientBuffer(dpy, buftype, buffer, config, attrib_list);
174 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list)
176 return getDispatch()->eglCreateContext(dpy, config, share_context, attrib_list);
229 EGLBoolean eglLockSurfaceKHR(EGLDisplay display, EGLSurface surface, const EGLint *attrib_list)
231 return getDispatch()->eglLockSurfaceKHR(display, surface, attrib_list);
239 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list)
241 return getDispatch()->eglCreateImageKHR(dpy, ctx, target, buffer, attrib_list);
249 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list)
251 return getDispatch()->eglCreateSyncKHR(dpy, type, attrib_list);