Home
last modified time | relevance | path

Searched refs:m_platformInterface (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.hpp63 const vk::PlatformInterface& getPlatformInterface (void) const { return m_platformInterface; } in getPlatformInterface()
116 const vk::PlatformInterface& m_platformInterface; member in vkt::Context
DvktTestCase.cpp599 , m_platformInterface (platformInterface) in Context()
601 , m_device (new DefaultDevice(m_platformInterface, testCtx.getCommandLine())) in Context()
777 return (void*) context->m_platformInterface.getInstanceProcAddr(context->getInstance(), name); in getInstanceProc()