Home
last modified time | relevance | path

Searched refs:pl_opengl (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/libplacebo/libplacebo-4.157.0/src/include/libplacebo/
H A Dopengl.h31 typedef const PL_STRUCT(pl_opengl) {
33 } *pl_opengl; typedef
79 pl_opengl pl_opengl_create(pl_log log, const struct pl_opengl_params *params);
83 void pl_opengl_destroy(pl_opengl *gl);
122 pl_swapchain pl_opengl_create_swapchain(pl_opengl gl,
/dports/graphics/libplacebo/libplacebo-4.157.0/src/opengl/
H A Dcontext.c75 void pl_opengl_destroy(pl_opengl *ptr) in pl_opengl_destroy()
77 pl_opengl pl_gl = *ptr; in pl_opengl_destroy()
101 pl_opengl pl_opengl_create(pl_log log, const struct pl_opengl_params *params) in pl_opengl_create()
104 struct pl_opengl *pl_gl = pl_zalloc_obj(NULL, pl_gl, struct priv); in pl_opengl_create()
200 pl_opengl_destroy((pl_opengl *) &pl_gl); in pl_opengl_create()
204 bool gl_make_current(pl_opengl gl) in gl_make_current()
220 void gl_release_current(pl_opengl gl) in gl_release_current()
H A Dcommon.h42 bool gl_make_current(pl_opengl gl);
43 void gl_release_current(pl_opengl gl);
H A Dgpu.h24 pl_gpu pl_gpu_create_gl(pl_log log, pl_opengl gl, const struct pl_opengl_params *params);
30 pl_opengl gl;
H A Dswapchain.c27 pl_opengl gl;
42 pl_swapchain pl_opengl_create_swapchain(pl_opengl gl, in pl_opengl_create_swapchain()
H A Dgpu.c98 pl_gpu pl_gpu_create_gl(pl_log log, pl_opengl gl, const struct pl_opengl_params *params) in pl_gpu_create_gl()
/dports/graphics/libplacebo/libplacebo-4.157.0/src/tests/
H A Dopengl_surfaceless.c64 static void opengl_swapchain_tests(pl_opengl gl, in opengl_swapchain_tests()
99 static void opengl_test_export_import(pl_opengl gl, in opengl_test_export_import()
249 pl_opengl gl = pl_opengl_create(log, &params); in main()
/dports/www/firefox-esr/firefox-91.8.0/third_party/dav1d/examples/
H A Ddp_renderer_placebo.c66 const struct pl_opengl *gl;
/dports/multimedia/dav1d/dav1d-99172b11470776177939c3d2bc366fe8d904eab7/examples/
H A Ddp_renderer_placebo.c66 const struct pl_opengl *gl;
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/dav1d/examples/
H A Ddp_renderer_placebo.c66 const struct pl_opengl *gl;
/dports/multimedia/handbrake/dav1d-0.9.0/examples/
H A Ddp_renderer_placebo.c66 const struct pl_opengl *gl;
/dports/graphics/libplacebo/libplacebo-4.157.0/demos/
H A Dwindow_sdl.c48 pl_opengl gl;
H A Dwindow_glfw.c58 pl_opengl gl;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dav1d/libdav1d/examples/
H A Ddp_renderer_placebo.c66 const struct pl_opengl *gl;