Class

CoglContextEGL

Description

class Cogl.ContextEGL : Cogl.Context
{
  /* No available fields */
}

No description available.

Hierarchy

hierarchy this CoglContextEGL ancestor_0 CoglContext ancestor_0--this ancestor_1 GObject ancestor_1--ancestor_0

Ancestors

Constructors

cogl_context_egl_new
No description available.

Instance methods

Methods inherited from CoglContext (9)
cogl_context_flush

This function should only need to be called in exceptional circumstances.

cogl_context_get_display

Retrieves the CoglDisplay that is internally associated with the given context.

cogl_context_get_driver
No description available.

cogl_context_get_named_pipeline
No description available.

cogl_context_get_rectangle_indices
No description available.

cogl_context_get_renderer

Retrieves the CoglRenderer that is internally associated with the given context.

cogl_context_has_winsys_feature
No description available.

cogl_context_set_named_pipeline

Associate a CoglPipeline with a context and key. This will not take a new reference to the pipeline, but will unref all associated pipelines when the context gets destroyed. Similarly, if a pipeline gets overwritten, it will get unreffed as well.

cogl_context_set_winsys_feature
No description available.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Properties inherited from CoglContext (1)
Cogl.Context:display
No description available.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct CoglContextEGLClass {
  CoglContextClass parent_class;
  
}

No description available.

Class members
parent_class: CoglContextClass

No description available.