Searched refs:fCommandPool (Results 1 - 3 of 3) sorted by relevance

/external/skia/tools/gpu/vk/
H A DVkTestContext.cpp35 GR_VK_CALL_ERRCHECK(fVk, CreateCommandPool(fDevice, &createInfo, nullptr, &fCommandPool));
41 allocateInfo.commandPool = fCommandPool;
57 GR_VK_CALL(fVk, FreeCommandBuffers(fDevice, fCommandPool, 1, &fCommandBuffer));
58 GR_VK_CALL(fVk, DestroyCommandPool(fDevice, fCommandPool, nullptr));
100 VkCommandPool fCommandPool; member in class:__anon17350::VkFenceSync
/external/skia/tools/viewer/sk_app/
H A DVulkanWindowContext.cpp39 , fCommandPool(VK_NULL_HANDLE)
288 if (VK_NULL_HANDLE == fCommandPool) {
297 nullptr, &fCommandPool));
310 commandBuffersInfo.commandPool = fCommandPool;
361 FreeCommandBuffers(fBackendContext->fDevice, fCommandPool, 2,
396 if (VK_NULL_HANDLE != fCommandPool) {
398 fCommandPool, nullptr));
399 fCommandPool = VK_NULL_HANDLE;
H A DVulkanWindowContext.h101 VkCommandPool fCommandPool; member in class:sk_app::VulkanWindowContext

Completed in 98 milliseconds