Searched refs:eglCreateWindowSurface (Results 51 - 53 of 53) sorted by path

123

/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp142 eglSurface = eglCreateWindowSurface(display, config, window, NULL);
510 mSurface = eglCreateWindowSurface(mDisplay, mConfig, window, NULL);
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2TestBuffer.cpp182 mEglSurface = eglCreateWindowSurface(mEglDisplay, configs[0],
/frameworks/rs/driver/
H A DrsdGL.cpp450 rsc->setWatchdogGL("eglCreateWindowSurface", __LINE__, __FILE__);
451 dc->gl.egl.surface = eglCreateWindowSurface(dc->gl.egl.display, dc->gl.egl.config,
453 checkEglError("eglCreateWindowSurface");
455 ALOGE("eglCreateWindowSurface returned EGL_NO_SURFACE");

Completed in 196 milliseconds

123