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..fe1df4b9b5a5476b2526af7f7b8f9bd49d559bca 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 GLES2BlendBarrierKHR() { |
+ gles2::GetGLContext()->BlendBarrierKHR(); |
+} |
namespace gles2 { |
@@ -1840,6 +1843,10 @@ extern const NameToFunc g_gles2_function_table[] = { |
reinterpret_cast<GLES2FunctionPointer>(glMatrixLoadIdentityCHROMIUM), |
}, |
{ |
+ "glBlendBarrierKHR", |
+ reinterpret_cast<GLES2FunctionPointer>(glBlendBarrierKHR), |
+ }, |
+ { |
NULL, |
NULL, |
}, |