egl/egltest/inc/egltestcommonutils.h
changeset 194 18f84489a694
parent 152 9f1c3fea0f87
--- a/egl/egltest/inc/egltestcommonutils.h	Fri Sep 17 08:36:49 2010 +0300
+++ b/egl/egltest/inc/egltestcommonutils.h	Mon Oct 04 02:31:51 2010 +0300
@@ -374,6 +374,7 @@
 _LIT8(KEglNokiaSwapBuffers,"EGL_NOKIA_swap_buffers");
 _LIT8(KEglNokiaImageEndpoint,"EGL_NOK_image_endpoint");
 _LIT8(KEglNokiaSurfaceScaling,"EGL_NOK_surface_scaling");
+_LIT8(KEglKhrLockSurface,"EGL_KHR_lock_surface");
 #ifndef SYMBIAN_GRAPHICS_EGL_SGIMAGELITE
 _LIT8(KEglSymbianImagePreserved,"EGL_SYMBIAN_image_preserved");
 #endif
@@ -391,7 +392,8 @@
 	KEGL_NOKIA_swap_buffers         = 0x40,
     KEGL_SYMBIAN_image_preserved    = 0x80,
     KEGL_NOK_image_endpoint         = 0x100,
-    KEGL_NOK_surface_scaling        = 0x200
+	KEGL_NOK_surface_scaling        = 0x200,
+	KEGL_KHR_lock_surface			= 0x400
 	};
 
 const TUid KUidEglTestServer={0x10281B40};