summaryrefslogtreecommitdiffstats
path: root/opengl/libs/EGL/egl.cpp
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2011-01-31 11:55:40 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-01-31 11:55:40 -0800
commita6fb375cf727b6ded057110875fe49a9b3f230a3 (patch)
tree6de7d20303f7778706e1d1dd4c0beaece8fd0d7e /opengl/libs/EGL/egl.cpp
parent8a2f3ecc030512b6813ee2bb8c56b77280cad7c5 (diff)
parent056340ac95f233090990d77266d89aad3b60f913 (diff)
downloadframeworks_base-a6fb375cf727b6ded057110875fe49a9b3f230a3.zip
frameworks_base-a6fb375cf727b6ded057110875fe49a9b3f230a3.tar.gz
frameworks_base-a6fb375cf727b6ded057110875fe49a9b3f230a3.tar.bz2
am 056340ac: Merge "stubs"
* commit '056340ac95f233090990d77266d89aad3b60f913': stubs
Diffstat (limited to 'opengl/libs/EGL/egl.cpp')
-rw-r--r--opengl/libs/EGL/egl.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/opengl/libs/EGL/egl.cpp b/opengl/libs/EGL/egl.cpp
index ab260d5..f029bfe 100644
--- a/opengl/libs/EGL/egl.cpp
+++ b/opengl/libs/EGL/egl.cpp
@@ -1815,3 +1815,8 @@ EGLBoolean eglSetSwapRectangleANDROID(EGLDisplay dpy, EGLSurface draw,
}
return setError(EGL_BAD_DISPLAY, NULL);
}
+
+EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) { return 0; }
+EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) { return 0; }
+EGLint eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout) { return 0; }
+