Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DEmulationGl.h170 std::unique_ptr<gfxstream::DisplaySurface> mWindowSurface; variable
/hardware/google/gfxstream/host/
DFrameBuffer.cpp3358 if (!m_emulationGl->mWindowSurface) { in getWindowSurface()
3363 reinterpret_cast<const DisplaySurfaceGl*>(m_emulationGl->mWindowSurface->getImpl()); in getWindowSurface()