Index: gpu/command_buffer/client/gles2_c_lib_autogen.h |
diff --git a/gpu/command_buffer/client/gles2_c_lib_autogen.h b/gpu/command_buffer/client/gles2_c_lib_autogen.h |
index e11cf63dc3261e1fcfc89490c92bab98341e2762..b753e93084055fc0864e74f882c51a5cb9fb1c6c 100644 |
--- a/gpu/command_buffer/client/gles2_c_lib_autogen.h |
+++ b/gpu/command_buffer/client/gles2_c_lib_autogen.h |
@@ -969,6 +969,9 @@ void GLES2MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) { |
void GLES2MatrixLoadIdentityCHROMIUM(GLenum matrixMode) { |
gles2::GetGLContext()->MatrixLoadIdentityCHROMIUM(matrixMode); |
} |
+void GLES2BlendBarrierNV() { |
+ gles2::GetGLContext()->BlendBarrierNV(); |
+} |
namespace gles2 { |
@@ -1840,6 +1843,10 @@ extern const NameToFunc g_gles2_function_table[] = { |
reinterpret_cast<GLES2FunctionPointer>(glMatrixLoadIdentityCHROMIUM), |
}, |
{ |
+ "glBlendBarrierNV", |
+ reinterpret_cast<GLES2FunctionPointer>(glBlendBarrierNV), |
+ }, |
+ { |
NULL, |
NULL, |
}, |