Home | History | Annotate | Download | only in egl

Lines Matching refs:m_egl

11 	eglw::EGLBoolean returnValue = m_egl.bindAPI(api);
21 eglw::EGLBoolean returnValue = m_egl.bindTexImage(dpy, surface, buffer);
31 eglw::EGLBoolean returnValue = m_egl.chooseConfig(dpy, attrib_list, configs, config_size, num_config);
46 eglw::EGLint returnValue = m_egl.clientWaitSync(dpy, sync, flags, timeout);
56 eglw::EGLint returnValue = m_egl.clientWaitSyncKHR(dpy, sync, flags, timeout);
66 eglw::EGLBoolean returnValue = m_egl.copyBuffers(dpy, surface, target);
76 eglw::EGLContext returnValue = m_egl.createContext(dpy, config, share_context, attrib_list);
86 eglw::EGLImage returnValue = m_egl.createImage(dpy, ctx, target, buffer, attrib_list);
96 eglw::EGLImageKHR returnValue = m_egl.createImageKHR(dpy, ctx, target, buffer, attrib_list);
106 eglw::EGLSurface returnValue = m_egl.createPbufferFromClientBuffer(dpy, buftype, buffer, config, attrib_list);
116 eglw::EGLSurface returnValue = m_egl.createPbufferSurface(dpy, config, attrib_list);
126 eglw::EGLSurface returnValue = m_egl.createPixmapSurface(dpy, config, pixmap, attrib_list);
136 eglw::EGLSurface returnValue = m_egl.createPlatformPixmapSurface(dpy, config, native_pixmap, attrib_list);
146 eglw::EGLSurface returnValue = m_egl.createPlatformPixmapSurfaceEXT(dpy, config, native_pixmap, attrib_list);
156 eglw::EGLSurface returnValue = m_egl.createPlatformWindowSurface(dpy, config, native_window, attrib_list);
166 eglw::EGLSurface returnValue = m_egl.createPlatformWindowSurfaceEXT(dpy, config, native_window, attrib_list);
176 eglw::EGLSync returnValue = m_egl.createSync(dpy, type, attrib_list);
186 eglw::EGLSyncKHR returnValue = m_egl.createSyncKHR(dpy, type, attrib_list);
196 eglw::EGLSurface returnValue = m_egl.createWindowSurface(dpy, config, win, attrib_list);
206 eglw::EGLBoolean returnValue = m_egl.destroyContext(dpy, ctx);
216 eglw::EGLBoolean returnValue = m_egl.destroyImage(dpy, image);
226 eglw::EGLBoolean returnValue = m_egl.destroyImageKHR(dpy, image);
236 eglw::EGLBoolean returnValue = m_egl.destroySurface(dpy, surface);
246 eglw::EGLBoolean returnValue = m_egl.destroySync(dpy, sync);
256 eglw::EGLBoolean returnValue = m_egl.destroySyncKHR(dpy, sync);
266 eglw::EGLBoolean returnValue = m_egl.getConfigAttrib(dpy, config, attribute, value);
280 eglw::EGLBoolean returnValue = m_egl.getConfigs(dpy, configs, config_size, num_config);
290 eglw::EGLContext returnValue = m_egl.getCurrentContext();
300 eglw::EGLDisplay returnValue = m_egl.getCurrentDisplay();
310 eglw::EGLSurface returnValue = m_egl.getCurrentSurface(readdraw);
320 eglw::EGLDisplay returnValue = m_egl.getDisplay(display_id);
330 eglw::EGLint returnValue = m_egl.getError();
340 eglw::EGLDisplay returnValue = m_egl.getPlatformDisplay(platform, native_display, attrib_list);
350 eglw::EGLDisplay returnValue = m_egl.getPlatformDisplayEXT(platform, native_display, attrib_list);
360 eglw::__eglMustCastToProperFunctionPointerType returnValue = m_egl.getProcAddress(procname);
370 eglw::EGLBoolean returnValue = m_egl.getSyncAttrib(dpy, sync, attribute, value);
380 eglw::EGLBoolean returnValue = m_egl.getSyncAttribKHR(dpy, sync, attribute, value);
390 eglw::EGLBoolean returnValue = m_egl.initialize(dpy, major, minor);
400 eglw::EGLBoolean returnValue = m_egl.lockSurfaceKHR(dpy, surface, attrib_list);
410 eglw::EGLBoolean returnValue = m_egl.makeCurrent(dpy, draw, read, ctx);
420 eglw::EGLenum returnValue = m_egl.queryAPI();
430 eglw::EGLBoolean returnValue = m_egl.queryContext(dpy, ctx, attribute, value);
444 const char * returnValue = m_egl.queryString(dpy, name);
454 eglw::EGLBoolean returnValue = m_egl.querySurface(dpy, surface, attribute, value);
468 eglw::EGLBoolean returnValue = m_egl.releaseTexImage(dpy, surface, buffer);
478 eglw::EGLBoolean returnValue = m_egl.releaseThread();
488 eglw::EGLBoolean returnValue = m_egl.setDamageRegionKHR(dpy, surface, rects, n_rects);
498 eglw::EGLBoolean returnValue = m_egl.signalSyncKHR(dpy, sync, mode);
508 eglw::EGLBoolean returnValue = m_egl.surfaceAttrib(dpy, surface, attribute, value);
518 eglw::EGLBoolean returnValue = m_egl.swapBuffers(dpy, surface);
528 eglw::EGLBoolean returnValue = m_egl.swapBuffersWithDamageKHR(dpy, surface, rects, n_rects);
538 eglw::EGLBoolean returnValue = m_egl.swapInterval(dpy, interval);
548 eglw::EGLBoolean returnValue = m_egl.terminate(dpy);
558 eglw::EGLBoolean returnValue = m_egl.unlockSurfaceKHR(dpy, surface);
568 eglw::EGLBoolean returnValue = m_egl.waitClient();
578 eglw::EGLBoolean returnValue = m_egl.waitGL();
588 eglw::EGLBoolean returnValue = m_egl.waitNative(engine);
598 eglw::EGLBoolean returnValue = m_egl.waitSync(dpy, sync, flags);
608 eglw::EGLint returnValue = m_egl.waitSyncKHR(dpy, sync, flags);