Home
last modified time | relevance | path

Searched refs:wined3d_rendertarget_info (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/directx/wine/wined3d/
H A Dcontext.c432 …struct wined3d_fbo_entry_key *key, unsigned int idx, const struct wined3d_rendertarget_info *rende… in context_set_fbo_key_for_render_target()
506 struct wined3d_fbo_entry_key *key, const struct wined3d_rendertarget_info *render_targets, in context_generate_fbo_key()
507 … const struct wined3d_rendertarget_info *depth_stencil, DWORD color_location, DWORD ds_location) in context_generate_fbo_key()
522 …const struct wined3d_rendertarget_info *render_targets, const struct wined3d_rendertarget_info *de… in context_create_fbo_entry()
548 …const struct wined3d_rendertarget_info *render_targets, const struct wined3d_rendertarget_info *de… in context_reuse_fbo_entry()
582 …const struct wined3d_rendertarget_info *render_targets, const struct wined3d_rendertarget_info *de… in context_find_fbo_entry()
585 static const struct wined3d_rendertarget_info ds_null = {{0}}; in context_find_fbo_entry()
764 struct wined3d_rendertarget_info *render_targets, struct wined3d_surface *depth_stencil, in context_apply_fbo_state()
787 struct wined3d_rendertarget_info ds = {{0}}; in context_apply_fbo_state()
H A Dwined3d_private.h1852 struct wined3d_rendertarget_info struct
1958 struct wined3d_rendertarget_info blit_targets[MAX_RENDER_TARGET_VIEWS];
3393 const struct wined3d_rendertarget_info *rt) DECLSPEC_HIDDEN;
H A Dsurface.c981 …ompatible_renderbuffer(struct wined3d_surface *surface, const struct wined3d_rendertarget_info *rt) in surface_set_compatible_renderbuffer()