Home | History | Annotate | Download | only in jni

Lines Matching defs:sur

167     EGLContext sur = getSurface(_env, surface);
173 success = eglQuerySurface(dpy, sur, attribute, base);
249 EGLSurface sur = eglCreatePbufferSurface(dpy, cnf, base);
251 return reinterpret_cast<jlong>(sur);
283 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base);
285 return reinterpret_cast<jlong>(sur);
311 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base);
313 return reinterpret_cast<jlong>(sur);
398 EGLSurface sur = getSurface(_env, surface);
399 return EglBoolToJBool(eglDestroySurface(dpy, sur));
434 EGLSurface sur = getSurface(_env, surface);
435 return EglBoolToJBool(eglSwapBuffers(dpy, sur));