Home
last modified time | relevance | path

Searched refs:GFX_CTX_OPENGL_ES_API (Results 1 – 24 of 24) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers_context/
H A Dx_ctx.c358 case GFX_CTX_OPENGL_ES_API: in gfx_ctx_x_init()
473 case GFX_CTX_OPENGL_ES_API: in gfx_ctx_x_set_video_mode()
599 case GFX_CTX_OPENGL_ES_API: in gfx_ctx_x_set_video_mode()
653 case GFX_CTX_OPENGL_ES_API: in gfx_ctx_x_set_video_mode()
856 case GFX_CTX_OPENGL_ES_API: in gfx_ctx_x_set_video_mode()
966 case GFX_CTX_OPENGL_ES_API: in gfx_ctx_x_get_proc_address()
1000 case GFX_CTX_OPENGL_ES_API: in gfx_ctx_x_bind_api()
1041 case GFX_CTX_OPENGL_ES_API: in gfx_ctx_x_bind_hw_render()
1065 case GFX_CTX_OPENGL_ES_API: in gfx_ctx_x_get_flags()
1108 case GFX_CTX_OPENGL_ES_API: in gfx_ctx_x_set_flags()
[all …]
H A Dwgl_ctx.c430 case GFX_CTX_OPENGL_ES_API: in create_wgl_context()
459 case GFX_CTX_OPENGL_ES_API: in gfx_ctx_wgl_swap_interval()
485 case GFX_CTX_OPENGL_ES_API: in gfx_ctx_wgl_swap_buffers()
566 case GFX_CTX_OPENGL_ES_API: in gfx_ctx_wgl_destroy()
731 if (api == GFX_CTX_OPENGL_ES_API) in gfx_ctx_wgl_bind_api()
756 case GFX_CTX_OPENGL_ES_API: in gfx_ctx_wgl_bind_hw_render()
801 case GFX_CTX_OPENGL_ES_API: in gfx_ctx_wgl_get_flags()
H A Dxegl_ctx.c153 case GFX_CTX_OPENGL_ES_API: in gfx_ctx_xegl_init()
236 case GFX_CTX_OPENGL_ES_API: in xegl_fill_attribs()
493 case GFX_CTX_OPENGL_ES_API: in gfx_ctx_xegl_bind_api()
546 case GFX_CTX_OPENGL_ES_API: in gfx_ctx_xegl_get_proc_address()
H A Duwp_egl_ctx.c230 return GFX_CTX_OPENGL_ES_API; in gfx_ctx_uwp_get_api()
236 if (api == GFX_CTX_OPENGL_ES_API) in gfx_ctx_uwp_bind_api()
H A Dopendingux_fbdev_ctx.c183 return GFX_CTX_OPENGL_ES_API; in gfx_ctx_opendingux_get_api()
189 return (api == GFX_CTX_OPENGL_ES_API); in gfx_ctx_opendingux_bind_api()
H A Dvivante_fbdev_ctx.c189 return GFX_CTX_OPENGL_ES_API; in gfx_ctx_vivante_get_api()
195 if (api == GFX_CTX_OPENGL_ES_API) in gfx_ctx_vivante_bind_api()
H A Dvita_ctx.c144 static enum gfx_ctx_api vita_get_api(void *data) { return GFX_CTX_OPENGL_ES_API; } in vita_get_api()
150 if (api == GFX_CTX_OPENGL_ES_API) in vita_bind_api()
H A Dmali_fbdev_ctx.c214 return GFX_CTX_OPENGL_ES_API; in gfx_ctx_mali_fbdev_get_api()
220 if (api == GFX_CTX_OPENGL_ES_API) in gfx_ctx_mali_fbdev_bind_api()
H A Dandroid_ctx.c198 case GFX_CTX_OPENGL_ES_API: in android_gfx_ctx_set_video_mode()
244 if (api == GFX_CTX_OPENGL_ES_API) in android_gfx_ctx_bind_api()
H A Demscriptenegl_ctx.c257 static enum gfx_ctx_api gfx_ctx_emscripten_get_api(void *data) { return GFX_CTX_OPENGL_ES_API; } in gfx_ctx_emscripten_get_api()
263 if (api == GFX_CTX_OPENGL_ES_API) in gfx_ctx_emscripten_bind_api()
H A Dqnx_ctx.c315 static enum gfx_ctx_api gfx_ctx_qnx_get_api(void *data) { return GFX_CTX_OPENGL_ES_API; } in gfx_ctx_qnx_get_api()
320 if (api == GFX_CTX_OPENGL_ES_API) in gfx_ctx_qnx_bind_api()
H A Ddrm_ctx.c537 case GFX_CTX_OPENGL_ES_API: in gfx_ctx_drm_egl_fill_attribs()
634 case GFX_CTX_OPENGL_ES_API: in gfx_ctx_drm_egl_set_video_mode()
672 case GFX_CTX_OPENGL_ES_API: in gfx_ctx_drm_egl_set_video_mode()
892 case GFX_CTX_OPENGL_ES_API: in gfx_ctx_drm_bind_api()
H A Dsdl_gl_ctx.c138 if (api != GFX_CTX_OPENGL_API && api != GFX_CTX_OPENGL_ES_API) in sdl_ctx_bind_api()
143 if (api == GFX_CTX_OPENGL_ES_API) in sdl_ctx_bind_api()
H A Dwayland_ctx.c395 case GFX_CTX_OPENGL_ES_API: in gfx_ctx_wl_init()
567 case GFX_CTX_OPENGL_ES_API: in egl_fill_attribs()
812 case GFX_CTX_OPENGL_ES_API: in gfx_ctx_wl_bind_api()
H A Dorbis_ctx.c213 if (api == GFX_CTX_OPENGL_ES_API) in orbis_ctx_bind_api()
H A Dvc_egl_ctx.c160 case GFX_CTX_OPENGL_ES_API: in gfx_ctx_vc_bind_api()
326 if (!egl_create_context(&vc->egl, (vc_api == GFX_CTX_OPENGL_ES_API) in gfx_ctx_vc_init()
H A Dcocoa_gl_ctx.m95 case GFX_CTX_OPENGL_ES_API:
498 case GFX_CTX_OPENGL_ES_API:
H A Ddrm_go2_ctx.c185 case GFX_CTX_OPENGL_ES_API: in gfx_ctx_go2_drm_bind_api()
H A Dps3_ctx.c306 api == GFX_CTX_OPENGL_ES_API in gfx_ctx_ps3_bind_api()
/dports/games/retroarch/RetroArch-1.9.7/
H A Dretroarch.h834 GFX_CTX_OPENGL_ES_API, enumerator
H A Dcore_info.c2762 else if (string_is_equal_noncase(api_str, "opengles") && sys_api == GFX_CTX_OPENGL_ES_API) in core_info_hw_api_supported()
H A Dretroarch.c32872 case GFX_CTX_OPENGL_ES_API: in video_context_driver_init_first()
/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers/
H A Dgl_core.c683 api = GFX_CTX_OPENGL_ES_API; in gl_core_get_context()
H A Dgl.c3436 enum gfx_ctx_api api = GFX_CTX_OPENGL_ES_API; in gl2_get_context()