HomeSort by relevance Sort by last modified time
    Searched defs:fCommandPool (Results 1 - 5 of 5) sorted by null

  /external/skia/src/gpu/vk/
GrVkCommandPool.h 25 return fCommandPool;
47 SkDebugf("GrVkCommandPool: %p (%d refs)\n", fCommandPool, this->getRefCnt());
62 VkCommandPool fCommandPool;
  /external/skqp/src/gpu/vk/
GrVkCommandPool.h 25 return fCommandPool;
47 SkDebugf("GrVkCommandPool: %p (%d refs)\n", fCommandPool, this->getRefCnt());
62 VkCommandPool fCommandPool;
  /external/skia/tools/gpu/vk/
VkTestContext.cpp 51 result = fCreateCommandPool(fDevice, &createInfo, nullptr, &fCommandPool);
58 allocateInfo.commandPool = fCommandPool;
78 fFreeCommandBuffers(fDevice, fCommandPool, 1, &fCommandBuffer);
79 fDestroyCommandPool(fDevice, fCommandPool, nullptr);
126 VkCommandPool fCommandPool;
  /external/skqp/tools/gpu/vk/
VkTestContext.cpp 51 result = fCreateCommandPool(fDevice, &createInfo, nullptr, &fCommandPool);
58 allocateInfo.commandPool = fCommandPool;
78 fFreeCommandBuffers(fDevice, fCommandPool, 1, &fCommandBuffer);
79 fDestroyCommandPool(fDevice, fCommandPool, nullptr);
126 VkCommandPool fCommandPool;
  /external/skqp/tools/sk_app/
VulkanWindowContext.h 116 VkCommandPool fCommandPool;

Completed in 1472 milliseconds