(GLES) Match the binded target and matched target 98/322998/2
authorEunki, Hong <eunkiki.hong@samsung.com>
Mon, 21 Apr 2025 08:05:04 +0000 (17:05 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Wed, 23 Apr 2025 02:19:56 +0000 (11:19 +0900)
commit269c0e29cf8ef6d70ff8ddd295380e3afd5ba110
tree79a00f368383cdf793363929f6ca003b6066263a
parentc0a615ee3533c57d997106cc087569d5dd8653d8
(GLES) Match the binded target and matched target

Until now, we use GL_COPY_WRITE_BUFFER for mapping the buffers.
This target usually be used for glCopyBufferSubData.

Since we have specific destination target per each GLES::Buffer, let we
ensure the matched buffer target and generate them.

Change-Id: I6cf2a9ff41b84dd82499bdba57792da2c9aa87d6
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali/internal/graphics/gles-impl/gles-graphics-buffer.cpp
dali/internal/graphics/gles-impl/gles-graphics-buffer.h