Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DDisplayGl.cpp45 const auto* surfaceGl = static_cast<const DisplaySurfaceGl*>(surface->getImpl()); in post() local
68 s_egl.eglSwapBuffers(surfaceGl->mDisplay, surfaceGl->mSurface); in post()
84 const auto* surfaceGl = static_cast<const DisplaySurfaceGl*>(surface->getImpl()); in clear() local
87 s_egl.eglSwapBuffers(surfaceGl->mDisplay, surfaceGl->mSurface); in clear()
DEmulationGl.cpp599 auto surfaceGl = DisplaySurfaceGl::createWindowSurface(mEglDisplay, in createWindowSurface() local
604 if (!surfaceGl) { in createWindowSurface()
611 std::move(surfaceGl)); in createWindowSurface()
619 const auto* surfaceGl = static_cast<const DisplaySurfaceGl*>(mPbufferSurface->getImpl()); in getColorBufferContextHelper() local
620 return surfaceGl->getContextHelper(); in getColorBufferContextHelper()
/hardware/google/gfxstream/host/
DPostWorkerGl.cpp287 const DisplaySurfaceGl* surfaceGl = nullptr; in setupContext() local
289 surfaceGl = static_cast<const DisplaySurfaceGl*>(surface->getImpl()); in setupContext()
302 surfaceGl = static_cast<const DisplaySurfaceGl*>(mFakeWindowSurface->getImpl()); in setupContext()
312 if (!surfaceGl->bindContext()) { in setupContext()