Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.h198 void BindVertexBuffer(uint32_t slot, uint32_t buffer, intptr_t offset, intptr_t stride);
H A Ddevice_gles.cpp1997 void DeviceGLES::BindVertexBuffer(uint32_t slot, uint32_t buffer, intptr_t offset, intptr_t stride) in BindVertexBuffer() function in DeviceGLES
H A Drender_backend_gles.cpp2425 … device_.BindVertexBuffer(binding, slot.id, slot.offset, static_cast<intptr_t>(bindingRef.stride)); in BindVertexInputs()