Home | History | Annotate | Download | only in view

Lines Matching refs:mEglContext

632         EGLContext mEglContext;
862 mEglContext = managedContext != null ? managedContext.getContext() : null;
865 if (mEglContext == null) {
866 mEglContext = createContext(sEgl, sEglDisplay, sEglConfig);
867 sEglContextStorage.set(createManagedContext(mEglContext));
967 return mEglContext.getGL();
1068 if (!sEgl.eglMakeCurrent(sEglDisplay, mEglSurface, mEglSurface, mEglContext)) {
1352 if (!mEglContext.equals(sEgl.eglGetCurrentContext()) ||
1354 if (!sEgl.eglMakeCurrent(sEglDisplay, mEglSurface, mEglSurface, mEglContext)) {
1438 return new Gl20Renderer.Gl20RendererEglContext(mEglContext);