glapi: Add KHR_debug functions to check_table test
authorTimothy Arceri <t_arceri@yahoo.com.au>
Fri, 4 Apr 2014 11:08:50 +0000 (22:08 +1100)
committerTimothy Arceri <t_arceri@yahoo.com.au>
Thu, 4 Sep 2014 02:29:14 +0000 (12:29 +1000)
Signed-off-by: Timothy Arceri <t_arceri@yahoo.com.au>
src/mapi/glapi/tests/check_table.cpp

index cd03722b2f53023915a9e4ef29054bb04b647908..5d759df76d9ee05fcdb43fc5c4dd13f6df359023 100644 (file)
@@ -1231,6 +1231,12 @@ const struct name_offset known_dispatch[] = {
    { "glDebugMessageControl", _O(DebugMessageControl) },
    { "glDebugMessageInsert", _O(DebugMessageInsert) },
    { "glGetDebugMessageLog", _O(GetDebugMessageLog) },
+   { "glPushDebugGroup", _O(PushDebugGroup) },
+   { "glPopDebugGroup", _O(PopDebugGroup) },
+   { "glGetObjectLabel", _O(GetObjectLabel) },
+   { "glGetObjectPtrLabel", _O(GetObjectPtrLabel) },
+   { "glObjectLabel", _O(ObjectLabel) },
+   { "glObjectPtrLabel", _O(ObjectPtrLabel) },
    { "glGetGraphicsResetStatusARB", _O(GetGraphicsResetStatusARB) },
    { "glGetnColorTableARB", _O(GetnColorTableARB) },
    { "glGetnCompressedTexImageARB", _O(GetnCompressedTexImageARB) },