Searched refs:m_platformInterface (Results 1 – 2 of 2) sorted by relevance
63 const vk::PlatformInterface& getPlatformInterface (void) const { return m_platformInterface; } in getPlatformInterface()116 const vk::PlatformInterface& m_platformInterface; member in vkt::Context
599 , 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()