Home | History | Annotate | Download | only in jni

Lines Matching defs:sur

167     EGLContext sur = getSurface(_env, surface);
173 success = eglQuerySurface(dpy, sur, attribute, base);
250 EGLSurface sur = eglCreatePbufferSurface(dpy, cnf, base);
252 return (jint)sur;
300 EGLSurface sur = eglCreatePixmapSurface(dpy, cnf, &pixmap, base);
303 if (sur != EGL_NO_SURFACE) {
304 _env->SetIntField(out_sur, gSurface_EGLSurfaceFieldID, (int)sur);
334 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base);
336 return (jint)sur;
363 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base);
365 return (jint)sur;
450 EGLSurface sur = getSurface(_env, surface);
452 if (sur) {
460 return eglDestroySurface(dpy, sur);
495 EGLSurface sur = getSurface(_env, surface);
496 return eglSwapBuffers(dpy, sur);