Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DEmulationGl.cpp360 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()
DEmulationGl.h167 std::unique_ptr<gfxstream::DisplaySurface> mPbufferSurface; variable
/hardware/google/gfxstream/host/
DFrameBuffer.cpp3387 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()