Home | History | Annotate | Download | only in gl

Lines Matching defs:GetDisplay

221 EGLDisplay GLSurfaceEGL::GetDisplay() {
310 if (!GetDisplay()) {
334 GetDisplay(), GetConfig(), window_, &egl_window_attributes[0]);
344 EGLBoolean retVal = eglQuerySurface(GetDisplay(),
359 if (!eglDestroySurface(GetDisplay(), surface_)) {
453 if (!eglSwapBuffers(GetDisplay(), surface_)) {
465 if (!eglQuerySurface(GetDisplay(), surface_, EGL_WIDTH, &width) ||
466 !eglQuerySurface(GetDisplay(), surface_, EGL_HEIGHT, &height)) {
521 if (!eglPostSubBufferNV(GetDisplay(), surface_, x, y, width, height)) {
553 EGLDisplay display = GetDisplay();
587 if (!eglDestroySurface(GetDisplay(), surface_)) {