Home
last modified time | relevance | path

Searched refs:getEGLContext (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/host/gl/
DEmulatedEglContext.h61 EGLContext getEGLContext() const { return mContext; } in getEGLContext() function
DEmulatedEglWindowSurface.cpp127 const bool needToSet = prevContext != mDrawContext->getEGLContext() || in flushColorBuffer()
133 mDrawContext->getEGLContext())) { in flushColorBuffer()
DEmulationGl.cpp662 EGLContext share = sharedContext ? sharedContext->getEGLContext() : EGL_NO_CONTEXT; in createEmulatedEglContext()
686 EGLContext eglContext = context ? context->getEGLContext() : EGL_NO_CONTEXT; in createEmulatedEglImage()
/hardware/google/gfxstream/host/
DFrameBuffer.cpp2243 s_egl.eglPreSaveContext(getDisplay(), ctx.second->getEGLContext(), stream); in onSave()
2335 s_egl.eglPostSaveContext(getDisplay(), ctx.second->getEGLContext(), stream); in onSave()
3688 ctx ? ctx->getEGLContext() : EGL_NO_CONTEXT)) { in bindContext()