OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetEventStatus
(Results
1 - 10
of
10
) sorted by null
/frameworks/native/vulkan/libvulkan/
api_gen.h
82
PFN_vkGetEventStatus
GetEventStatus
;
api_gen.cpp
180
INIT_PROC(dev,
GetEventStatus
);
324
VKAPI_ATTR VkResult
GetEventStatus
(VkDevice device, VkEvent event);
[
all
...]
/external/vulkan-validation-layers/include/vulkan/
vk_layer.h
74
PFN_vkGetEventStatus
GetEventStatus
;
/external/skia/src/gpu/vk/
GrVkInterface.cpp
62
GET_PROC(
GetEventStatus
);
/frameworks/native/vulkan/nulldrv/
null_driver_gen.cpp
166
{"vkGetEventStatus", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkGetEventStatus>(
GetEventStatus
))},
null_driver_gen.h
75
VKAPI_ATTR VkResult
GetEventStatus
(VkDevice device, VkEvent event);
null_driver.cpp
[
all
...]
/external/vulkan-validation-layers/loader/
table_ops.h
99
table->
GetEventStatus
= (PFN_vkGetEventStatus)gpa(dev, "vkGetEventStatus");
342
if (!strcmp(name, "
GetEventStatus
"))
343
return (void *)table->
GetEventStatus
;
[
all
...]
trampoline.c
[
all
...]
/external/vulkan-validation-layers/layers/
parameter_validation.cpp
[
all
...]
Completed in 718 milliseconds