Searched refs:mDrawContext (Results 1 – 2 of 2) sorted by relevance
85 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()
118 EmulatedEglContextPtr mDrawContext; variable