| 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 7eb7a0ea97055a57e537df579d1ade2474f88597..591df8a2f214721087c803802ca827fbe0d6b96f 100644
|
| --- a/gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| @@ -1393,6 +1393,9 @@ void GLES2MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) {
|
| void GLES2MatrixLoadIdentityCHROMIUM(GLenum matrixMode) {
|
| gles2::GetGLContext()->MatrixLoadIdentityCHROMIUM(matrixMode);
|
| }
|
| +GLenum GLES2GetGraphicsResetStatusKHR() {
|
| + return gles2::GetGLContext()->GetGraphicsResetStatusKHR();
|
| +}
|
| void GLES2BlendBarrierKHR() {
|
| gles2::GetGLContext()->BlendBarrierKHR();
|
| }
|
| @@ -2620,6 +2623,10 @@ extern const NameToFunc g_gles2_function_table[] = {
|
| reinterpret_cast<GLES2FunctionPointer>(glMatrixLoadIdentityCHROMIUM),
|
| },
|
| {
|
| + "glGetGraphicsResetStatusKHR",
|
| + reinterpret_cast<GLES2FunctionPointer>(glGetGraphicsResetStatusKHR),
|
| + },
|
| + {
|
| "glBlendBarrierKHR",
|
| reinterpret_cast<GLES2FunctionPointer>(glBlendBarrierKHR),
|
| },
|
|
|