Searched refs:baseCtx (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemWsiSwapchainTests.cpp | 480 tcu::TestStatus createSwapchainTest (Context& baseCtx, TestParameters params) in createSwapchainTest() argument 482 …nProperties> supportedExtensions (enumerateInstanceExtensionProperties(baseCtx.getPlatformInterf… in createSwapchainTest() 487 const NativeObjects native (baseCtx, supportedExtensions, params.wsiType); in createSwapchainTest() 488 …ProtectedContext context (baseCtx, params.wsiType, *native.display, *native.window, instEx… in createSwapchainTest() 1083 tcu::TestStatus basicRenderTest (Context& baseCtx, vk::wsi::Type wsiType) in basicRenderTest() argument 1085 …nProperties> supportedExtensions (enumerateInstanceExtensionProperties(baseCtx.getPlatformInterf… in basicRenderTest() 1091 …const NativeObjects native (baseCtx, supportedExtensions, wsiType, tcu::just(desiredSiz… in basicRenderTest() 1092 …ProtectedContext context (baseCtx, wsiType, *native.display, *native.window, instExts, d… in basicRenderTest()
|