Remove list of egl context what egl hold 15/314315/1
authorEunki, Hong <eunkiki.hong@samsung.com>
Wed, 10 Jul 2024 05:18:19 +0000 (14:18 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Wed, 10 Jul 2024 05:18:19 +0000 (14:18 +0900)
commit96b6b5c3f8ae2889b9f57cc31e57d75c0ec33998
tree33ad781698aba2a47bb4fb7f1e22a73d4d8239f8
parent8d9dfabaf65217c47313c5a683ce12fd5aa94d44
Remove list of egl context what egl hold

Since there was no way to remove mEglWindowContext, let we remove it
when render-surface-interface call it.

Note : The only user who don't call DestroyContext is native-render-surface-ecore-wl.cpp,
and drawable-view-native-renderer.cpp

We need to check the best way to detroy context for it now.
But here, we should remove them, for the general cases

Change-Id: I0329d50b2a75ea7b9c645673feb81e4aeca6523a
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali/internal/graphics/gles/egl-implementation.cpp