Searched refs:mFakeWindowSurface (Results 1 – 2 of 2) sorted by relevance
295 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()
67 std::unique_ptr<gfxstream::DisplaySurface> mFakeWindowSurface = nullptr; variable