Searched refs:full_function_name (Results 1 – 1 of 1) sorted by relevance
182 char *full_function_name = NULL; in _gst_gl_feature_check() local224 g_free (full_function_name); in _gst_gl_feature_check()226 full_function_name = g_strconcat ("gl", data->functions[func_num].name, in _gst_gl_feature_check()228 GST_TRACE ("%s should %sbe in core", full_function_name, in _gst_gl_feature_check()230 func = gst_gl_context_get_proc_address (context, full_function_name); in _gst_gl_feature_check()234 full_function_name); in _gst_gl_feature_check()239 g_free (full_function_name); in _gst_gl_feature_check()240 full_function_name = g_strconcat ("gl", data->functions[func_num].name, in _gst_gl_feature_check()242 func = gst_gl_context_get_proc_address (context, full_function_name); in _gst_gl_feature_check()256 g_free (full_function_name); in _gst_gl_feature_check()[all …]