diff options
author | Laura Ekstrand <[email protected]> | 2015-02-11 12:17:38 -0800 |
---|---|---|
committer | Laura Ekstrand <[email protected]> | 2015-03-17 10:18:33 -0700 |
commit | 5030d0a4f79c3309bad04cc257beb97f74f84f61 (patch) | |
tree | d7bf971b1922507a57ce7574314f2ba49f986469 /src/mesa/main/tests/dispatch_sanity.cpp | |
parent | 9fa6c3637a53603bc92db8a97b71cf35d88e5176 (diff) |
main: Add entry points for ClearNamedBuffer[Sub]Data.
Reviewed-by: Martin Peres <[email protected]>
Diffstat (limited to 'src/mesa/main/tests/dispatch_sanity.cpp')
-rw-r--r-- | src/mesa/main/tests/dispatch_sanity.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/tests/dispatch_sanity.cpp b/src/mesa/main/tests/dispatch_sanity.cpp index 63b9dcfa385..aff5cd6319c 100644 --- a/src/mesa/main/tests/dispatch_sanity.cpp +++ b/src/mesa/main/tests/dispatch_sanity.cpp @@ -958,6 +958,8 @@ const struct function gl_core_functions_possible[] = { { "glNamedBufferData", 45, -1 }, { "glNamedBufferSubData", 45, -1 }, { "glCopyNamedBufferSubData", 45, -1 }, + { "glClearNamedBufferData", 45, -1 }, + { "glClearNamedBufferSubData", 45, -1 }, { "glCreateTextures", 45, -1 }, { "glTextureStorage1D", 45, -1 }, { "glTextureStorage2D", 45, -1 }, |