Searched defs:NameProc (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.cpp26 struct NameProc { struct in namespace:__anon1608
32 const NameProc* begin,
33 const NameProc* end) {
36 [](const NameProc& e, const char* n) { return strcmp(e.name, n) < 0; });
43 PFN_vkVoidFunction Lookup(const char* name, const NameProc (&procs)[N]) {
47 const NameProc kGlobalProcs[] = {
55 const NameProc kInstanceProcs[] = {

Completed in 50 milliseconds