Home | History | Annotate | Download | only in layers

Lines Matching defs:khr_surface_commands

2403     } khr_surface_commands[] = {
2451 for (size_t i = 0; i < ARRAY_SIZE(khr_surface_commands); i++) {
2452 if (!strcmp(khr_surface_commands[i].name, name))
2453 return khr_surface_commands[i].proc;