HomeSort by relevance Sort by last modified time
    Searched refs:BindVertexBuffer (Results 1 - 4 of 4) sorted by null

  /external/vulkan-validation-layers/tests/
vkrenderframework.h 165 void BindVertexBuffer(VkConstantBufferObj *vertexBuffer, VkDeviceSize offset, uint32_t binding);
vkrenderframework.cpp     [all...]
layer_validation_tests.cpp 303 void BindVertexBuffer(VkConstantBufferObj *vertexBuffer, VkDeviceSize offset, uint32_t binding) {
304 m_commandBuffer->BindVertexBuffer(vertexBuffer, offset, binding);
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 115 #define glBindVertexBuffer MANGLE(BindVertexBuffer)
    [all...]

Completed in 1738 milliseconds