egl/eglinterface/include/1.4/eglext.h
branchRCL_3
changeset 7 5e51caaeeb72
parent 0 5d03bc08d59c
child 19 bbf46f59e123
equal deleted inserted replaced
6:de3d5b6102ac 7:5e51caaeeb72
   248 #define EGL_BAD_ENDPOINT_NOK             0x30D4
   248 #define EGL_BAD_ENDPOINT_NOK             0x30D4
   249 /* Endpoint attribute keys */
   249 /* Endpoint attribute keys */
   250 #define EGL_ENDPOINT_READY_NOK           0x30D6
   250 #define EGL_ENDPOINT_READY_NOK           0x30D6
   251 #define EGL_DELAY_NOK                    0x30D7
   251 #define EGL_DELAY_NOK                    0x30D7
   252 
   252 
       
   253 #ifndef EGL_SYMBIAN_COMPOSITION
       
   254 #define EGL_SYMBIAN_COMPOSITION 1
       
   255 /* Extension defines a behavioural change which does not introduce functions or tokens. */
       
   256 /* The presence of this extension means that semi-transparent UI content can be displayed above EGL window surfaces. */
       
   257 #endif
       
   258 
   253 #ifdef EGL_EGLEXT_PROTOTYPES
   259 #ifdef EGL_EGLEXT_PROTOTYPES
   254 EGLAPI EGLEndpointNOK EGLAPIENTRY eglCreateEndpointNOK(EGLDisplay dpy, EGLenum type, EGLenum source_type, EGLEndpointSourceNOK source, const EGLint *attrib_list);
   260 EGLAPI EGLEndpointNOK EGLAPIENTRY eglCreateEndpointNOK(EGLDisplay dpy, EGLenum type, EGLenum source_type, EGLEndpointSourceNOK source, const EGLint *attrib_list);
   255 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyEndpointNOK(EGLDisplay dpy, EGLEndpointNOK endpoint);
   261 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyEndpointNOK(EGLDisplay dpy, EGLEndpointNOK endpoint);
   256 EGLAPI EGLint EGLAPIENTRY eglGetEndpointAttribNOK(EGLDisplay dpy, EGLEndpointNOK endpoint, EGLint attrib);
   262 EGLAPI EGLint EGLAPIENTRY eglGetEndpointAttribNOK(EGLDisplay dpy, EGLEndpointNOK endpoint, EGLint attrib);
   257 EGLAPI EGLBoolean EGLAPIENTRY eglSetEndpointAttribNOK(EGLDisplay dpy, EGLEndpointNOK endpoint, EGLint attrib, EGLint value);
   263 EGLAPI EGLBoolean EGLAPIENTRY eglSetEndpointAttribNOK(EGLDisplay dpy, EGLEndpointNOK endpoint, EGLint attrib, EGLint value);