Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Unified Diff: mojo/gpu/mojo_gles2_impl_autogen.cc

Issue 1688163002: command_buffer: Implement glGetStringi for GL ES 3.0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@command-buffer-generator-int-types
Patch Set: rebase Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/gpu/mojo_gles2_impl_autogen.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/gpu/mojo_gles2_impl_autogen.cc
diff --git a/mojo/gpu/mojo_gles2_impl_autogen.cc b/mojo/gpu/mojo_gles2_impl_autogen.cc
index 3ee22aef22b085bc9ff6aac26dc34558eb8b2197..453f9e2e5bbe632c25867960f738f1be20ae41d5 100644
--- a/mojo/gpu/mojo_gles2_impl_autogen.cc
+++ b/mojo/gpu/mojo_gles2_impl_autogen.cc
@@ -576,6 +576,10 @@ const GLubyte* MojoGLES2Impl::GetString(GLenum name) {
MojoGLES2MakeCurrent(context_);
return glGetString(name);
}
+const GLubyte* MojoGLES2Impl::GetStringi(GLenum name, GLuint index) {
+ NOTREACHED() << "Unimplemented GetStringi.";
+ return 0;
+}
void MojoGLES2Impl::GetSynciv(GLsync sync,
GLenum pname,
GLsizei bufsize,
« no previous file with comments | « mojo/gpu/mojo_gles2_impl_autogen.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698