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

  /cts/tests/tests/graphics/jni/
VulkanPreTransformTestHelpers.h 100 VkCommandPool mCommandPool;
VulkanPreTransformTestHelpers.cpp 332 mCommandPool(VK_NULL_HANDLE),
344 vkFreeCommandBuffers(mDeviceInfo->device(), mCommandPool, mCommandBuffers.size(),
347 vkDestroyCommandPool(mDeviceInfo->device(), mCommandPool, nullptr);
731 &mCommandPool));
738 .commandPool = mCommandPool,
    [all...]
  /frameworks/base/libs/hwui/renderthread/
VulkanManager.cpp 45 if (VK_NULL_HANDLE != mCommandPool) {
46 mDestroyCommandPool(mBackendContext->fDevice, mCommandPool, nullptr);
47 mCommandPool = VK_NULL_HANDLE;
97 if (VK_NULL_HANDLE == mCommandPool) {
105 nullptr, &mCommandPool);
262 mFreeCommandBuffers(mBackendContext->fDevice, mCommandPool, 2,
326 SkASSERT(mCommandPool != VK_NULL_HANDLE);
338 commandBuffersInfo.commandPool = mCommandPool;
VulkanManager.h 178 VkCommandPool mCommandPool = VK_NULL_HANDLE;

Completed in 85 milliseconds