ReactOS 0.4.16-dev-329-g9223134
|
Go to the source code of this file.
Variables | |
static const IDirect3DSurface8Vtbl | d3d8_surface_vtbl |
static const struct wined3d_parent_ops | d3d8_surface_wined3d_parent_ops |
static const struct wined3d_parent_ops | d3d8_view_wined3d_parent_ops |
struct wined3d_rendertarget_view * d3d8_surface_acquire_rendertarget_view | ( | struct d3d8_surface * | surface | ) |
Definition at line 369 of file surface.c.
Referenced by d3d8_device_SetRenderTarget().
Definition at line 50 of file surface.c.
Referenced by d3d8_surface_acquire_rendertarget_view().
|
static |
Definition at line 156 of file surface.c.
struct d3d8_device * d3d8_surface_get_device | ( | const struct d3d8_surface * | surface | ) |
Definition at line 362 of file surface.c.
Referenced by d3d8_device_SetRenderTarget().
|
static |
|
static |
Definition at line 181 of file surface.c.
|
static |
|
static |
Definition at line 146 of file surface.c.
|
static |
Definition at line 204 of file surface.c.
|
static |
Definition at line 80 of file surface.c.
Referenced by d3d8_surface_acquire_rendertarget_view(), and d3d8_surface_release_rendertarget_view().
void d3d8_surface_release_rendertarget_view | ( | struct d3d8_surface * | surface, |
struct wined3d_rendertarget_view * | rtv | ||
) |
Definition at line 395 of file surface.c.
Referenced by d3d8_device_SetRenderTarget().
|
static |
Definition at line 136 of file surface.c.
Definition at line 264 of file surface.c.
|
inlinestatic |
Definition at line 26 of file surface.c.
Referenced by d3d8_surface_AddRef(), d3d8_surface_FreePrivateData(), d3d8_surface_GetContainer(), d3d8_surface_GetDesc(), d3d8_surface_GetDevice(), d3d8_surface_GetPrivateData(), d3d8_surface_LockRect(), d3d8_surface_Release(), d3d8_surface_SetPrivateData(), d3d8_surface_UnlockRect(), and unsafe_impl_from_IDirect3DSurface8().
void surface_init | ( | struct d3d8_surface * | surface, |
struct wined3d_texture * | wined3d_texture, | ||
unsigned int | sub_resource_idx, | ||
const struct wined3d_parent_ops ** | parent_ops | ||
) |
Definition at line 317 of file surface.c.
Referenced by device_parent_surface_created().
|
static |
Definition at line 305 of file surface.c.
struct d3d8_surface * unsafe_impl_from_IDirect3DSurface8 | ( | IDirect3DSurface8 * | iface | ) |
Definition at line 402 of file surface.c.
Referenced by d3d8_device_CopyRects(), d3d8_device_GetFrontBuffer(), d3d8_device_SetCursorProperties(), and d3d8_device_SetRenderTarget().
|
static |
Definition at line 340 of file surface.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | d3d8 | ) |
|
static |
Definition at line 287 of file surface.c.
Referenced by surface_init(), and unsafe_impl_from_IDirect3DSurface8().
|
static |
Definition at line 312 of file surface.c.
Referenced by surface_init().
|
static |
Definition at line 357 of file surface.c.
Referenced by d3d8_surface_acquire_rendertarget_view().