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

  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSwapchainTests.cpp 570 VkSwapchainCreateInfoKHR curParams = cases[caseNdx];
572 curParams.surface = *surface;
573 curParams.queueFamilyIndexCount = 1u;
574 curParams.pQueueFamilyIndices = &devHelper.queueFamilyIndex;
577 << TestLog::Message << "Sub-case " << (caseNdx+1) << " / " << cases.size() << ": " << curParams << TestLog::EndMessage;
580 const Unique<VkSwapchainKHR> swapchain (createSwapchainKHR(devHelper.vkd, *devHelper.device, &curParams));
628 VkSwapchainCreateInfoKHR curParams = allCases[caseNdx];
630 curParams.surface = *surface;
631 curParams.queueFamilyIndexCount = 1u;
632 curParams.pQueueFamilyIndices = &devHelper.queueFamilyIndex
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]

Completed in 364 milliseconds