Home | History | Annotate | Download | only in EGL

Lines Matching refs:minor

650 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor)
659 if (minor != NULL) *minor = VERSION_MINOR;
672 cnx->minor = -1;
693 if (cnx->egl.eglInitialize(idpy, &cnx->major, &cnx->minor)) {
695 // i, idpy, cnx->major, cnx->minor, cnx);
719 if (cnx->dso && cnx->major>=0 && cnx->minor>=0) {
740 if (cnx->dso && cnx->major>=0 && cnx->minor>=0) {
763 if (minor != NULL) *minor = VERSION_MINOR;