Home
last modified time | relevance | path

Searched refs:gs_cubetexture_destroy (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs-opengl/
H A Dgl-texturecube.c85 gs_cubetexture_destroy((gs_texture_t *)tex); in device_cubetexture_create()
90 void gs_cubetexture_destroy(gs_texture_t *tex) in gs_cubetexture_destroy() function
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/graphics/
H A Dgraphics-imports.c129 GRAPHICS_IMPORT(gs_cubetexture_destroy); in load_graphics_imports()
H A Dgraphics-internal.h187 void (*gs_cubetexture_destroy)(gs_texture_t *cubetex); member
H A Dgraphics.h772 EXPORT void gs_cubetexture_destroy(gs_texture_t *cubetex);
H A Dgraphics.c2396 void gs_cubetexture_destroy(gs_texture_t *cubetex) in gs_cubetexture_destroy() function
2405 graphics->exports.gs_cubetexture_destroy(cubetex); in gs_cubetexture_destroy()
/dports/multimedia/obs-streamfx/obs-StreamFX-0.9.3/source/obs/gs/
H A Dgs-texture.cpp145 gs_cubetexture_destroy(_texture); in ~texture()
/dports/multimedia/obs-studio/obs-studio-27.1.3/docs/sphinx/
H A Dreference-libobs-graphics-graphics.rst1093 .. function:: void gs_cubetexture_destroy(gs_texture_t *cubetex)
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs-d3d11/
H A Dd3d11-subsystem.cpp2410 void gs_cubetexture_destroy(gs_texture_t *cubetex) in gs_cubetexture_destroy() function