xine-lib 1.2.13-20230125hg15249
|
#include "xine_gl.h"
#include "xine_gl_plugin.h"
#include <stddef.h>
#include <xine/xine_internal.h>
Macros | |
#define | PLUGIN(_gl) xine_container_of(_gl, xine_gl_plugin_t, gl) |
Functions | |
static void | default_gl_dispose (xine_gl_t **pgl) |
xine_gl_t * | _x_load_gl (xine_t *xine, unsigned visual_type, const void *visual, unsigned flags) |
#define PLUGIN | ( | _gl | ) | xine_container_of(_gl, xine_gl_plugin_t, gl) |
Referenced by default_gl_dispose().
References _x_find_module(), default_gl_dispose(), xine_module_s::dispose, xine_gl_plugin_s::gl, GL_PLUGIN_TYPE, NULL, and gl_plugin_params_t::xine.
Referenced by opengl2_check_platform(), and opengl2_open_plugin().
|
static |
References _x_free_module(), NULL, PLUGIN, and xine_gl_plugin_s::xine.
Referenced by _x_load_gl().