MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

Name

eglDestroyContext — destroy an EGL rendering context

C Specification

EGLBoolean eglDestroyContext( EGLDisplay display,
  EGLContext context);
 

Parameters

display

Specifies the EGL display connection.

context

Specifies the EGL rendering context to be destroyed.

Description

If the EGL rendering context context is not current to any thread, eglDestroyContext destroys it immediately. Otherwise, context is destroyed when it becomes not current to any thread.

Errors

EGL_FALSE is returned if destruction of the context fails, EGL_TRUE otherwise.

EGL_BAD_DISPLAY is generated if display is not an EGL display connection.

EGL_NOT_INITIALIZED is generated if display has not been initialized.

EGL_BAD_CONTEXT is generated if context is not an EGL rendering context.

Copyright

Copyright © 2003-2010 Khronos Group. This material may be distributed subject to the terms and conditions set forth in the Open Publication License, v 1.0, 8 June 1999. http://opencontent.org/openpub/.