Lines Matching defs:display
43 auto display = eglGetCurrentDisplay();
47 return [display, dsurface, rsurface, context] {
48 eglMakeCurrent(display, dsurface, rsurface, context);
93 ANGLEGLContext(ANGLEBackend, ANGLEContextVersion, ANGLEGLContext* shareContext, void* display);
178 ANGLEGLContext* shareContext, void* display)
180 , fDisplay(display)
244 SkDebugf("Could not create EGL display!");
269 SkDebugf("Could not initialize display!");
415 // need to share the same display
446 // Only terminate the display if we created it. If we were a context created by makeNew,
447 // the parent context might still have work to do on the display. If we terminate now,
450 // terminated display.
521 GLTestContext* shareContext, void* display) {
532 angleShareContext, display));