Searched refs:config_attrib (Results 1 – 1 of 1) sorted by relevance
637 EGLint config_attrib[20]; in gst_gl_context_egl_choose_config() local678 n = G_N_ELEMENTS (config_attrib); in gst_gl_context_egl_choose_config()679 config_attrib[i++] = EGL_SURFACE_TYPE; in gst_gl_context_egl_choose_config()680 config_attrib[i++] = surface_type; in gst_gl_context_egl_choose_config()681 config_attrib[i++] = EGL_RENDERABLE_TYPE; in gst_gl_context_egl_choose_config()682 config_attrib[i++] = egl_api; in gst_gl_context_egl_choose_config()694 config_attrib[i++] = EGL_ATTR_NAME; \ in gst_gl_context_egl_choose_config()695 config_attrib[i++] = (int) val; \ in gst_gl_context_egl_choose_config()711 config_attrib[i++] = EGL_DEPTH_SIZE; in gst_gl_context_egl_choose_config()712 config_attrib[i++] = 16; in gst_gl_context_egl_choose_config()[all …]