Home
last modified time | relevance | path

Searched refs:mWindowSurface (Results 1 – 1 of 1) sorted by relevance

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