Searched refs:GST_GL_PLATFORM_EGL (Results 1 – 13 of 13) sorted by relevance
195 platform = GST_GL_PLATFORM_EGL;201 platform = GST_GL_PLATFORM_EGL;210 platform = GST_GL_PLATFORM_EGL;221 platform = GST_GL_PLATFORM_EGL;318 if (platform == GST_GL_PLATFORM_EGL) {
173 ADD_PLATFORM (GST_GL_PLATFORM_EGL, "egl"); in gst_gl_platform_to_string()214 ret |= GST_GL_PLATFORM_EGL; in gst_gl_platform_from_string()
93 GST_GL_PLATFORM_EGL = (1 << 0), enumerator
458 if (context_type == GST_GL_PLATFORM_EGL) { in gst_gl_context_new_wrapped()513 if (!handle && (context_type & GST_GL_PLATFORM_EGL) != 0) in gst_gl_context_get_current_gl_context()561 if (!ret && (context_type & GST_GL_PLATFORM_EGL) != 0) in gst_gl_context_get_proc_address_with_platform()1553 if (gst_gl_context_get_gl_platform (context) == GST_GL_PLATFORM_EGL in gst_gl_context_fill_info()
351 GST_GL_PLATFORM_EGL) { in _gl_memory_upload_propose_allocation()535 if (gst_gl_context_get_gl_platform (context) != GST_GL_PLATFORM_EGL) in _dma_buf_upload_transform_caps()638 GST_GL_PLATFORM_EGL) in _dma_buf_upload_accept()872 if (gst_gl_context_get_gl_platform (context) != GST_GL_PLATFORM_EGL) in _direct_dma_buf_upload_transform_caps()1801 if (gst_gl_context_get_gl_platform (context) != GST_GL_PLATFORM_EGL) in _nvmm_upload_transform_caps()1872 GST_GL_PLATFORM_EGL) in _nvmm_upload_accept()
84 {GST_GL_PLATFORM_EGL, "egl"},
558 platform = GST_GL_PLATFORM_EGL; in _get_gl_context()573 platform = GST_GL_PLATFORM_EGL; in _get_gl_context()
237 GST_GL_PLATFORM_EGL), NULL); in egl_config_to_structure()866 if (gst_gl_context_get_gl_platform (other_context) != GST_GL_PLATFORM_EGL) { in gst_gl_context_egl_create_context()1306 return GST_GL_PLATFORM_EGL; in gst_gl_context_egl_get_gl_platform()
276 GST_GL_PLATFORM_EGL) != 0, NULL); in gst_egl_image_new_wrapped()
438 if (gst_gl_context_get_gl_platform(context) == GST_GL_PLATFORM_EGL) { in WPEView()
1150 if (gst_gl_context_get_gl_platform (context) != GST_GL_PLATFORM_EGL) in _try_export_dmabuf()
24394 Check for GST_GL_PLATFORM_EGL enum instead of type GstGLContextEGL.
65069 Check for GST_GL_PLATFORM_EGL enum instead of type GstGLContextEGL.