Searched defs:mWindowSurface (Results 1 - 1 of 1) sorted by last modified time

/frameworks/native/cmds/flatland/
H A DMain.cpp385 mWindowSurface(EGL_NO_SURFACE) {
429 &mWindowSurface);
434 result = doFrame(mWindowSurface);
451 if (mWindowSurface != EGL_NO_SURFACE) {
452 mGLHelper->destroySurface(&mWindowSurface);
579 EGLSurface mWindowSurface; member in class:BenchmarkRunner

Completed in 101 milliseconds