summaryrefslogtreecommitdiffstats
path: root/opengl/libs/GLES_trace/src/gltrace_egl.h
diff options
context:
space:
mode:
Diffstat (limited to 'opengl/libs/GLES_trace/src/gltrace_egl.h')
-rw-r--r--opengl/libs/GLES_trace/src/gltrace_egl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/opengl/libs/GLES_trace/src/gltrace_egl.h b/opengl/libs/GLES_trace/src/gltrace_egl.h
index 27a4837..f4684c5 100644
--- a/opengl/libs/GLES_trace/src/gltrace_egl.h
+++ b/opengl/libs/GLES_trace/src/gltrace_egl.h
@@ -20,6 +20,8 @@
namespace android {
namespace gltrace {
+void GLTrace_eglCreateContext(int version, int contextId);
+void GLTrace_eglMakeCurrent(int contextId);
void GLTrace_eglSwapBuffers(void *dpy, void *draw);
};