com_google_android_gles_jni_EGLImpl.cpp | 184 EGLContext sur = getSurface(_env, surface); local 190 success = eglQuerySurface(dpy, sur, attribute, base); 257 EGLSurface sur = eglCreatePbufferSurface(dpy, cnf, base); local 259 return (jint)sur; 307 EGLSurface sur = eglCreatePixmapSurface(dpy, cnf, &pixmap, base); local 310 if (sur != EGL_NO_SURFACE) { 311 _env->SetIntField(out_sur, gSurface_EGLSurfaceFieldID, (int)sur); 340 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window, base); local 342 return (jint)sur; 427 EGLSurface sur = getSurface(_env, surface) local 472 EGLSurface sur = getSurface(_env, surface); local [all...] |