HomeSort by relevance Sort by last modified time
    Searched refs:getInstanceProcAddr (Results 1 - 9 of 9) sorted by null

  /external/deqp/external/vulkancts/framework/vulkan/
vkPlatformFunctionPointers.inl 5 GetInstanceProcAddrFunc getInstanceProcAddr;
vkPlatform.cpp 32 m_vk.getInstanceProcAddr = (GetInstanceProcAddrFunc)library.getFunction("vkGetInstanceProcAddr");
34 #define GET_PROC_ADDR(NAME) m_vk.getInstanceProcAddr(DE_NULL, NAME)
50 #define GET_PROC_ADDR(NAME) platformInterface.getInstanceProcAddr(instance, NAME)
vkPlatformDriverImpl.inl 10 PFN_vkVoidFunction PlatformDriver::getInstanceProcAddr (VkInstance instance, const char* pName) const
12 return m_vk.getInstanceProcAddr(instance, pName);
vkConcretePlatformInterface.inl 5 virtual PFN_vkVoidFunction getInstanceProcAddr (VkInstance instance, const char* pName) const;
vkVirtualPlatformInterface.inl 5 virtual PFN_vkVoidFunction getInstanceProcAddr (VkInstance instance, const char* pName) const = 0;
vkRef.hpp 101 : m_destroyInstance ((DestroyInstanceFunc)platformIface.getInstanceProcAddr(instance, "vkDestroyInstance"))
vkNullDriver.cpp     [all...]
vkNullDriverImpl.inl     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiVersionCheck.cpp 112 getInstanceProcAddr = (GetInstanceProcAddrFunc)funcLibrary.getFunction("vkGetInstanceProcAddr");
113 getDeviceProcAddr = (GetDeviceProcAddrFunc)getInstanceProcAddr(m_context.getInstance(), "vkGetDeviceProcAddr");
136 GetInstanceProcAddrFunc getInstanceProcAddr;
150 if (getInstanceProcAddr(DE_NULL, testsArr[ndx].first) == DE_NULL)
161 if (getInstanceProcAddr(m_context.getInstance(), testsArr[ndx].first) == DE_NULL)

Completed in 119 milliseconds