Home | History | Annotate | Download | only in EGL

Lines Matching refs:eglBindAPI

1261 EGLBoolean eglBindAPI(EGLenum api)
1272 if (cnx->dso && cnx->egl.eglBindAPI) {
1273 res = cnx->egl.eglBindAPI(api);