Searched refs:wined3d_event_query (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dquery.c41 void wined3d_event_query_destroy(struct wined3d_event_query *query)
47 static enum wined3d_event_query_result wined3d_event_query_test(const struct wined3d_event_query *query,
126 enum wined3d_event_query_result wined3d_event_query_finish(const struct wined3d_event_query *query,
198 void wined3d_event_query_issue(struct wined3d_event_query *query, const struct wined3d_device *device)
270 struct wined3d_event_query *event_query = query->extendedData;
388 struct wined3d_event_query *event_query = query->extendedData;
441 struct wined3d_event_query *event_query = query->extendedData;
596 query->extendedData = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, sizeof(struct wined3d_event_query));
H A Dwined3d_private.h1091 struct wined3d_event_query struct
1107 void wined3d_event_query_destroy(struct wined3d_event_query *query) DECLSPEC_HIDDEN;
1108 enum wined3d_event_query_result wined3d_event_query_finish(const struct wined3d_event_query *query,
1110 void wined3d_event_query_issue(struct wined3d_event_query *query, const struct wined3d_device *device) DECLSPEC_HIDDEN;
1343 struct wined3d_event_query *query) DECLSPEC_HIDDEN;
1364 void context_free_event_query(struct wined3d_event_query *query) DECLSPEC_HIDDEN;
1961 struct wined3d_event_query *buffer_queries[MAX_ATTRIBS];
2662 struct wined3d_event_query *query;
H A Dcontext.c563 void context_alloc_event_query(struct wined3d_context *context, struct wined3d_event_query *query)
604 void context_free_event_query(struct wined3d_event_query *query)
1090 struct wined3d_event_query *event_query;
1119 LIST_FOR_EACH_ENTRY(event_query, &context->event_queries, struct wined3d_event_query, entry)
H A Ddrawprim.c624 struct wined3d_event_query *ib_query = NULL;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dquery.c43 void wined3d_event_query_destroy(struct wined3d_event_query *query)
49 enum wined3d_event_query_result wined3d_event_query_test(struct wined3d_event_query *query, IWineD3DDeviceImpl *device)
131 enum wined3d_event_query_result wined3d_event_query_finish(struct wined3d_event_query *query, IWineD3DDeviceImpl *device)
203 void wined3d_event_query_issue(struct wined3d_event_query *query, IWineD3DDeviceImpl *device)
299 struct wined3d_event_query *query = This->extendedData;
407 struct wined3d_event_query *query = This->extendedData;
469 struct wined3d_event_query *query = This->extendedData;
637 query->extendedData = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, sizeof(struct wined3d_event_query));
H A Dwined3d_private.h1070 struct wined3d_event_query struct
1086 void wined3d_event_query_destroy(struct wined3d_event_query *query) DECLSPEC_HIDDEN;
1087 enum wined3d_event_query_result wined3d_event_query_test(struct wined3d_event_query *query, IWineD3DDeviceImpl *device) DECLSPEC_HIDDEN;
1088 enum wined3d_event_query_result wined3d_event_query_finish(struct wined3d_event_query *query, IWineD3DDeviceImpl *device) DECLSPEC_HIDDEN;
1089 void wined3d_event_query_issue(struct wined3d_event_query *query, IWineD3DDeviceImpl *device) DECLSPEC_HIDDEN;
1274 struct wined3d_event_query *query) DECLSPEC_HIDDEN;
1297 void context_free_event_query(struct wined3d_event_query *query) DECLSPEC_HIDDEN;
1956 struct wined3d_event_query *buffer_queries[MAX_ATTRIBS];
2857 struct wined3d_event_query *query;
H A Dcontext.c554 void context_alloc_event_query(struct wined3d_context *context, struct wined3d_event_query *query)
599 void context_free_event_query(struct wined3d_event_query *query)
942 struct wined3d_event_query *event_query;
970 LIST_FOR_EACH_ENTRY(event_query, &context->event_queries, struct wined3d_event_query, entry)
H A Ddevice.c333 struct wined3d_event_query *query;
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h1091 struct wined3d_event_query struct
1107 void wined3d_event_query_destroy(struct wined3d_event_query *query) DECLSPEC_HIDDEN;
1108 enum wined3d_event_query_result wined3d_event_query_test(struct wined3d_event_query *query, IWineD3DDeviceImpl *device) DECLSPEC_HIDDEN;
1109 enum wined3d_event_query_result wined3d_event_query_finish(struct wined3d_event_query *query, IWineD3DDeviceImpl *device) DECLSPEC_HIDDEN;
1110 void wined3d_event_query_issue(struct wined3d_event_query *query, IWineD3DDeviceImpl *device) DECLSPEC_HIDDEN;
1302 struct wined3d_event_query *query) DECLSPEC_HIDDEN;
1325 void context_free_event_query(struct wined3d_event_query *query) DECLSPEC_HIDDEN;
1991 struct wined3d_event_query *buffer_queries[MAX_ATTRIBS];
2892 struct wined3d_event_query *query;

Completed in 289 milliseconds