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

  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiVersionCheck.cpp 118 getInstanceProcAddr = reinterpret_cast<GetInstanceProcAddrFunc>(funcLibrary.getFunction("vkGetInstanceProcAddr"));
119 getDeviceProcAddr = reinterpret_cast<GetDeviceProcAddrFunc>(getInstanceProcAddr(*instance, "vkGetDeviceProcAddr"));
185 GetInstanceProcAddrFunc getInstanceProcAddr;
248 if ((getInstanceProcAddr(DE_NULL, name) == DE_NULL) == shouldBeNonNull)
254 if ((getInstanceProcAddr(*instance, name) == DE_NULL) == shouldBeNonNull)
  /external/deqp/external/vulkancts/framework/vulkan/
vkNullDriver.cpp     [all...]

Completed in 177 milliseconds