Searched refs:mSwapchainInfo (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/graphics/jni/ |
D | VulkanPreTransformTestHelpers.cpp | 344 mSwapchainInfo(swapchainInfo), in Renderer() 385 .format = mSwapchainInfo->format(), in createRenderPass() 428 uint32_t swapchainLength = mSwapchainInfo->swapchainLength(); in createFrameBuffers() 430 VK_CALL(vkGetSwapchainImagesKHR(mDeviceInfo->device(), mSwapchainInfo->swapchain(), in createFrameBuffers() 441 .format = mSwapchainInfo->format(), in createFrameBuffers() 471 .width = mSwapchainInfo->imageSize().width, in createFrameBuffers() 472 .height = mSwapchainInfo->imageSize().height, in createFrameBuffers() 601 .width = (float)mSwapchainInfo->imageSize().width, in createGraphicsPipeline() 602 .height = (float)mSwapchainInfo->imageSize().height, in createGraphicsPipeline() 612 .extent = mSwapchainInfo->imageSize(), in createGraphicsPipeline() [all …]
|
D | VulkanPreTransformTestHelpers.h | 90 const SwapchainInfo* const mSwapchainInfo; variable
|