ReactOS 0.4.16-dev-1007-g2e85425
|
Go to the source code of this file.
Variables | |
static const struct wined3d_query_ops | event_query_ops |
static const struct wined3d_query_ops | occlusion_query_ops |
static const struct wined3d_query_ops | timestamp_query_ops |
static const struct wined3d_query_ops | timestamp_disjoint_query_ops |
static const struct wined3d_query_ops | so_statistics_query_ops |
static const struct wined3d_query_ops | pipeline_query_ops |
static const struct wined3d_query_ops | statistics_query_ops |
static const struct wined3d_query_ops | overflow_query_ops |
|
static |
Definition at line 28 of file query.c.
Referenced by wined3d_occlusion_query_ops_poll(), wined3d_pipeline_query_ops_poll(), and wined3d_so_statistics_query_ops_poll().
WINE_DEFAULT_DEBUG_CHANNEL | ( | d3d | ) |
|
static |
Definition at line 959 of file query.c.
Referenced by wined3d_query_create().
|
static |
Definition at line 60 of file query.c.
Referenced by wined3d_event_query_ops_destroy(), wined3d_event_query_ops_issue(), and wined3d_event_query_ops_poll().
|
static |
Definition at line 944 of file query.c.
|
static |
Definition at line 505 of file query.c.
|
static |
Definition at line 460 of file query.c.
HRESULT wined3d_fence_create | ( | struct wined3d_device * | device, |
struct wined3d_fence ** | fence | ||
) |
Definition at line 303 of file query.c.
Referenced by buffer_sync_apple().
void wined3d_fence_destroy | ( | struct wined3d_fence * | fence | ) |
Definition at line 286 of file query.c.
Referenced by buffer_destroy_buffer_object(), and buffer_sync_apple().
|
static |
Definition at line 280 of file query.c.
Referenced by wined3d_event_query_ops_destroy(), and wined3d_fence_destroy().
|
static |
Definition at line 292 of file query.c.
Referenced by wined3d_event_query_create(), and wined3d_fence_create().
void wined3d_fence_issue | ( | struct wined3d_fence * | fence, |
const struct wined3d_device * | device | ||
) |
Definition at line 244 of file query.c.
Referenced by draw_primitive(), and wined3d_event_query_ops_issue().
|
static |
Definition at line 86 of file query.c.
Referenced by wined3d_fence_init().
|
static |
Definition at line 91 of file query.c.
Referenced by wined3d_event_query_ops_poll().
enum wined3d_fence_result wined3d_fence_wait | ( | const struct wined3d_fence * | fence, |
const struct wined3d_device * | device | ||
) |
Definition at line 169 of file query.c.
Referenced by buffer_sync_apple().
|
static |
Definition at line 1005 of file query.c.
Referenced by wined3d_query_create().
|
static |
Definition at line 65 of file query.c.
Referenced by wined3d_occlusion_query_ops_destroy(), wined3d_occlusion_query_ops_issue(), and wined3d_occlusion_query_ops_poll().
|
static |
Definition at line 989 of file query.c.
|
static |
Definition at line 525 of file query.c.
|
static |
Definition at line 427 of file query.c.
|
static |
Definition at line 1273 of file query.c.
Referenced by wined3d_query_create().
|
static |
|
static |
|
static |
|
static |
Definition at line 1200 of file query.c.
Referenced by wined3d_query_create().
|
static |
Definition at line 1185 of file query.c.
|
static |
Definition at line 845 of file query.c.
|
static |
Definition at line 780 of file query.c.
|
static |
Definition at line 826 of file query.c.
Referenced by wined3d_pipeline_query_ops_issue().
|
static |
Definition at line 80 of file query.c.
Referenced by wined3d_pipeline_query_ops_destroy(), wined3d_pipeline_query_ops_issue(), and wined3d_pipeline_query_ops_poll().
HRESULT CDECL wined3d_query_create | ( | struct wined3d_device * | device, |
enum wined3d_query_type | type, | ||
void * | parent, | ||
const struct wined3d_parent_ops * | parent_ops, | ||
struct wined3d_query ** | query | ||
) |
Definition at line 1294 of file query.c.
Referenced by query_init().
ULONG CDECL wined3d_query_decref | ( | struct wined3d_query * | query | ) |
Definition at line 349 of file query.c.
Referenced by d3d9_query_Release(), and wined3d_device_set_predication().
Definition at line 335 of file query.c.
Referenced by wined3d_query_decref().
HRESULT CDECL wined3d_query_get_data | ( | struct wined3d_query * | query, |
void * | data, | ||
UINT | data_size, | ||
DWORD | flags | ||
) |
Definition at line 364 of file query.c.
Referenced by d3d9_query_GetData().
UINT CDECL wined3d_query_get_data_size | ( | const struct wined3d_query * | query | ) |
void *CDECL wined3d_query_get_parent | ( | const struct wined3d_query * | query | ) |
enum wined3d_query_type CDECL wined3d_query_get_type | ( | const struct wined3d_query * | query | ) |
Definition at line 498 of file query.c.
Referenced by d3d9_query_GetData(), and d3d9_query_GetType().
ULONG CDECL wined3d_query_incref | ( | struct wined3d_query * | query | ) |
Definition at line 326 of file query.c.
Referenced by wined3d_device_set_predication().
|
static |
Definition at line 44 of file query.c.
Referenced by wined3d_event_query_create(), wined3d_occlusion_query_create(), wined3d_overflow_query_create(), wined3d_pipeline_query_create(), wined3d_so_statistics_query_create(), wined3d_statistics_query_create(), wined3d_timestamp_disjoint_query_create(), and wined3d_timestamp_query_create().
HRESULT CDECL wined3d_query_issue | ( | struct wined3d_query * | query, |
DWORD | flags | ||
) |
Definition at line 410 of file query.c.
Referenced by d3d9_query_Issue().
|
static |
Definition at line 1145 of file query.c.
Referenced by wined3d_query_create().
|
static |
Definition at line 75 of file query.c.
Referenced by wined3d_so_statistics_query_ops_destroy(), wined3d_so_statistics_query_ops_issue(), and wined3d_so_statistics_query_ops_poll().
|
static |
Definition at line 1129 of file query.c.
|
static |
Definition at line 712 of file query.c.
|
static |
Definition at line 673 of file query.c.
|
static |
Definition at line 1240 of file query.c.
Referenced by wined3d_query_create().
|
static |
|
static |
|
static |
|
static |
Definition at line 1089 of file query.c.
Referenced by wined3d_query_create().
|
static |
|
static |
|
static |
|
static |
Definition at line 1049 of file query.c.
Referenced by wined3d_query_create().
|
static |
Definition at line 70 of file query.c.
Referenced by wined3d_timestamp_query_ops_destroy(), wined3d_timestamp_query_ops_issue(), and wined3d_timestamp_query_ops_poll().
|
static |
Definition at line 1033 of file query.c.
|
static |
Definition at line 630 of file query.c.
|
static |
Definition at line 594 of file query.c.
|
static |
Definition at line 952 of file query.c.
Referenced by wined3d_event_query_create().
|
static |
Definition at line 998 of file query.c.
Referenced by wined3d_occlusion_query_create().
|
static |
Definition at line 1266 of file query.c.
Referenced by wined3d_overflow_query_create().
|
static |
Definition at line 1193 of file query.c.
Referenced by wined3d_pipeline_query_create().
|
static |
Definition at line 1138 of file query.c.
Referenced by wined3d_so_statistics_query_create().
|
static |
Definition at line 1233 of file query.c.
Referenced by wined3d_statistics_query_create().
|
static |
Definition at line 1082 of file query.c.
Referenced by wined3d_timestamp_disjoint_query_create().
|
static |
Definition at line 1042 of file query.c.
Referenced by wined3d_timestamp_query_create().