• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/

Lines Matching defs:OpenGLContext

173 typedef struct OpenGLContext {
226 } OpenGLContext;
279 static av_cold int opengl_init_context(OpenGLContext *opengl);
281 static av_cold void opengl_deinit_context(OpenGLContext *opengl)
310 OpenGLContext *opengl = h->priv_data;
329 OpenGLContext *opengl = h->priv_data;
344 static int opengl_sdl_recreate_window(OpenGLContext *opengl, int width, int height)
363 OpenGLContext *opengl = h->priv_data;
404 OpenGLContext *opengl = h->priv_data;
421 static int av_cold opengl_sdl_load_procedures(OpenGLContext *opengl)
465 static int av_cold opengl_load_procedures(OpenGLContext *opengl)
502 static int av_cold opengl_load_procedures(OpenGLContext *opengl)
583 static av_cold int opengl_read_limits(OpenGLContext *opengl)
663 static av_cold void opengl_get_texture_params(OpenGLContext *opengl)
678 OpenGLContext *opengl = s->priv_data;
699 static av_cold void opengl_get_texture_size(OpenGLContext *opengl, int in_width, int in_height,
717 static av_cold void opengl_fill_color_map(OpenGLContext *opengl)
749 static av_cold GLuint opengl_load_shader(OpenGLContext *opengl, GLenum type, const char *source)
780 static av_cold int opengl_compile_shaders(OpenGLContext *opengl, enum AVPixelFormat pix_fmt)
849 static av_cold int opengl_configure_texture(OpenGLContext *opengl, GLuint texture,
871 OpenGLContext *opengl = s->priv_data;
914 static int opengl_prepare(OpenGLContext *opengl)
941 OpenGLContext *opengl = h->priv_data;
975 OpenGLContext *opengl = h->priv_data;
989 OpenGLContext *opengl = h->priv_data;
1001 static av_cold int opengl_init_context(OpenGLContext *opengl)
1062 OpenGLContext *opengl = h->priv_data;
1132 static uint8_t* opengl_get_plane_pointer(OpenGLContext *opengl, AVPacket *pkt, int comp_index,
1201 OpenGLContext *opengl = h->priv_data;
1275 #define OFFSET(x) offsetof(OpenGLContext, x)
1296 .priv_data_size = sizeof(OpenGLContext),