Home
last modified time | relevance | path

Searched refs:get_gl_format_type (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs-opengl/
H A Dgl-texturecube.c27 GLenum gl_type = get_gl_format_type(tex->base.format); in upload_texture_cube()
H A Dgl-stagesurf.c57 surf->gl_type = get_gl_format_type(color_format); in device_stagesurface_create()
H A Dgl-texture3d.c139 tex->base.gl_type = get_gl_format_type(color_format); in device_voltexture_create()
H A Dgl-texture2d.c92 tex->base.gl_type = get_gl_format_type(color_format); in device_texture_create()
H A Dgl-subsystem.h139 static inline GLenum get_gl_format_type(enum gs_color_format format) in get_gl_format_type() function