Home
last modified time | relevance | path

Searched refs:go2_context_t (Results 1 – 4 of 4) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/deps/libgo2/include/go2/
H A Ddisplay.h51 typedef struct go2_context go2_context_t; typedef
97 go2_context_t* go2_context_create(go2_display_t* display, int width, int height, const go2_context_…
98 void go2_context_destroy(go2_context_t* context);
99 void* go2_context_egldisplay_get(go2_context_t* context);
100 void go2_context_make_current(go2_context_t* context);
101 void go2_context_swap_buffers(go2_context_t* context);
102 go2_surface_t* go2_context_surface_lock(go2_context_t* context);
103 void go2_context_surface_unlock(go2_context_t* context, go2_surface_t* surface);
/dports/games/retroarch/RetroArch-1.9.7/deps/libgo2/src/
H A Ddisplay.h51 typedef struct go2_context go2_context_t; typedef
97 go2_context_t* go2_context_create(go2_display_t* display, int width, int height, const go2_context_…
98 void go2_context_destroy(go2_context_t* context);
99 void* go2_context_egldisplay_get(go2_context_t* context);
100 void go2_context_make_current(go2_context_t* context);
101 void go2_context_swap_buffers(go2_context_t* context);
102 go2_surface_t* go2_context_surface_lock(go2_context_t* context);
103 void go2_context_surface_unlock(go2_context_t* context, go2_surface_t* surface);
H A Ddisplay.c1054 } go2_context_t; typedef
1130 go2_context_t* go2_context_create(go2_display_t* display, int width, int height, const go2_context_… in go2_context_create()
1135 go2_context_t* result = malloc(sizeof(*result)); in go2_context_create()
1255 void go2_context_destroy(go2_context_t* context) in go2_context_destroy()
1271 void* go2_context_egldisplay_get(go2_context_t* context) in go2_context_egldisplay_get()
1276 void go2_context_make_current(go2_context_t* context) in go2_context_make_current()
1286 void go2_context_swap_buffers(go2_context_t* context) in go2_context_swap_buffers()
1296 go2_surface_t* go2_context_surface_lock(go2_context_t* context) in go2_context_surface_lock()
1353 void go2_context_surface_unlock(go2_context_t* context, go2_surface_t* surface) in go2_context_surface_unlock()
/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers_context/
H A Ddrm_go2_ctx.c78 go2_context_t* context;