summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/cmd_buffer_functions.txt
diff options
context:
space:
mode:
authorzmo <zmo@chromium.org>2015-05-14 12:13:52 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-14 19:14:10 +0000
commit5ee097e78c8c254607c02ee7614bba0abe41d956 (patch)
tree2eb60bf5914c1eb0bda2191d523afbc75349fee3 /gpu/command_buffer/cmd_buffer_functions.txt
parent55c68a9a9aecbdc22fd06a99aa93b98881405d88 (diff)
downloadchromium_src-5ee097e78c8c254607c02ee7614bba0abe41d956.zip
chromium_src-5ee097e78c8c254607c02ee7614bba0abe41d956.tar.gz
chromium_src-5ee097e78c8c254607c02ee7614bba0abe41d956.tar.bz2
Add ES3 commands GetVertexAttribI{u}iv to GPU command buffer.
BUG=429053 TEST=gpu_unittests R=piman@chromium.org Review URL: https://codereview.chromium.org/1136713003 Cr-Commit-Position: refs/heads/master@{#329892}
Diffstat (limited to 'gpu/command_buffer/cmd_buffer_functions.txt')
-rw-r--r--gpu/command_buffer/cmd_buffer_functions.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpu/command_buffer/cmd_buffer_functions.txt b/gpu/command_buffer/cmd_buffer_functions.txt
index 463596a..a7ec6ce 100644
--- a/gpu/command_buffer/cmd_buffer_functions.txt
+++ b/gpu/command_buffer/cmd_buffer_functions.txt
@@ -119,6 +119,8 @@ GL_APICALL void GL_APIENTRY glGetUniformIndices (GLidProgram program, GL
GL_APICALL GLint GL_APIENTRY glGetUniformLocation (GLidProgram program, const char* name);
GL_APICALL void GL_APIENTRY glGetVertexAttribfv (GLuint index, GLenumVertexAttribute pname, GLfloat* params);
GL_APICALL void GL_APIENTRY glGetVertexAttribiv (GLuint index, GLenumVertexAttribute pname, GLint* params);
+GL_APICALL void GL_APIENTRY glGetVertexAttribIiv (GLuint index, GLenumVertexAttribute pname, GLint* params);
+GL_APICALL void GL_APIENTRY glGetVertexAttribIuiv (GLuint index, GLenumVertexAttribute pname, GLuint* params);
GL_APICALL void GL_APIENTRY glGetVertexAttribPointerv (GLuint index, GLenumVertexPointer pname, void** pointer);
GL_APICALL void GL_APIENTRY glHint (GLenumHintTarget target, GLenumHintMode mode);
GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenumInvalidateFrameBufferTarget target, GLsizeiNotNegative count, const GLenum* attachments);