Home | History | Annotate | Download | only in jni

Lines Matching refs:sur

166     EGLContext sur = getSurface(_env, surface);
172 success = eglQuerySurface(dpy, sur, attribute, base);
249 EGLSurface sur = eglCreatePbufferSurface(dpy, cnf, base);
251 return (jint)sur;
299 EGLSurface sur = eglCreatePixmapSurface(dpy, cnf, &pixmap, base);
302 if (sur != EGL_NO_SURFACE) {
303 _env->SetIntField(out_sur, gSurface_EGLSurfaceFieldID, (int)sur);
333 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base);
335 return (jint)sur;
362 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base);
364 return (jint)sur;
449 EGLSurface sur = getSurface(_env, surface);
451 if (sur) {
459 return eglDestroySurface(dpy, sur);
494 EGLSurface sur = getSurface(_env, surface);
495 return eglSwapBuffers(dpy, sur);