• Home
  • Raw
  • Download

Lines Matching refs:m_egl

9 	return m_egl.bindAPI(api);
14 return m_egl.bindTexImage(dpy, surface, buffer);
19 return m_egl.chooseConfig(dpy, attrib_list, configs, config_size, num_config);
24 return m_egl.clientWaitSync(dpy, sync, flags, timeout);
29 return m_egl.clientWaitSyncKHR(dpy, sync, flags, timeout);
34 return m_egl.copyBuffers(dpy, surface, target);
39 return m_egl.createContext(dpy, config, share_context, attrib_list);
44 return m_egl.createImage(dpy, ctx, target, buffer, attrib_list);
49 return m_egl.createImageKHR(dpy, ctx, target, buffer, attrib_list);
54 return m_egl.createPbufferFromClientBuffer(dpy, buftype, buffer, config, attrib_list);
59 return m_egl.createPbufferSurface(dpy, config, attrib_list);
64 return m_egl.createPixmapSurface(dpy, config, pixmap, attrib_list);
69 return m_egl.createPlatformPixmapSurface(dpy, config, native_pixmap, attrib_list);
74 return m_egl.createPlatformPixmapSurfaceEXT(dpy, config, native_pixmap, attrib_list);
79 return m_egl.createPlatformWindowSurface(dpy, config, native_window, attrib_list);
84 return m_egl.createPlatformWindowSurfaceEXT(dpy, config, native_window, attrib_list);
89 return m_egl.createSync(dpy, type, attrib_list);
94 return m_egl.createSyncKHR(dpy, type, attrib_list);
99 return m_egl.createWindowSurface(dpy, config, win, attrib_list);
104 return m_egl.destroyContext(dpy, ctx);
109 return m_egl.destroyImage(dpy, image);
114 return m_egl.destroyImageKHR(dpy, image);
119 return m_egl.destroySurface(dpy, surface);
124 return m_egl.destroySync(dpy, sync);
129 return m_egl.destroySyncKHR(dpy, sync);
134 return m_egl.getConfigAttrib(dpy, config, attribute, value);
139 return m_egl.getConfigs(dpy, configs, config_size, num_config);
144 return m_egl.getCurrentContext();
149 return m_egl.getCurrentDisplay();
154 return m_egl.getCurrentSurface(readdraw);
159 return m_egl.getDisplay(display_id);
164 return m_egl.getError();
169 return m_egl.getPlatformDisplay(platform, native_display, attrib_list);
174 return m_egl.getPlatformDisplayEXT(platform, native_display, attrib_list);
179 return m_egl.getProcAddress(procname);
184 return m_egl.getSyncAttrib(dpy, sync, attribute, value);
189 return m_egl.getSyncAttribKHR(dpy, sync, attribute, value);
194 return m_egl.initialize(dpy, major, minor);
199 return m_egl.lockSurfaceKHR(dpy, surface, attrib_list);
204 return m_egl.makeCurrent(dpy, draw, read, ctx);
209 return m_egl.queryAPI();
214 return m_egl.queryContext(dpy, ctx, attribute, value);
219 return m_egl.queryString(dpy, name);
224 return m_egl.querySurface(dpy, surface, attribute, value);
229 return m_egl.releaseTexImage(dpy, surface, buffer);
234 return m_egl.releaseThread();
239 return m_egl.setDamageRegionKHR(dpy, surface, rects, n_rects);
244 return m_egl.signalSyncKHR(dpy, sync, mode);
249 return m_egl.surfaceAttrib(dpy, surface, attribute, value);
254 return m_egl.swapBuffers(dpy, surface);
259 return m_egl.swapBuffersWithDamageKHR(dpy, surface, rects, n_rects);
264 return m_egl.swapInterval(dpy, interval);
269 return m_egl.terminate(dpy);
274 return m_egl.unlockSurfaceKHR(dpy, surface);
279 return m_egl.waitClient();
284 return m_egl.waitGL();
289 return m_egl.waitNative(engine);
294 return m_egl.waitSync(dpy, sync, flags);
299 return m_egl.waitSyncKHR(dpy, sync, flags);