Searched refs:mPbufferSurface (Results 1 – 3 of 3) sorted by relevance
360 emulationGl->mPbufferSurface = std::make_unique<gfxstream::DisplaySurface>( in create()500 if (mPbufferSurface) { in ~EmulationGl()615 if (!mPbufferSurface) { in getColorBufferContextHelper()619 const auto* surfaceGl = static_cast<const DisplaySurfaceGl*>(mPbufferSurface->getImpl()); in getColorBufferContextHelper()
167 std::unique_ptr<gfxstream::DisplaySurface> mPbufferSurface; variable
3387 if (!m_emulationGl->mPbufferSurface) { in getGlobalEGLContext()3393 reinterpret_cast<const DisplaySurfaceGl*>(m_emulationGl->mPbufferSurface->getImpl()); in getGlobalEGLContext()3596 if (!m_emulationGl->mPbufferSurface) { in getPbufferSurfaceContextHelper()3601 reinterpret_cast<const DisplaySurfaceGl*>(m_emulationGl->mPbufferSurface->getImpl()); in getPbufferSurfaceContextHelper()