Home
last modified time | relevance | path

Searched refs:gst_gl_shader_attach (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglshader.c88 fail_unless (gst_gl_shader_attach (shader, vert)); in _test_separate_compile_attach_gl()
89 fail_unless (gst_gl_shader_attach (shader, vert)); in _test_separate_compile_attach_gl()
113 fail_unless (gst_gl_shader_attach (shader, vert)); in _test_detach_gl()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglutils.c55 if (!gst_gl_shader_attach (shader, vert)) { in _compile_shader()
72 if (!gst_gl_shader_attach (shader, frag)) { in _compile_shader()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglshader.c250 if (!gst_gl_shader_attach (shader, stage)) { in _new_with_stages_va_list()
579 gst_gl_shader_attach (GstGLShader * shader, GstGLSLStage * stage) in gst_gl_shader_attach() function
617 if (!gst_gl_shader_attach (shader, stage)) { in gst_gl_shader_compile_attach_stage()
Dgstglshader.h66 gboolean gst_gl_shader_attach (GstGLShader * shader, GstGLSLStage * stage);