Searched refs:GST_GLSL_ERROR (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglshader.c | 251 g_set_error (error, GST_GLSL_ERROR, GST_GLSL_ERROR_PROGRAM, in _new_with_stages_va_list() 618 g_set_error (error, GST_GLSL_ERROR, GST_GLSL_ERROR_COMPILE, in gst_gl_shader_compile_attach_stage() 663 g_set_error (error, GST_GLSL_ERROR, GST_GLSL_ERROR_PROGRAM, in gst_gl_shader_link() 670 g_set_error (error, GST_GLSL_ERROR, GST_GLSL_ERROR_PROGRAM, in gst_gl_shader_link() 687 g_set_error (error, GST_GLSL_ERROR, GST_GLSL_ERROR_COMPILE, in gst_gl_shader_link() 707 g_set_error (error, GST_GLSL_ERROR, GST_GLSL_ERROR_LINK, in gst_gl_shader_link()
|
D | gstglslstage.c | 488 g_set_error (data->error, GST_GLSL_ERROR, GST_GLSL_ERROR_COMPILE, in _compile_shader() 521 g_set_error (data->error, GST_GLSL_ERROR, GST_GLSL_ERROR_COMPILE, in _compile_shader() 553 g_set_error (error, GST_GLSL_ERROR, GST_GLSL_ERROR_COMPILE, in gst_glsl_stage_compile()
|
D | gstglsl.h | 37 #define GST_GLSL_ERROR (gst_glsl_error_quark ()) macro
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglfiltershader.c | 457 g_set_error (&error, GST_GLSL_ERROR, GST_GLSL_ERROR_COMPILE, in _maybe_recompile_shader() 474 g_set_error (&error, GST_GLSL_ERROR, GST_GLSL_ERROR_COMPILE, in _maybe_recompile_shader()
|