Home
last modified time | relevance | path

Searched defs:OpenGLContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavdevice/
Dopengl_enc.c173 typedef struct OpenGLContext { struct
174 AVClass *class; ///< class for private options
177 SDL_Window *window;
178 SDL_GLContext glcontext;
180 FFOpenGLFunctions glprocs;
182 int inited; ///< Set to 1 when write_header was successfully called.
183 uint8_t background[4]; ///< Background color
184 int no_window; ///< 0 for create default window
185 char *window_title; ///< Title of the window
188 GLint max_texture_size; ///< Maximum texture size
[all …]