summaryrefslogtreecommitdiff
path: root/va/va_trace.h
diff options
context:
space:
mode:
Diffstat (limited to 'va/va_trace.h')
-rw-r--r--va/va_trace.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/va/va_trace.h b/va/va_trace.h
index 29599ea..70c3847 100644
--- a/va/va_trace.h
+++ b/va/va_trace.h
@@ -96,6 +96,20 @@ void va_TraceCreateContext(
VAContextID *context /* out */
);
+void va_TraceCreateBuffer (
+ VADisplay dpy,
+ VAContextID context, /* in */
+ VABufferType type, /* in */
+ unsigned int size, /* in */
+ unsigned int num_elements, /* in */
+ void *data, /* in */
+ VABufferID *buf_id /* out */
+);
+
+void va_TraceDestroyBuffer (
+ VADisplay dpy,
+ VABufferID buf_id /* in */
+);
void va_TraceMapBuffer (
VADisplay dpy,