Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DEmulatedEglWindowSurface.cpp85 mDrawContext = p_ctx; in bind()
88 mDrawContext = p_ctx; in bind()
110 if (!mDrawContext.get()) { in flushColorBuffer()
127 const bool needToSet = prevContext != mDrawContext->getEGLContext() || in flushColorBuffer()
133 mDrawContext->getEGLContext())) { in flushColorBuffer()
223 saveHndlOrNull(mDrawContext, stream); in onSave()
257 surface->mDrawContext = android::base::findOrDefault(contexts, drawCtx); in onLoad()
DEmulatedEglWindowSurface.h118 EmulatedEglContextPtr mDrawContext; variable