summaryrefslogtreecommitdiffstats
path: root/opengl/libs/tools
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2012-02-14 17:14:36 -0800
committerMathias Agopian <mathias@google.com>2012-02-14 17:14:36 -0800
commit7c0441ac271f4e00a2d63eb3048c037ebffa90b9 (patch)
treef589ccfe238fa2d187849d9843a9a77860c37572 /opengl/libs/tools
parentf234ad008160b1909e9adf8556f325e8a040e012 (diff)
downloadframeworks_native-7c0441ac271f4e00a2d63eb3048c037ebffa90b9.zip
frameworks_native-7c0441ac271f4e00a2d63eb3048c037ebffa90b9.tar.gz
frameworks_native-7c0441ac271f4e00a2d63eb3048c037ebffa90b9.tar.bz2
Don't wrap EGLImageKHR and EGLSyncKHR anymore
this simplify our EGL wrapper implementation a lot. This wrapping is no longer needed now that we can only support a single underlaying EGL implementation. Change-Id: I8213df7ac69daac447f1fe6e37044b78aac4e9a9
Diffstat (limited to 'opengl/libs/tools')
-rwxr-xr-xopengl/libs/tools/glapigen6
1 files changed, 0 insertions, 6 deletions
diff --git a/opengl/libs/tools/glapigen b/opengl/libs/tools/glapigen
index 9be40cf..4d8334f 100755
--- a/opengl/libs/tools/glapigen
+++ b/opengl/libs/tools/glapigen
@@ -37,12 +37,6 @@ while (my $line = <>) {
#printf("%s", $line);
my $prefix = "";
- if ($name eq "glEGLImageTargetTexture2DOES") {
- $prefix = "__";
- }
- if ($name eq "glEGLImageTargetRenderbufferStorageOES") {
- $prefix = "__";
- }
if ($name eq "glGetString") {
$prefix = "__";
}