Home
last modified time | relevance | path

Searched refs:gfx_ctx_driver_t (Results 1 – 25 of 48) sorted by relevance

12

/dports/games/retroarch/RetroArch-1.9.7/
H A Dretroarch.h1363 } gfx_ctx_driver_t; typedef
1896 extern const gfx_ctx_driver_t gfx_ctx_uwp;
1899 extern const gfx_ctx_driver_t gfx_ctx_x;
1901 extern const gfx_ctx_driver_t gfx_ctx_drm;
1907 extern const gfx_ctx_driver_t gfx_ctx_ps3;
1909 extern const gfx_ctx_driver_t gfx_ctx_wgl;
1911 extern const gfx_ctx_driver_t gfx_ctx_qnx;
1912 extern const gfx_ctx_driver_t gfx_ctx_cgl;
1922 extern const gfx_ctx_driver_t switch_ctx;
1923 extern const gfx_ctx_driver_t orbis_ctx;
[all …]
/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers/
H A Drsx_gfx.c121 const gfx_ctx_driver_t* ctx_driver;
130 static const gfx_ctx_driver_t* rsx_get_context(rsx_t* rsx) in rsx_get_context()
132 const gfx_ctx_driver_t* gfx_ctx = NULL; in rsx_get_context()
342 const gfx_ctx_driver_t* ctx_driver = rsx_get_context(rsx); in rsx_init()
347 video_context_driver_set((const gfx_ctx_driver_t*)ctx_driver); in rsx_init()
H A Dvg.c79 const gfx_ctx_driver_t *ctx_driver;
126 const gfx_ctx_driver_t *ctx = video_context_driver_init_first( in vg_init()
/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers_context/
H A Dgfx_null_ctx.c54 const gfx_ctx_driver_t gfx_ctx_null = {
H A Duwp_egl_ctx.c260 const gfx_ctx_driver_t gfx_ctx_uwp = {
H A Dopendingux_fbdev_ctx.c233 const gfx_ctx_driver_t gfx_ctx_opendingux_fbdev = {
H A Dvivante_fbdev_ctx.c240 const gfx_ctx_driver_t gfx_ctx_vivante_fbdev = {
H A Dvita_ctx.c253 const gfx_ctx_driver_t vita_ctx = {
H A Dswitch_ctx.c322 const gfx_ctx_driver_t switch_ctx = {
H A Dmali_fbdev_ctx.c275 const gfx_ctx_driver_t gfx_ctx_mali_fbdev = {
H A Dorbis_ctx.c278 const gfx_ctx_driver_t orbis_ctx = {
H A Dandroid_ctx.c348 const gfx_ctx_driver_t gfx_ctx_android = {
H A Demscriptenegl_ctx.c312 const gfx_ctx_driver_t gfx_ctx_emscripten = {
H A Dkhr_display_ctx.c264 const gfx_ctx_driver_t gfx_ctx_khr_display = {
H A Dw_vk_ctx.c327 const gfx_ctx_driver_t gfx_ctx_w_vk = {
H A Dandroid_vk_ctx.c309 const gfx_ctx_driver_t gfx_ctx_vk_android = {
H A Dosmesa_ctx.c349 const gfx_ctx_driver_t gfx_ctx_osmesa =
H A Dpsl1ght_ctx.c320 const gfx_ctx_driver_t gfx_ctx_psl1ght = {
H A Dqnx_ctx.c421 const gfx_ctx_driver_t gfx_ctx_qnx = {
H A Ddrm_go2_ctx.c381 const gfx_ctx_driver_t gfx_ctx_go2_drm = {
H A Dsdl_gl_ctx.c410 const gfx_ctx_driver_t gfx_ctx_sdl_gl =
H A Dps3_ctx.c382 const gfx_ctx_driver_t gfx_ctx_ps3 = {
/dports/games/retroarch/RetroArch-1.9.7/gfx/common/
H A Dgl1_common.h103 const gfx_ctx_driver_t *ctx_driver;
H A Dgl_core_common.h54 const gfx_ctx_driver_t *ctx_driver;
H A Dgl_common.h165 const gfx_ctx_driver_t *ctx_driver;

12