annotate src/graph_engine_openvg.c @ 585:6af1aa74e57c openvg

Rename to mbe_vg_win_surface_create() and matching EGL display
author Thinker K.F. Li <thinker@branda.to>
date Wed, 30 Jun 2010 09:52:22 +0800
parents 543a2a8523fb
children e9923024f65e
rev   line source
582
dd546c4da180 deal with EGL surface, context for OpenVG GE
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
1 #include "mb_graph_engine_openvg.h"
dd546c4da180 deal with EGL surface, context for OpenVG GE
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
2
dd546c4da180 deal with EGL surface, context for OpenVG GE
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
3 EGLNativeDisplayType _ge_openvg_disp_id = EGL_DEFAULT_DISPLAY;
584
543a2a8523fb Make surce current VG context
Thinker K.F. Li <thinker@branda.to>
parents: 582
diff changeset
4 mbe_t *_ge_openvg_current_canvas = NULL;