diff --git a/src/mapi/glapi/tests/check_table.cpp b/src/mapi/glapi/tests/check_table.cpp index 596f43fc4b2..5b9d1e7c4a9 100644 --- a/src/mapi/glapi/tests/check_table.cpp +++ b/src/mapi/glapi/tests/check_table.cpp @@ -1130,8 +1130,8 @@ const struct name_offset known_dispatch[] = { { "glGetAttribLocation", _O(GetAttribLocation) }, { "glDrawBuffers", _O(DrawBuffers) }, { "glClampColor", _O(ClampColor) }, - { "glDrawArraysInstancedARB", _O(DrawArraysInstancedARB) }, - { "glDrawElementsInstancedARB", _O(DrawElementsInstancedARB) }, + { "glDrawArraysInstanced", _O(DrawArraysInstanced) }, + { "glDrawElementsInstanced", _O(DrawElementsInstanced) }, { "glRenderbufferStorageMultisample", _O(RenderbufferStorageMultisample) }, { "glFramebufferTexture", _O(FramebufferTexture) }, { "glProgramParameteri", _O(ProgramParameteri) },