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.hpp64 …const vk::PlatformInterface& getPlatformInterface (void) const { return m_platformInterface;… in getPlatformInterface()
118 const vk::PlatformInterface& m_platformInterface; member in vkt::Context
DvktTestCase.cpp455 , m_platformInterface (platformInterface) in Context()
457 , m_device (new DefaultDevice(m_platformInterface, testCtx.getCommandLine())) in Context()
687 return (void*)m_platformInterface.getGetInstanceProcAddr(); in getInstanceProcAddr()