31 SDL_DisplayMode sdl_display_mode;
32 int sdl_convert_surf_format;
33 int sdl_create_rgb_surf_bitdepth;
34 int r_size, g_size, b_size, a_size;
35 uint32_t r_mask, g_mask, b_mask, a_mask;
45 SDL_GLContext gl_context;
57 int top_win_logical_w;
58 int top_win_logical_h;
61 float fullscreen_scale;
65 int max_combined_texture_image_units;
67 int max_cubemap_texture_size;
80 char *org_name_android;
81 char *app_name_android;
89 zboolean enable_mouse;
93 zboolean oes_vao_extension;
94 void (*glGenVertexArraysOES)(GLsizei, GLuint *);
95 void (*glBindVertexArrayOES)(GLuint);
96 void (*glDeleteVertexArraysOES)(GLsizei,
const GLuint *);
97 void (*glIsVertexArrayOES)(GLuint);
98 zboolean oes_element_index_uint_extension;
99 zboolean ext_draw_instanced_extension;
100 zboolean ext_texcompr_s3tc_extension;
101 zboolean oes_texcompr_etc1_rgb8_extension;
102 zboolean khr_texcompr_astc_ldr_extension;