summaryrefslogtreecommitdiffstats
path: root/opengl/libs/entries.in
diff options
context:
space:
mode:
authorJesse Hall <jessehall@google.com>2013-02-07 10:30:17 -0800
committerJesse Hall <jessehall@google.com>2013-02-11 16:12:49 -0800
commitd58974c6b25fe9fdadb38dc1f1371196b71a0913 (patch)
tree299a215b761dc82c52cdfa130c5053936d086332 /opengl/libs/entries.in
parent7c95911157999d30fbadf8f964155396d17c49da (diff)
downloadframeworks_native-d58974c6b25fe9fdadb38dc1f1371196b71a0913.zip
frameworks_native-d58974c6b25fe9fdadb38dc1f1371196b71a0913.tar.gz
frameworks_native-d58974c6b25fe9fdadb38dc1f1371196b71a0913.tar.bz2
Regenerate API/trace files for constness change
Change-Id: I45836219fc0e97607d83d458de9babb44f4c7534
Diffstat (limited to 'opengl/libs/entries.in')
-rw-r--r--opengl/libs/entries.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libs/entries.in b/opengl/libs/entries.in
index b9a51a4..93e2a6b 100644
--- a/opengl/libs/entries.in
+++ b/opengl/libs/entries.in
@@ -354,7 +354,7 @@ GL_ENTRY(void, glSelectPerfMonitorCountersAMD, GLuint monitor, GLboolean enable,
GL_ENTRY(void, glSetFenceNV, GLuint fence, GLenum condition)
GL_ENTRY(void, glShadeModel, GLenum mode)
GL_ENTRY(void, glShaderBinary, GLsizei n, const GLuint* shaders, GLenum binaryformat, const GLvoid* binary, GLsizei length)
-GL_ENTRY(void, glShaderSource, GLuint shader, GLsizei count, const GLchar** string, const GLint* length)
+GL_ENTRY(void, glShaderSource, GLuint shader, GLsizei count, const GLchar* const* string, const GLint* length)
GL_ENTRY(void, glStartTilingQCOM, GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask)
GL_ENTRY(void, glStencilFunc, GLenum func, GLint ref, GLuint mask)
GL_ENTRY(void, glStencilFuncSeparate, GLenum face, GLenum func, GLint ref, GLuint mask)