diff options
author | Timothy Arceri <[email protected]> | 2014-04-04 22:08:50 +1100 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2014-09-04 12:29:14 +1000 |
commit | 504f5f9d1a4fb5a0ddc8a5d0bf73fd6eba96b1d0 (patch) | |
tree | 09f30fc626cc53e238739e3de65b6964f1e896a8 /src/mapi | |
parent | ecc89e4e42c0eda41de5a37d9d0614d0846e3a3e (diff) |
glapi: Add KHR_debug functions to check_table test
Signed-off-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/tests/check_table.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mapi/glapi/tests/check_table.cpp b/src/mapi/glapi/tests/check_table.cpp index cd03722b2f5..5d759df76d9 100644 --- a/src/mapi/glapi/tests/check_table.cpp +++ b/src/mapi/glapi/tests/check_table.cpp @@ -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) }, |