From 058193e7de0ab8f549ca0ba14984650fdf0fe2e9 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Wed, 30 Nov 2011 18:29:43 +0800 Subject: [PATCH] egl: trace EGL_IMG_context_priority --- specs/eglapi.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/specs/eglapi.py b/specs/eglapi.py index c1e9cae..c887807 100644 --- a/specs/eglapi.py +++ b/specs/eglapi.py @@ -147,6 +147,10 @@ EGLSurfaceAttrib = FakeEnum(EGLint, [ EGLContextAttrib = FakeEnum(EGLint, [ "EGL_CONTEXT_CLIENT_TYPE", # 0x3097 "EGL_CONTEXT_CLIENT_VERSION", # 0x3098 + + # EGL_IMG_context_priority + "EGL_CONTEXT_PRIORITY_LEVEL_IMG", # 0x3100 + "EGL_NONE", ]) -- 2.43.0