1*35238bceSAndroid Build Coastguard Worker/* WARNING: This is auto-generated file. Do not modify, since changes will 2*35238bceSAndroid Build Coastguard Worker * be lost! Modify the generating script instead. 3*35238bceSAndroid Build Coastguard Worker * 4*35238bceSAndroid Build Coastguard Worker * Generated from Khronos EGL API description (egl.xml) revision 6550e9b12e0b4f11182bda30ae2a8dd56d0b02c8. 5*35238bceSAndroid Build Coastguard Worker */ 6*35238bceSAndroid Build Coastguard Worker 7*35238bceSAndroid Build Coastguard WorkerEGLBoolean FuncPtrLibrary::bindAPI (EGLenum api) const 8*35238bceSAndroid Build Coastguard Worker{ 9*35238bceSAndroid Build Coastguard Worker return m_egl.bindAPI(api); 10*35238bceSAndroid Build Coastguard Worker} 11*35238bceSAndroid Build Coastguard Worker 12*35238bceSAndroid Build Coastguard WorkerEGLBoolean FuncPtrLibrary::bindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer) const 13*35238bceSAndroid Build Coastguard Worker{ 14*35238bceSAndroid Build Coastguard Worker return m_egl.bindTexImage(dpy, surface, buffer); 15*35238bceSAndroid Build Coastguard Worker} 16*35238bceSAndroid Build Coastguard Worker 17*35238bceSAndroid Build Coastguard WorkerEGLBoolean FuncPtrLibrary::chooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config) const 18*35238bceSAndroid Build Coastguard Worker{ 19*35238bceSAndroid Build Coastguard Worker return m_egl.chooseConfig(dpy, attrib_list, configs, config_size, num_config); 20*35238bceSAndroid Build Coastguard Worker} 21*35238bceSAndroid Build Coastguard Worker 22*35238bceSAndroid Build Coastguard WorkerEGLint FuncPtrLibrary::clientWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout) const 23*35238bceSAndroid Build Coastguard Worker{ 24*35238bceSAndroid Build Coastguard Worker return m_egl.clientWaitSync(dpy, sync, flags, timeout); 25*35238bceSAndroid Build Coastguard Worker} 26*35238bceSAndroid Build Coastguard Worker 27*35238bceSAndroid Build Coastguard WorkerEGLint FuncPtrLibrary::clientWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout) const 28*35238bceSAndroid Build Coastguard Worker{ 29*35238bceSAndroid Build Coastguard Worker return m_egl.clientWaitSyncKHR(dpy, sync, flags, timeout); 30*35238bceSAndroid Build Coastguard Worker} 31*35238bceSAndroid Build Coastguard Worker 32*35238bceSAndroid Build Coastguard WorkerEGLBoolean FuncPtrLibrary::copyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) const 33*35238bceSAndroid Build Coastguard Worker{ 34*35238bceSAndroid Build Coastguard Worker return m_egl.copyBuffers(dpy, surface, target); 35*35238bceSAndroid Build Coastguard Worker} 36*35238bceSAndroid Build Coastguard Worker 37*35238bceSAndroid Build Coastguard WorkerEGLContext FuncPtrLibrary::createContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list) const 38*35238bceSAndroid Build Coastguard Worker{ 39*35238bceSAndroid Build Coastguard Worker return m_egl.createContext(dpy, config, share_context, attrib_list); 40*35238bceSAndroid Build Coastguard Worker} 41*35238bceSAndroid Build Coastguard Worker 42*35238bceSAndroid Build Coastguard WorkerEGLImage FuncPtrLibrary::createImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list) const 43*35238bceSAndroid Build Coastguard Worker{ 44*35238bceSAndroid Build Coastguard Worker return m_egl.createImage(dpy, ctx, target, buffer, attrib_list); 45*35238bceSAndroid Build Coastguard Worker} 46*35238bceSAndroid Build Coastguard Worker 47*35238bceSAndroid Build Coastguard WorkerEGLImageKHR FuncPtrLibrary::createImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) const 48*35238bceSAndroid Build Coastguard Worker{ 49*35238bceSAndroid Build Coastguard Worker return m_egl.createImageKHR(dpy, ctx, target, buffer, attrib_list); 50*35238bceSAndroid Build Coastguard Worker} 51*35238bceSAndroid Build Coastguard Worker 52*35238bceSAndroid Build Coastguard WorkerEGLSurface FuncPtrLibrary::createPbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) const 53*35238bceSAndroid Build Coastguard Worker{ 54*35238bceSAndroid Build Coastguard Worker return m_egl.createPbufferFromClientBuffer(dpy, buftype, buffer, config, attrib_list); 55*35238bceSAndroid Build Coastguard Worker} 56*35238bceSAndroid Build Coastguard Worker 57*35238bceSAndroid Build Coastguard WorkerEGLSurface FuncPtrLibrary::createPbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) const 58*35238bceSAndroid Build Coastguard Worker{ 59*35238bceSAndroid Build Coastguard Worker return m_egl.createPbufferSurface(dpy, config, attrib_list); 60*35238bceSAndroid Build Coastguard Worker} 61*35238bceSAndroid Build Coastguard Worker 62*35238bceSAndroid Build Coastguard WorkerEGLSurface FuncPtrLibrary::createPixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list) const 63*35238bceSAndroid Build Coastguard Worker{ 64*35238bceSAndroid Build Coastguard Worker return m_egl.createPixmapSurface(dpy, config, pixmap, attrib_list); 65*35238bceSAndroid Build Coastguard Worker} 66*35238bceSAndroid Build Coastguard Worker 67*35238bceSAndroid Build Coastguard WorkerEGLSurface FuncPtrLibrary::createPlatformPixmapSurface (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list) const 68*35238bceSAndroid Build Coastguard Worker{ 69*35238bceSAndroid Build Coastguard Worker return m_egl.createPlatformPixmapSurface(dpy, config, native_pixmap, attrib_list); 70*35238bceSAndroid Build Coastguard Worker} 71*35238bceSAndroid Build Coastguard Worker 72*35238bceSAndroid Build Coastguard WorkerEGLSurface FuncPtrLibrary::createPlatformPixmapSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list) const 73*35238bceSAndroid Build Coastguard Worker{ 74*35238bceSAndroid Build Coastguard Worker return m_egl.createPlatformPixmapSurfaceEXT(dpy, config, native_pixmap, attrib_list); 75*35238bceSAndroid Build Coastguard Worker} 76*35238bceSAndroid Build Coastguard Worker 77*35238bceSAndroid Build Coastguard WorkerEGLSurface FuncPtrLibrary::createPlatformWindowSurface (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list) const 78*35238bceSAndroid Build Coastguard Worker{ 79*35238bceSAndroid Build Coastguard Worker return m_egl.createPlatformWindowSurface(dpy, config, native_window, attrib_list); 80*35238bceSAndroid Build Coastguard Worker} 81*35238bceSAndroid Build Coastguard Worker 82*35238bceSAndroid Build Coastguard WorkerEGLSurface FuncPtrLibrary::createPlatformWindowSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLint *attrib_list) const 83*35238bceSAndroid Build Coastguard Worker{ 84*35238bceSAndroid Build Coastguard Worker return m_egl.createPlatformWindowSurfaceEXT(dpy, config, native_window, attrib_list); 85*35238bceSAndroid Build Coastguard Worker} 86*35238bceSAndroid Build Coastguard Worker 87*35238bceSAndroid Build Coastguard WorkerEGLSync FuncPtrLibrary::createSync (EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list) const 88*35238bceSAndroid Build Coastguard Worker{ 89*35238bceSAndroid Build Coastguard Worker return m_egl.createSync(dpy, type, attrib_list); 90*35238bceSAndroid Build Coastguard Worker} 91*35238bceSAndroid Build Coastguard Worker 92*35238bceSAndroid Build Coastguard WorkerEGLSyncKHR FuncPtrLibrary::createSyncKHR (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) const 93*35238bceSAndroid Build Coastguard Worker{ 94*35238bceSAndroid Build Coastguard Worker return m_egl.createSyncKHR(dpy, type, attrib_list); 95*35238bceSAndroid Build Coastguard Worker} 96*35238bceSAndroid Build Coastguard Worker 97*35238bceSAndroid Build Coastguard WorkerEGLSurface FuncPtrLibrary::createWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list) const 98*35238bceSAndroid Build Coastguard Worker{ 99*35238bceSAndroid Build Coastguard Worker return m_egl.createWindowSurface(dpy, config, win, attrib_list); 100*35238bceSAndroid Build Coastguard Worker} 101*35238bceSAndroid Build Coastguard Worker 102*35238bceSAndroid Build Coastguard WorkerEGLBoolean FuncPtrLibrary::destroyContext (EGLDisplay dpy, EGLContext ctx) const 103*35238bceSAndroid Build Coastguard Worker{ 104*35238bceSAndroid Build Coastguard Worker return m_egl.destroyContext(dpy, ctx); 105*35238bceSAndroid Build Coastguard Worker} 106*35238bceSAndroid Build Coastguard Worker 107*35238bceSAndroid Build Coastguard WorkerEGLBoolean FuncPtrLibrary::destroyImage (EGLDisplay dpy, EGLImage image) const 108*35238bceSAndroid Build Coastguard Worker{ 109*35238bceSAndroid Build Coastguard Worker return m_egl.destroyImage(dpy, image); 110*35238bceSAndroid Build Coastguard Worker} 111*35238bceSAndroid Build Coastguard Worker 112*35238bceSAndroid Build Coastguard WorkerEGLBoolean FuncPtrLibrary::destroyImageKHR (EGLDisplay dpy, EGLImageKHR image) const 113*35238bceSAndroid Build Coastguard Worker{ 114*35238bceSAndroid Build Coastguard Worker return m_egl.destroyImageKHR(dpy, image); 115*35238bceSAndroid Build Coastguard Worker} 116*35238bceSAndroid Build Coastguard Worker 117*35238bceSAndroid Build Coastguard WorkerEGLBoolean FuncPtrLibrary::destroySurface (EGLDisplay dpy, EGLSurface surface) const 118*35238bceSAndroid Build Coastguard Worker{ 119*35238bceSAndroid Build Coastguard Worker return m_egl.destroySurface(dpy, surface); 120*35238bceSAndroid Build Coastguard Worker} 121*35238bceSAndroid Build Coastguard Worker 122*35238bceSAndroid Build Coastguard WorkerEGLBoolean FuncPtrLibrary::destroySync (EGLDisplay dpy, EGLSync sync) const 123*35238bceSAndroid Build Coastguard Worker{ 124*35238bceSAndroid Build Coastguard Worker return m_egl.destroySync(dpy, sync); 125*35238bceSAndroid Build Coastguard Worker} 126*35238bceSAndroid Build Coastguard Worker 127*35238bceSAndroid Build Coastguard WorkerEGLBoolean FuncPtrLibrary::destroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync) const 128*35238bceSAndroid Build Coastguard Worker{ 129*35238bceSAndroid Build Coastguard Worker return m_egl.destroySyncKHR(dpy, sync); 130*35238bceSAndroid Build Coastguard Worker} 131*35238bceSAndroid Build Coastguard Worker 132*35238bceSAndroid Build Coastguard WorkerEGLBoolean FuncPtrLibrary::getConfigAttrib (EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) const 133*35238bceSAndroid Build Coastguard Worker{ 134*35238bceSAndroid Build Coastguard Worker return m_egl.getConfigAttrib(dpy, config, attribute, value); 135*35238bceSAndroid Build Coastguard Worker} 136*35238bceSAndroid Build Coastguard Worker 137*35238bceSAndroid Build Coastguard WorkerEGLBoolean FuncPtrLibrary::getConfigs (EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config) const 138*35238bceSAndroid Build Coastguard Worker{ 139*35238bceSAndroid Build Coastguard Worker return m_egl.getConfigs(dpy, configs, config_size, num_config); 140*35238bceSAndroid Build Coastguard Worker} 141*35238bceSAndroid Build Coastguard Worker 142*35238bceSAndroid Build Coastguard WorkerEGLContext FuncPtrLibrary::getCurrentContext (void) const 143*35238bceSAndroid Build Coastguard Worker{ 144*35238bceSAndroid Build Coastguard Worker return m_egl.getCurrentContext(); 145*35238bceSAndroid Build Coastguard Worker} 146*35238bceSAndroid Build Coastguard Worker 147*35238bceSAndroid Build Coastguard WorkerEGLDisplay FuncPtrLibrary::getCurrentDisplay (void) const 148*35238bceSAndroid Build Coastguard Worker{ 149*35238bceSAndroid Build Coastguard Worker return m_egl.getCurrentDisplay(); 150*35238bceSAndroid Build Coastguard Worker} 151*35238bceSAndroid Build Coastguard Worker 152*35238bceSAndroid Build Coastguard WorkerEGLSurface FuncPtrLibrary::getCurrentSurface (EGLint readdraw) const 153*35238bceSAndroid Build Coastguard Worker{ 154*35238bceSAndroid Build Coastguard Worker return m_egl.getCurrentSurface(readdraw); 155*35238bceSAndroid Build Coastguard Worker} 156*35238bceSAndroid Build Coastguard Worker 157*35238bceSAndroid Build Coastguard WorkerEGLDisplay FuncPtrLibrary::getDisplay (EGLNativeDisplayType display_id) const 158*35238bceSAndroid Build Coastguard Worker{ 159*35238bceSAndroid Build Coastguard Worker return m_egl.getDisplay(display_id); 160*35238bceSAndroid Build Coastguard Worker} 161*35238bceSAndroid Build Coastguard Worker 162*35238bceSAndroid Build Coastguard WorkerEGLint FuncPtrLibrary::getError (void) const 163*35238bceSAndroid Build Coastguard Worker{ 164*35238bceSAndroid Build Coastguard Worker return m_egl.getError(); 165*35238bceSAndroid Build Coastguard Worker} 166*35238bceSAndroid Build Coastguard Worker 167*35238bceSAndroid Build Coastguard WorkerEGLDisplay FuncPtrLibrary::getPlatformDisplay (EGLenum platform, void *native_display, const EGLAttrib *attrib_list) const 168*35238bceSAndroid Build Coastguard Worker{ 169*35238bceSAndroid Build Coastguard Worker return m_egl.getPlatformDisplay(platform, native_display, attrib_list); 170*35238bceSAndroid Build Coastguard Worker} 171*35238bceSAndroid Build Coastguard Worker 172*35238bceSAndroid Build Coastguard WorkerEGLDisplay FuncPtrLibrary::getPlatformDisplayEXT (EGLenum platform, void *native_display, const EGLint *attrib_list) const 173*35238bceSAndroid Build Coastguard Worker{ 174*35238bceSAndroid Build Coastguard Worker return m_egl.getPlatformDisplayEXT(platform, native_display, attrib_list); 175*35238bceSAndroid Build Coastguard Worker} 176*35238bceSAndroid Build Coastguard Worker 177*35238bceSAndroid Build Coastguard Worker__eglMustCastToProperFunctionPointerType FuncPtrLibrary::getProcAddress (const char *procname) const 178*35238bceSAndroid Build Coastguard Worker{ 179*35238bceSAndroid Build Coastguard Worker return m_egl.getProcAddress(procname); 180*35238bceSAndroid Build Coastguard Worker} 181*35238bceSAndroid Build Coastguard Worker 182*35238bceSAndroid Build Coastguard WorkerEGLBoolean FuncPtrLibrary::getSyncAttrib (EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *value) const 183*35238bceSAndroid Build Coastguard Worker{ 184*35238bceSAndroid Build Coastguard Worker return m_egl.getSyncAttrib(dpy, sync, attribute, value); 185*35238bceSAndroid Build Coastguard Worker} 186*35238bceSAndroid Build Coastguard Worker 187*35238bceSAndroid Build Coastguard WorkerEGLBoolean FuncPtrLibrary::getSyncAttribKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value) const 188*35238bceSAndroid Build Coastguard Worker{ 189*35238bceSAndroid Build Coastguard Worker return m_egl.getSyncAttribKHR(dpy, sync, attribute, value); 190*35238bceSAndroid Build Coastguard Worker} 191*35238bceSAndroid Build Coastguard Worker 192*35238bceSAndroid Build Coastguard WorkerEGLBoolean FuncPtrLibrary::initialize (EGLDisplay dpy, EGLint *major, EGLint *minor) const 193*35238bceSAndroid Build Coastguard Worker{ 194*35238bceSAndroid Build Coastguard Worker return m_egl.initialize(dpy, major, minor); 195*35238bceSAndroid Build Coastguard Worker} 196*35238bceSAndroid Build Coastguard Worker 197*35238bceSAndroid Build Coastguard WorkerEGLBoolean FuncPtrLibrary::lockSurfaceKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list) const 198*35238bceSAndroid Build Coastguard Worker{ 199*35238bceSAndroid Build Coastguard Worker return m_egl.lockSurfaceKHR(dpy, surface, attrib_list); 200*35238bceSAndroid Build Coastguard Worker} 201*35238bceSAndroid Build Coastguard Worker 202*35238bceSAndroid Build Coastguard WorkerEGLBoolean FuncPtrLibrary::makeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) const 203*35238bceSAndroid Build Coastguard Worker{ 204*35238bceSAndroid Build Coastguard Worker return m_egl.makeCurrent(dpy, draw, read, ctx); 205*35238bceSAndroid Build Coastguard Worker} 206*35238bceSAndroid Build Coastguard Worker 207*35238bceSAndroid Build Coastguard WorkerEGLenum FuncPtrLibrary::queryAPI (void) const 208*35238bceSAndroid Build Coastguard Worker{ 209*35238bceSAndroid Build Coastguard Worker return m_egl.queryAPI(); 210*35238bceSAndroid Build Coastguard Worker} 211*35238bceSAndroid Build Coastguard Worker 212*35238bceSAndroid Build Coastguard WorkerEGLBoolean FuncPtrLibrary::queryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value) const 213*35238bceSAndroid Build Coastguard Worker{ 214*35238bceSAndroid Build Coastguard Worker return m_egl.queryContext(dpy, ctx, attribute, value); 215*35238bceSAndroid Build Coastguard Worker} 216*35238bceSAndroid Build Coastguard Worker 217*35238bceSAndroid Build Coastguard Workerconst char * FuncPtrLibrary::queryString (EGLDisplay dpy, EGLint name) const 218*35238bceSAndroid Build Coastguard Worker{ 219*35238bceSAndroid Build Coastguard Worker return m_egl.queryString(dpy, name); 220*35238bceSAndroid Build Coastguard Worker} 221*35238bceSAndroid Build Coastguard Worker 222*35238bceSAndroid Build Coastguard WorkerEGLBoolean FuncPtrLibrary::querySurface (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value) const 223*35238bceSAndroid Build Coastguard Worker{ 224*35238bceSAndroid Build Coastguard Worker return m_egl.querySurface(dpy, surface, attribute, value); 225*35238bceSAndroid Build Coastguard Worker} 226*35238bceSAndroid Build Coastguard Worker 227*35238bceSAndroid Build Coastguard WorkerEGLBoolean FuncPtrLibrary::releaseTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer) const 228*35238bceSAndroid Build Coastguard Worker{ 229*35238bceSAndroid Build Coastguard Worker return m_egl.releaseTexImage(dpy, surface, buffer); 230*35238bceSAndroid Build Coastguard Worker} 231*35238bceSAndroid Build Coastguard Worker 232*35238bceSAndroid Build Coastguard WorkerEGLBoolean FuncPtrLibrary::releaseThread (void) const 233*35238bceSAndroid Build Coastguard Worker{ 234*35238bceSAndroid Build Coastguard Worker return m_egl.releaseThread(); 235*35238bceSAndroid Build Coastguard Worker} 236*35238bceSAndroid Build Coastguard Worker 237*35238bceSAndroid Build Coastguard WorkerEGLBoolean FuncPtrLibrary::setDamageRegionKHR (EGLDisplay dpy, EGLSurface surface, EGLint *rects, EGLint n_rects) const 238*35238bceSAndroid Build Coastguard Worker{ 239*35238bceSAndroid Build Coastguard Worker return m_egl.setDamageRegionKHR(dpy, surface, rects, n_rects); 240*35238bceSAndroid Build Coastguard Worker} 241*35238bceSAndroid Build Coastguard Worker 242*35238bceSAndroid Build Coastguard WorkerEGLBoolean FuncPtrLibrary::signalSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode) const 243*35238bceSAndroid Build Coastguard Worker{ 244*35238bceSAndroid Build Coastguard Worker return m_egl.signalSyncKHR(dpy, sync, mode); 245*35238bceSAndroid Build Coastguard Worker} 246*35238bceSAndroid Build Coastguard Worker 247*35238bceSAndroid Build Coastguard WorkerEGLBoolean FuncPtrLibrary::surfaceAttrib (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) const 248*35238bceSAndroid Build Coastguard Worker{ 249*35238bceSAndroid Build Coastguard Worker return m_egl.surfaceAttrib(dpy, surface, attribute, value); 250*35238bceSAndroid Build Coastguard Worker} 251*35238bceSAndroid Build Coastguard Worker 252*35238bceSAndroid Build Coastguard WorkerEGLBoolean FuncPtrLibrary::swapBuffers (EGLDisplay dpy, EGLSurface surface) const 253*35238bceSAndroid Build Coastguard Worker{ 254*35238bceSAndroid Build Coastguard Worker return m_egl.swapBuffers(dpy, surface); 255*35238bceSAndroid Build Coastguard Worker} 256*35238bceSAndroid Build Coastguard Worker 257*35238bceSAndroid Build Coastguard WorkerEGLBoolean FuncPtrLibrary::swapBuffersWithDamageKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *rects, EGLint n_rects) const 258*35238bceSAndroid Build Coastguard Worker{ 259*35238bceSAndroid Build Coastguard Worker return m_egl.swapBuffersWithDamageKHR(dpy, surface, rects, n_rects); 260*35238bceSAndroid Build Coastguard Worker} 261*35238bceSAndroid Build Coastguard Worker 262*35238bceSAndroid Build Coastguard WorkerEGLBoolean FuncPtrLibrary::swapInterval (EGLDisplay dpy, EGLint interval) const 263*35238bceSAndroid Build Coastguard Worker{ 264*35238bceSAndroid Build Coastguard Worker return m_egl.swapInterval(dpy, interval); 265*35238bceSAndroid Build Coastguard Worker} 266*35238bceSAndroid Build Coastguard Worker 267*35238bceSAndroid Build Coastguard WorkerEGLBoolean FuncPtrLibrary::terminate (EGLDisplay dpy) const 268*35238bceSAndroid Build Coastguard Worker{ 269*35238bceSAndroid Build Coastguard Worker return m_egl.terminate(dpy); 270*35238bceSAndroid Build Coastguard Worker} 271*35238bceSAndroid Build Coastguard Worker 272*35238bceSAndroid Build Coastguard WorkerEGLBoolean FuncPtrLibrary::unlockSurfaceKHR (EGLDisplay dpy, EGLSurface surface) const 273*35238bceSAndroid Build Coastguard Worker{ 274*35238bceSAndroid Build Coastguard Worker return m_egl.unlockSurfaceKHR(dpy, surface); 275*35238bceSAndroid Build Coastguard Worker} 276*35238bceSAndroid Build Coastguard Worker 277*35238bceSAndroid Build Coastguard WorkerEGLBoolean FuncPtrLibrary::waitClient (void) const 278*35238bceSAndroid Build Coastguard Worker{ 279*35238bceSAndroid Build Coastguard Worker return m_egl.waitClient(); 280*35238bceSAndroid Build Coastguard Worker} 281*35238bceSAndroid Build Coastguard Worker 282*35238bceSAndroid Build Coastguard WorkerEGLBoolean FuncPtrLibrary::waitGL (void) const 283*35238bceSAndroid Build Coastguard Worker{ 284*35238bceSAndroid Build Coastguard Worker return m_egl.waitGL(); 285*35238bceSAndroid Build Coastguard Worker} 286*35238bceSAndroid Build Coastguard Worker 287*35238bceSAndroid Build Coastguard WorkerEGLBoolean FuncPtrLibrary::waitNative (EGLint engine) const 288*35238bceSAndroid Build Coastguard Worker{ 289*35238bceSAndroid Build Coastguard Worker return m_egl.waitNative(engine); 290*35238bceSAndroid Build Coastguard Worker} 291*35238bceSAndroid Build Coastguard Worker 292*35238bceSAndroid Build Coastguard WorkerEGLBoolean FuncPtrLibrary::waitSync (EGLDisplay dpy, EGLSync sync, EGLint flags) const 293*35238bceSAndroid Build Coastguard Worker{ 294*35238bceSAndroid Build Coastguard Worker return m_egl.waitSync(dpy, sync, flags); 295*35238bceSAndroid Build Coastguard Worker} 296*35238bceSAndroid Build Coastguard Worker 297*35238bceSAndroid Build Coastguard WorkerEGLint FuncPtrLibrary::waitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags) const 298*35238bceSAndroid Build Coastguard Worker{ 299*35238bceSAndroid Build Coastguard Worker return m_egl.waitSyncKHR(dpy, sync, flags); 300*35238bceSAndroid Build Coastguard Worker} 301