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

  /external/skia/src/gpu/vk/
GrVkCommandBuffer.h 70 GR_VK_CALL(gpu->vkInterface(), CmdBindVertexBuffers(fCmdBuffer,
GrVkInterface.cpp 123 GET_PROC(CmdBindVertexBuffers);
  /frameworks/native/vulkan/libvulkan/
api_gen.h 143 PFN_vkCmdBindVertexBuffers CmdBindVertexBuffers;
api_gen.cpp 241 INIT_PROC(dev, CmdBindVertexBuffers);
385 VKAPI_ATTR void CmdBindVertexBuffers(VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSize* pOffsets);
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vk_layer.h 125 PFN_vkCmdBindVertexBuffers CmdBindVertexBuffers;
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.cpp 68 {"vkCmdBindVertexBuffers", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkCmdBindVertexBuffers>(CmdBindVertexBuffers))},
null_driver_gen.h 136 VKAPI_ATTR void CmdBindVertexBuffers(VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSize* pOffsets);
null_driver.cpp     [all...]
  /external/vulkan-validation-layers/loader/
table_ops.h 208 table->CmdBindVertexBuffers =
462 if (!strcmp(name, "CmdBindVertexBuffers"))
463 return (void *)table->CmdBindVertexBuffers;
    [all...]
trampoline.c     [all...]
  /external/vulkan-validation-layers/demos/smoke/
Meshes.cpp 484 vk::CmdBindVertexBuffers(cmd, 0, 1, &vb_, &vb_offset);
  /external/vulkan-validation-layers/layers/
parameter_validation.cpp     [all...]
core_validation.cpp     [all...]

Completed in 991 milliseconds