From 97b268f1de6efc1fe15fbb63b9f36da2c6d858bb Mon Sep 17 00:00:00 2001 From: Fredrik Höglund Date: Mon, 2 Mar 2015 19:07:52 +0100 Subject: mesa: Implement GetVertexArrayIndexed[64]iv v2: Fix the name of the entry point in the error messages. Reviewed-by: Laura Ekstrand --- src/mesa/main/tests/dispatch_sanity.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mesa/main/tests') diff --git a/src/mesa/main/tests/dispatch_sanity.cpp b/src/mesa/main/tests/dispatch_sanity.cpp index 0d61a1e61ca..ccd0124a2bb 100644 --- a/src/mesa/main/tests/dispatch_sanity.cpp +++ b/src/mesa/main/tests/dispatch_sanity.cpp @@ -1029,6 +1029,8 @@ const struct function gl_core_functions_possible[] = { { "glVertexArrayAttribBinding", 45, -1 }, { "glVertexArrayBindingDivisor", 45, -1 }, { "glGetVertexArrayiv", 45, -1 }, + { "glGetVertexArrayIndexediv", 45, -1 }, + { "glGetVertexArrayIndexed64iv", 45, -1 }, { "glCreateSamplers", 45, -1 }, { "glCreateProgramPipelines", 45, -1 }, { "glCreateQueries", 45, -1 }, -- cgit v1.2.3