Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_buffer_gles.cpp96 const auto oldBind = device_.BoundBuffer(INIT_TARGET); local
126 device_.BindBuffer(INIT_TARGET, oldBind);
195 const auto oldBind = device_.BoundBuffer(GL_COPY_WRITE_BUFFER); in Map() local
204 device_.BindBuffer(GL_COPY_WRITE_BUFFER, oldBind); in Map()
221 const auto oldBind = device_.BoundBuffer(GL_COPY_WRITE_BUFFER); in Unmap() local
224 device_.BindBuffer(GL_COPY_WRITE_BUFFER, oldBind); in Unmap()
245 const auto oldBind = device_.BoundBuffer(GL_COPY_WRITE_BUFFER); in MapMemory() local
254 device_.BindBuffer(GL_COPY_WRITE_BUFFER, oldBind); in MapMemory()