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

  /frameworks/native/vulkan/libvulkan/
api_gen.h 127 PFN_vkFreeCommandBuffers FreeCommandBuffers;
api_gen.cpp 225 INIT_PROC(dev, FreeCommandBuffers);
369 VKAPI_ATTR void FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers);
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vk_layer.h 119 PFN_vkFreeCommandBuffers FreeCommandBuffers;
  /external/skia/src/gpu/vk/
GrVkCommandBuffer.cpp 61 GR_VK_CALL(gpu->vkInterface(), FreeCommandBuffers(gpu->device(), gpu->cmdPool(),
GrVkInterface.cpp 107 GET_PROC(FreeCommandBuffers);
  /external/vulkan-validation-layers/layers/
threading.cpp 335 pTable->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
device_limits.cpp 504 ->device_dispatch_table->FreeCommandBuffers(device, commandPool, count, pCommandBuffers);
    [all...]
object_tracker.h 492 "FreeCommandBuffers is attempting to free Command Buffer 0x%" PRIxLEAST64
    [all...]
parameter_validation.cpp     [all...]
core_validation.cpp     [all...]
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.cpp 159 {"vkFreeCommandBuffers", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkFreeCommandBuffers>(FreeCommandBuffers))},
null_driver_gen.h 120 VKAPI_ATTR void FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers);
null_driver.cpp 714 void FreeCommandBuffers(VkDevice /*device*/,
    [all...]
  /external/vulkan-validation-layers/loader/
table_ops.h 180 table->FreeCommandBuffers =
432 if (!strcmp(name, "FreeCommandBuffers"))
433 return (void *)table->FreeCommandBuffers;
    [all...]
trampoline.c     [all...]

Completed in 255 milliseconds