xine-lib 1.2.13-20230125hg15249
|
#include <xine_gl.h>
Data Fields | |
int(* | make_current )(xine_gl_t *) |
void(* | release_current )(xine_gl_t *) |
void(* | swap_buffers )(xine_gl_t *) |
void(* | resize )(xine_gl_t *, int width, int height) |
void(* | set_native_window )(xine_gl_t *, void *) |
void(* | dispose )(xine_gl_t **) |
void *(* | get_proc_address )(xine_gl_t *, const char *) |
const char *(* | query_extensions )(xine_gl_t *) |
void *(* | eglCreateImageKHR )(xine_gl_t *, unsigned, void *, const int32_t *) |
int(* | eglDestroyImageKHR )(xine_gl_t *, void *) |
void(* xine_gl::dispose) (xine_gl_t **) |
Referenced by _egl_get_instance(), _glx_get_instance(), _x_load_gl(), and opengl2_check_platform().
void *(* xine_gl::eglCreateImageKHR) (xine_gl_t *, unsigned, void *, const int32_t *) |
Referenced by _egl_get_instance().
int(* xine_gl::eglDestroyImageKHR) (xine_gl_t *, void *) |
Referenced by _egl_get_instance().
void *(* xine_gl::get_proc_address) (xine_gl_t *, const char *) |
Referenced by _egl_get_instance(), and _glx_get_instance().
int(* xine_gl::make_current) (xine_gl_t *) |
Referenced by _egl_get_instance(), _glx_get_instance(), opengl2_check_platform(), and opengl2_draw().
const char *(* xine_gl::query_extensions) (xine_gl_t *) |
Referenced by _egl_get_instance(), and _glx_get_instance().
void(* xine_gl::release_current) (xine_gl_t *) |
Referenced by _egl_get_instance(), _glx_get_instance(), opengl2_check_platform(), and opengl2_draw().
Referenced by _egl_get_instance(), and _glx_get_instance().
void(* xine_gl::set_native_window) (xine_gl_t *, void *) |
Referenced by _egl_get_instance(), and _glx_get_instance().
void(* xine_gl::swap_buffers) (xine_gl_t *) |
Referenced by _egl_get_instance(), _glx_get_instance(), and opengl2_draw().