diff options
author | Jose Fonseca <jfonseca@vmware.com> | 2016-01-07 16:11:38 +0000 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2016-01-07 16:12:30 +0000 |
commit | 71a33a59fe2c36c092effb35aceb2ba7930cf90b (patch) | |
tree | 1fa4f64c3a6af482fe57c5373709ef475a1dbdee /wrappers/egltrace.py | |
parent | 5e96ed318db1ba8037eb402724bc052240ac9e05 (diff) |
docs: Rename Dalvik -> Android.
As it seems Dalvik use has been discontinued.
[ci skip]
Diffstat (limited to 'wrappers/egltrace.py')
-rw-r--r-- | wrappers/egltrace.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wrappers/egltrace.py b/wrappers/egltrace.py index 7d2d182c..abd3bfcc 100644 --- a/wrappers/egltrace.py +++ b/wrappers/egltrace.py @@ -195,11 +195,11 @@ void * dlopen(const char *filename, int flag) #if defined(ANDROID) /* - * Undocumented Android extensions used by Dalvik which have bound information - * passed to it, but is currently ignored, so probably unreliable. + * Undocumented Android extensions used by the wrappers which have bound + * information passed to it, but is currently ignored, so probably unreliable. * * See: - * https://github.com/android/platform_frameworks_base/blob/master/opengl/libs/GLES_CM/gl.cpp + * https://github.com/android/platform_frameworks_base/search?q=glVertexPointerBounds */ extern "C" PUBLIC |