Searched refs:render_node_path (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/drm-shim/
H A Ddrm_shim.c95 static char *render_node_path; variable in typeref:typename:char *
133 nfasprintf(&render_node_path, "/dev/dri/%s",
137 stat(render_node_path, &st) == -1) {
179 free(render_node_path);
235 render_node_path);
272 /* Intercepts open(render_node_path) to redirect it to the simulator. */
282 if (strcmp(path, render_node_path) != 0)
318 if (strcmp(path, render_node_path) != 0)
352 if (strcmp(path, render_node_path) != 0)
420 if (strcmp(path, render_node_path) !
[all...]

Completed in 3 milliseconds