HomeSort by relevance Sort by last modified time
    Searched defs:getDeviceProcAddr (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiVersionCheck.cpp 113 getDeviceProcAddr = (GetDeviceProcAddrFunc)getInstanceProcAddr(m_context.getInstance(), "vkGetDeviceProcAddr");
135 GetDeviceProcAddrFunc getDeviceProcAddr;
172 if (getDeviceProcAddr(m_context.getDevice(), testsArr[ndx].first) == DE_NULL)
  /external/deqp/external/vulkancts/framework/vulkan/
vkNullDriver.cpp 644 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL getDeviceProcAddr (VkDevice device, const char* pName)
    [all...]

Completed in 181 milliseconds