Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.h378 BufferCache boundBuffers_[MAX_BUFFER_BIND_ID][MAX_BINDING_VALUE] = { {} }; variable
H A Ddevice_gles.cpp1511 auto& slot = boundBuffers_[targetId][binding]; in BindBufferRange()
1570 const auto& slot = boundBuffers_[targetId][binding]; in BoundBuffer()
1849 for (auto& buffers : boundBuffers_) { in UnBindBuffer()