equal
deleted
inserted
replaced
1 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
3 // This component and the accompanying materials are made available |
4 // under the terms of "Eclipse Public License v1.0" |
4 // under the terms of "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
370 _LIT8(KEglKhrImagePixmap,"EGL_KHR_image_pixmap"); |
370 _LIT8(KEglKhrImagePixmap,"EGL_KHR_image_pixmap"); |
371 _LIT8(KVgKhrEglImage,"VG_KHR_EGL_image"); |
371 _LIT8(KVgKhrEglImage,"VG_KHR_EGL_image"); |
372 _LIT8(KEglKhrReusableSync,"EGL_KHR_reusable_sync"); |
372 _LIT8(KEglKhrReusableSync,"EGL_KHR_reusable_sync"); |
373 _LIT8(KEglNokPrivateSignalSync,"EGL_NOK__private__signal_sync"); |
373 _LIT8(KEglNokPrivateSignalSync,"EGL_NOK__private__signal_sync"); |
374 _LIT8(KEglNokiaSwapBuffers,"EGL_NOKIA_swap_buffers"); |
374 _LIT8(KEglNokiaSwapBuffers,"EGL_NOKIA_swap_buffers"); |
375 _LIT8(KEglNokiaImageEndpoint,"EGL_NOK_image_endpoint"); |
|
376 _LIT8(KEglNokiaSurfaceScaling,"EGL_NOK_surface_scaling"); |
|
377 #ifndef SYMBIAN_GRAPHICS_EGL_SGIMAGELITE |
375 #ifndef SYMBIAN_GRAPHICS_EGL_SGIMAGELITE |
378 _LIT8(KEglSymbianImagePreserved,"EGL_SYMBIAN_image_preserved"); |
376 _LIT8(KEglSymbianImagePreserved,"EGL_SYMBIAN_image_preserved"); |
379 #endif |
377 #endif |
380 |
378 |
381 |
379 |
387 KEGL_KHR_image_pixmap = 0x04, |
385 KEGL_KHR_image_pixmap = 0x04, |
388 KVG_KHR_EGL_image = 0x08, |
386 KVG_KHR_EGL_image = 0x08, |
389 KEGL_KHR_reusable_sync = 0x10, |
387 KEGL_KHR_reusable_sync = 0x10, |
390 KEGL_NOK__private__signal_sync = 0x20, |
388 KEGL_NOK__private__signal_sync = 0x20, |
391 KEGL_NOKIA_swap_buffers = 0x40, |
389 KEGL_NOKIA_swap_buffers = 0x40, |
392 KEGL_SYMBIAN_image_preserved = 0x80, |
390 KEGL_SYMBIAN_image_preserved = 0x80 |
393 KEGL_NOK_image_endpoint = 0x100, |
|
394 KEGL_NOK_surface_scaling = 0x200 |
|
395 }; |
391 }; |
396 |
392 |
397 const TUid KUidEglTestServer={0x10281B40}; |
393 const TUid KUidEglTestServer={0x10281B40}; |
398 const TUid KUidEglTestServerNga={0x10285DC0}; |
394 const TUid KUidEglTestServerNga={0x10285DC0}; |
399 |
395 |