Lines Matching defs:found_port
47 bool *found_port, int *screen, int *chroma_format,
60 assert(found_port);
68 *found_port = false;
75 for (unsigned int j = 0; j < num_adaptors && !*found_port; ++j) {
76 for (unsigned int k = 0; k < adaptor_info[j].num_ports && !*found_port; ++k) {
82 *found_port = true;
123 if (!*found_port) {
184 bool found_port;
206 &found_port, &scrn, &chroma_format, &mc_type, &surface_flags,
210 if (ret != Success || !found_port)