Home
last modified time | relevance | path

Searched refs:getDeviceProcAddr (Results 1 – 9 of 9) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkPlatform.cpp56 #define GET_PROC_ADDR(NAME) instanceInterface.getDeviceProcAddr(device, NAME) in DeviceDriver()
DvkInstanceFunctionPointers.inl12 GetDeviceProcAddrFunc getDeviceProcAddr; variable
DvkInitInstanceFunctionPointers.inl12 m_vk.getDeviceProcAddr = (GetDeviceProcAddrFunc) GET_PROC_ADDR("vkGetDeviceProcAddr…
DvkInstanceDriverImpl.inl45 PFN_vkVoidFunction InstanceDriver::getDeviceProcAddr (VkDevice device, const char* pName) const function in InstanceDriver
47 return m_vk.getDeviceProcAddr(device, pName);
DvkRef.hpp121 … : m_destroyDevice ((DestroyDeviceFunc)instanceIface.getDeviceProcAddr(device, "vkDestroyDevice")) in Deleter()
DvkConcreteInstanceInterface.inl12 virtual PFN_vkVoidFunction getDeviceProcAddr (VkDevice device, const char* pName) const;
DvkVirtualInstanceInterface.inl12 virtual PFN_vkVoidFunction getDeviceProcAddr (VkDevice device, const char* pName) const = 0;
DvkNullDriver.cpp472 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL getDeviceProcAddr (VkDevice device, const char* pName) in getDeviceProcAddr() function
DvkNullDriverImpl.inl1394 VK_NULL_FUNC_ENTRY(vkGetDeviceProcAddr, getDeviceProcAddr),