OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getDeviceProcAddr
(Results
1 - 3
of
3
) sorted by null
/external/deqp/external/vulkancts/framework/vulkan/
vkRef.hpp
122
GetDeviceProcAddrFunc
getDeviceProcAddr
= (GetDeviceProcAddrFunc)platformIface.getInstanceProcAddr(instance, "vkGetDeviceProcAddr");
123
m_destroyDevice = (DestroyDeviceFunc)
getDeviceProcAddr
(device, "vkDestroyDevice");
vkNullDriver.cpp
650
VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL
getDeviceProcAddr
(VkDevice device, const char* pName)
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/api/
vktApiVersionCheck.cpp
119
getDeviceProcAddr
= reinterpret_cast<GetDeviceProcAddrFunc>(getInstanceProcAddr(*instance, "vkGetDeviceProcAddr"));
184
GetDeviceProcAddrFunc
getDeviceProcAddr
;
260
if ((
getDeviceProcAddr
(*device, name) == DE_NULL) == shouldBeNonNull)
Completed in 658 milliseconds