mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 10:20:09 +01:00
glapi: Add KHR_debug functions to check_table test
Signed-off-by: Timothy Arceri <t_arceri@yahoo.com.au>
This commit is contained in:
parent
ecc89e4e42
commit
504f5f9d1a
1 changed files with 6 additions and 0 deletions
|
|
@ -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) },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue