Home | History | Annotate | Download | only in layers

Lines Matching refs:intercept_core_device_command

2323 static PFN_vkVoidFunction intercept_core_device_command(const char *name);
2328 PFN_vkVoidFunction proc = intercept_core_device_command(funcName);
2351 proc = intercept_core_device_command(funcName);
2459 static PFN_vkVoidFunction intercept_core_device_command(const char *name) {