Searched refs:BindVertexBuffer (Results 1 – 3 of 3) sorted by relevance
198 void BindVertexBuffer(uint32_t slot, uint32_t buffer, intptr_t offset, intptr_t stride);
1997 void DeviceGLES::BindVertexBuffer(uint32_t slot, uint32_t buffer, intptr_t offset, intptr_t stride) in BindVertexBuffer() function in DeviceGLES
2425 … device_.BindVertexBuffer(binding, slot.id, slot.offset, static_cast<intptr_t>(bindingRef.stride)); in BindVertexInputs()