Home | History | Annotate | Download | only in angle

Lines Matching refs:fSurface

29     , fSurface(EGL_NO_SURFACE) {
45 if (fSurface) {
46 eglDestroySurface(fDisplay, fSurface);
47 fSurface = EGL_NO_SURFACE;
89 fSurface = eglCreatePbufferSurface(fDisplay, surfaceConfig, surfaceAttribs);
91 eglMakeCurrent(fDisplay, fSurface, fSurface, fContext);
104 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) {
110 if (!eglSwapBuffers(fDisplay, fSurface)) {