Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DPostWorkerGl.cpp295 if (!mFakeWindowSurface) { in setupContext()
296 mFakeWindowSurface = mEmulationGl->createFakeWindowSurface(); in setupContext()
298 if (!mFakeWindowSurface) { in setupContext()
302 surfaceGl = static_cast<const DisplaySurfaceGl*>(mFakeWindowSurface->getImpl()); in setupContext()
DPostWorkerGl.h67 std::unique_ptr<gfxstream::DisplaySurface> mFakeWindowSurface = nullptr; variable