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

1 2

  /external/skia/tools/gpu/vk/
VkTestContext.cpp 58 GR_VK_CALL(fVk, FreeCommandBuffers(fDevice, fCommandPool, 1, &fCommandBuffer));
  /external/skqp/tools/gpu/vk/
VkTestContext.cpp 58 GR_VK_CALL(fVk, FreeCommandBuffers(fDevice, fCommandPool, 1, &fCommandBuffer));
  /external/skia/tools/gpu/mtl/
MtlTestContext.mm 59 GR_VK_CALL(fVk, FreeCommandBuffers(fDevice, fCommandPool, 1, &fCommandBuffer));
  /external/skqp/tools/gpu/mtl/
MtlTestContext.mm 59 GR_VK_CALL(fVk, FreeCommandBuffers(fDevice, fCommandPool, 1, &fCommandBuffer));
  /frameworks/native/vulkan/libvulkan/
api_gen.h 139 PFN_vkFreeCommandBuffers FreeCommandBuffers;
api_gen.cpp 269 INIT_PROC(true, dev, FreeCommandBuffers);
434 VKAPI_ATTR void FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers);
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vk_layer.h 112 PFN_vkFreeCommandBuffers FreeCommandBuffers;
  /external/vulkan-validation-layers/layers/
threading.cpp 369 VKAPI_ATTR void VKAPI_CALL FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount,
391 pTable->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
object_tracker_utils.cpp 156 "FreeCommandBuffers is attempting to free Command Buffer 0x%" PRIxLEAST64
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
threading.cpp 364 VKAPI_ATTR void VKAPI_CALL FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount,
386 pTable->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
object_tracker.cpp 151 "FreeCommandBuffers is attempting to free Command Buffer 0x%" PRIxLEAST64
    [all...]
  /external/skia/src/gpu/vk/
GrVkGpu.cpp     [all...]
GrVkInterface.cpp 141 ACQUIRE_PROC(FreeCommandBuffers, VK_NULL_HANDLE, device);
GrVkCommandBuffer.cpp 52 GR_VK_CALL(gpu->vkInterface(), FreeCommandBuffers(gpu->device(), gpu->cmdPool(),
    [all...]
  /external/skqp/src/gpu/vk/
GrVkGpu.cpp     [all...]
GrVkInterface.cpp 141 ACQUIRE_PROC(FreeCommandBuffers, VK_NULL_HANDLE, device);
GrVkCommandBuffer.cpp 52 GR_VK_CALL(gpu->vkInterface(), FreeCommandBuffers(gpu->device(), gpu->cmdPool(),
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
vk_dispatch_table_helper.h 106 table->FreeCommandBuffers = (PFN_vkFreeCommandBuffers) gpa(device, "vkFreeCommandBuffers");
unique_objects_wrappers.h     [all...]
  /external/skia/tools/sk_app/
VulkanWindowContext.cpp 380 FreeCommandBuffers(fBackendContext->fDevice, fCommandPool, 2,
  /external/skqp/tools/sk_app/
VulkanWindowContext.cpp 380 FreeCommandBuffers(fBackendContext->fDevice, fCommandPool, 2,
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.cpp 171 {"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 764 void FreeCommandBuffers(VkDevice /*device*/,
    [all...]
  /frameworks/base/libs/hwui/renderthread/
VulkanManager.cpp 80 GET_DEV_PROC(FreeCommandBuffers);

Completed in 1082 milliseconds

1 2