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;
92 fSurface = eglCreatePbufferSurface(fDisplay, surfaceConfig, surfaceAttribs);
94 eglMakeCurrent(fDisplay, fSurface, fSurface, fContext);
107 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) {
113 if (!eglSwapBuffers(fDisplay, fSurface)) {