Home
last modified time | relevance | path

Searched refs:depth_stencil_format_id (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/directx/wine/wined3d/
H A Ddirectx.c5093 … enum wined3d_format_id render_target_format_id, enum wined3d_format_id depth_stencil_format_id) in wined3d_check_depth_stencil_match() argument
5102 debug_d3dformat(render_target_format_id), debug_d3dformat(depth_stencil_format_id)); in wined3d_check_depth_stencil_match()
5109 …ds_format = wined3d_get_format(&adapter->gl_info, depth_stencil_format_id, WINED3DUSAGE_DEPTHSTENC… in wined3d_check_depth_stencil_match()
5140 debug_d3dformat(depth_stencil_format_id)); in wined3d_check_depth_stencil_match()
/reactos/sdk/include/reactos/wine/
H A Dwined3d.h2181 … enum wined3d_format_id render_target_format_id, enum wined3d_format_id depth_stencil_format_id);