Searched defs:OpenGLContext (Results 1 – 1 of 1) sorted by relevance
173 typedef struct OpenGLContext { struct174 AVClass *class; ///< class for private options177 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 color184 int no_window; ///< 0 for create default window185 char *window_title; ///< Title of the window188 GLint max_texture_size; ///< Maximum texture size[all …]