Searched refs:use_gl (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_bad/tests/examples/nvcodec/ |
D | nvcodec.c | 325 gboolean use_gl = FALSE; in main() local 333 {"use-gl", 0, 0, G_OPTION_ARG_NONE, &use_gl, in main() 361 if (use_gl) in main() 368 use_gl ? "gltestsrc" : "videotestsrc"); in main() 374 if (use_gl) in main() 381 use_gl ? "glcolorconvert" : "videoconvert"); in main() 387 if (use_gl) { in main() 395 use_gl ? "glimagesink" : DEFAULT_VIDEO_SINK); in main() 414 if (!use_gl) { in main() 427 if (use_gl) { in main()
|
/third_party/weston/include/libweston/ |
D | backend-headless.h | 46 bool use_gl; member
|
/third_party/weston/libweston/backend-headless/ |
D | headless.c | 435 if (config->use_pixman && config->use_gl) { in headless_backend_create() 440 if (config->use_gl) in headless_backend_create()
|
/third_party/weston/compositor/ |
D | main.c | 2688 weston_config_section_get_bool(section, "use-gl", &config.use_gl, in load_headless_backend() 2696 { WESTON_OPTION_BOOLEAN, "use-gl", 0, &config.use_gl }, in load_headless_backend()
|