egl/eglrefimpl/bwins/lib_ref_eglu.def
author Jose Thachil<jose.thachil@cell-telecom.com>
Wed, 12 May 2010 11:20:41 +0100
branchEGL_MERGE
changeset 57 2bf8a359aa2f
parent 0 5d03bc08d59c
child 105 158b2308cc08
permissions -rw-r--r--
Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg Subject to some fixes in uiresources and uiaccelerator, this version removes the EGL 1 panics. A quick attempt to use the compositor renderstage wasn't successful, but not apparently due to EGL issues. There are a lot of RDebug::Printf statements still in this code, which will be removed in the next commit.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
57
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
     1
EXPORTS
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
     2
	ReservedForImplementationUse @ 1 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
     3
	eglBindAPI @ 2 NONAME
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
     4
	eglBindTexImage @ 3 NONAME
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
     5
	eglChooseConfig @ 4 NONAME
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
     6
	eglCopyBuffers @ 5 NONAME
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
     7
	eglCreateContext @ 6 NONAME
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
     8
	eglCreatePbufferFromClientBuffer @ 7 NONAME
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
     9
	eglCreatePbufferSurface @ 8 NONAME
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    10
	eglCreatePixmapSurface @ 9 NONAME
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    11
	eglCreateWindowSurface @ 10 NONAME
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    12
	eglDestroyContext @ 11 NONAME
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    13
	eglDestroySurface @ 12 NONAME
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    14
	eglGetConfigAttrib @ 13 NONAME
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    15
	eglGetConfigs @ 14 NONAME
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    16
	eglGetCurrentContext @ 15 NONAME
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    17
	eglGetCurrentDisplay @ 16 NONAME
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    18
	eglGetCurrentSurface @ 17 NONAME
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    19
	eglGetDisplay @ 18 NONAME
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    20
	eglGetError @ 19 NONAME
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    21
	eglGetProcAddress @ 20 NONAME
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    22
	eglInitialize @ 21 NONAME
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    23
	eglMakeCurrent @ 22 NONAME
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    24
	eglQueryAPI @ 23 NONAME
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    25
	eglQueryContext @ 24 NONAME
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    26
	eglQueryString @ 25 NONAME
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    27
	eglQuerySurface @ 26 NONAME
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    28
	eglReleaseTexImage @ 27 NONAME
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    29
	eglReleaseThread @ 28 NONAME
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    30
	eglSurfaceAttrib @ 29 NONAME
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    31
	eglSwapBuffers @ 30 NONAME
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    32
	eglSwapInterval @ 31 NONAME
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    33
	eglTerminate @ 32 NONAME
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    34
	eglWaitClient @ 33 NONAME
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    35
	eglWaitGL @ 34 NONAME
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    36
	eglWaitNative @ 35 NONAME
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    37
	Reserved36 @ 36 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    38
	Reserved37 @ 37 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    39
	Reserved38 @ 38 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    40
	Reserved39 @ 39 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    41
	Reserved40 @ 40 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    42
	Reserved41 @ 41 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    43
	Reserved42 @ 42 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    44
	Reserved43 @ 43 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    45
	Reserved44 @ 44 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    46
	Reserved45 @ 45 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    47
	Reserved46 @ 46 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    48
	Reserved47 @ 47 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    49
	Reserved48 @ 48 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    50
	Reserved49 @ 49 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    51
	?do_eglGetCurrentContext@@YAHXZ @ 50 NONAME ; int do_eglGetCurrentContext(void)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    52
	?do_eglBindTexImage@@YAHHHH@Z @ 51 NONAME ; int do_eglBindTexImage(int, int, int)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    53
	?do_vgShear@@YAXMM@Z @ 52 NONAME ; void do_vgShear(float, float)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    54
	?do_eglQueryAPI@@YAHXZ @ 53 NONAME ; int do_eglQueryAPI(void)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    55
	?do_eglGetDisplay@@YAHH@Z @ 54 NONAME ; int do_eglGetDisplay(int)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    56
	?do_eglGetConfigAttrib@@YAHHHHPAH@Z @ 55 NONAME ; int do_eglGetConfigAttrib(int, int, int, int *)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    57
	?do_vgInterpolatePath@@YA?AW4VGboolean@@KKKM@Z @ 56 NONAME ; enum VGboolean do_vgInterpolatePath(unsigned long, unsigned long, unsigned long, float)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    58
	?do_vgSetParameterf@@YAXKJM@Z @ 57 NONAME ; void do_vgSetParameterf(unsigned long, long, float)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    59
	?do_vgSetPaint@@YAXKK@Z @ 58 NONAME ; void do_vgSetPaint(unsigned long, unsigned long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    60
	?do_vgGeti@@YAJW4VGParamType@@@Z @ 59 NONAME ; long do_vgGeti(enum VGParamType)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    61
	?do_vgLookupSingle@@YAXKKPBKW4VGImageChannel@@W4VGboolean@@2@Z @ 60 NONAME ; void do_vgLookupSingle(unsigned long, unsigned long, unsigned long const *, enum VGImageChannel, enum VGboolean, enum VGboolean)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    62
	?do_vgAppendPath@@YAXKK@Z @ 61 NONAME ; void do_vgAppendPath(unsigned long, unsigned long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    63
	?do_vgSetfv@@YAXW4VGParamType@@JPBM@Z @ 62 NONAME ; void do_vgSetfv(enum VGParamType, long, float const *)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    64
	?do_vgDrawGlyph@@YAXKKKW4VGboolean@@@Z @ 63 NONAME ; void do_vgDrawGlyph(unsigned long, unsigned long, unsigned long, enum VGboolean)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    65
	?do_vgClearGlyph@@YAXKK@Z @ 64 NONAME ; void do_vgClearGlyph(unsigned long, unsigned long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    66
	?do_vgReadPixels@@YAXPAXJW4VGImageFormat@@JJJJ@Z @ 65 NONAME ; void do_vgReadPixels(void *, long, enum VGImageFormat, long, long, long, long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    67
	?do_eglSwapInterval@@YAHHH@Z @ 66 NONAME ; int do_eglSwapInterval(int, int)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    68
	?do_vgGetf@@YAMW4VGParamType@@@Z @ 67 NONAME ; float do_vgGetf(enum VGParamType)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    69
	?do_vgHardwareQuery@@YA?AW4VGHardwareQueryResult@@W4VGHardwareQueryType@@J@Z @ 68 NONAME ; enum VGHardwareQueryResult do_vgHardwareQuery(enum VGHardwareQueryType, long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    70
	?do_vgDrawImage@@YAXK@Z @ 69 NONAME ; void do_vgDrawImage(unsigned long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    71
	?do_eglTerminate@@YAHH@Z @ 70 NONAME ; int do_eglTerminate(int)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    72
	?do_eglInitialize@@YAHHPAH0@Z @ 71 NONAME ; int do_eglInitialize(int, int *, int *)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    73
	?do_vgGetString@@YAPBEW4VGStringID@@@Z @ 72 NONAME ; unsigned char const * do_vgGetString(enum VGStringID)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    74
	?do_vgGetParameterf@@YAMKJ@Z @ 73 NONAME ; float do_vgGetParameterf(unsigned long, long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    75
	?do_vgGetColor@@YAKK@Z @ 74 NONAME ; unsigned long do_vgGetColor(unsigned long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    76
	?do_vgSeti@@YAXW4VGParamType@@J@Z @ 75 NONAME ; void do_vgSeti(enum VGParamType, long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    77
	?do_vgRemovePathCapabilities@@YAXKK@Z @ 76 NONAME ; void do_vgRemovePathCapabilities(unsigned long, unsigned long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    78
	?do_vgSetParameteri@@YAXKJJ@Z @ 77 NONAME ; void do_vgSetParameteri(unsigned long, long, long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    79
	?do_vgLoadMatrix@@YAXPBM@Z @ 78 NONAME ; void do_vgLoadMatrix(float const *)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    80
	?do_vgGetParameteri@@YAJKJ@Z @ 79 NONAME ; long do_vgGetParameteri(unsigned long, long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    81
	?do_eglReleaseTexImage@@YAHHHH@Z @ 80 NONAME ; int do_eglReleaseTexImage(int, int, int)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    82
	?do_vgCreatePath@@YAKJW4VGPathDatatype@@MMJJK@Z @ 81 NONAME ; unsigned long do_vgCreatePath(long, enum VGPathDatatype, float, float, long, long, unsigned long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    83
	?do_vgSetPixels@@YAXJJKJJJJ@Z @ 82 NONAME ; void do_vgSetPixels(long, long, unsigned long, long, long, long, long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    84
	?do_vgPathLength@@YAMKJJ@Z @ 83 NONAME ; float do_vgPathLength(unsigned long, long, long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    85
	?do_vgGetPaint@@YAKW4VGPaintMode@@@Z @ 84 NONAME ; unsigned long do_vgGetPaint(enum VGPaintMode)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    86
	?do_vgSetParameterfv@@YAXKJJPBM@Z @ 85 NONAME ; void do_vgSetParameterfv(unsigned long, long, long, float const *)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    87
	?do_eglMakeCurrent@@YAHHHHH@Z @ 86 NONAME ; int do_eglMakeCurrent(int, int, int, int)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    88
	?do_vgCreatePaint@@YAKXZ @ 87 NONAME ; unsigned long do_vgCreatePaint(void)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    89
	?do_vgDestroyImage@@YAXK@Z @ 88 NONAME ; void do_vgDestroyImage(unsigned long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    90
	?do_vgCopyMask@@YAXKJJJJJJ@Z @ 89 NONAME ; void do_vgCopyMask(unsigned long, long, long, long, long, long, long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    91
	?do_eglChooseConfig@@YAHHPBHPAHH1@Z @ 90 NONAME ; int do_eglChooseConfig(int, int const *, int *, int, int *)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    92
	?do_vgCopyImage@@YAXKJJKJJJJW4VGboolean@@@Z @ 91 NONAME ; void do_vgCopyImage(unsigned long, long, long, unsigned long, long, long, long, long, enum VGboolean)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    93
	?do_vgPathBounds@@YAXKPAM000@Z @ 92 NONAME ; void do_vgPathBounds(unsigned long, float *, float *, float *, float *)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    94
	?do_vgFillMaskLayer@@YAXKJJJJM@Z @ 93 NONAME ; void do_vgFillMaskLayer(unsigned long, long, long, long, long, float)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    95
	?do_vgDrawGlyphs@@YAXKJPBKPBM1KW4VGboolean@@@Z @ 94 NONAME ; void do_vgDrawGlyphs(unsigned long, long, unsigned long const *, float const *, float const *, unsigned long, enum VGboolean)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    96
	?do_eglCreatePbufferFromClientBuffer@@YAHHHHHPBH@Z @ 95 NONAME ; int do_eglCreatePbufferFromClientBuffer(int, int, int, int, int const *)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    97
	?do_vgLookup@@YAXKKPBE000W4VGboolean@@1@Z @ 96 NONAME ; void do_vgLookup(unsigned long, unsigned long, unsigned char const *, unsigned char const *, unsigned char const *, unsigned char const *, enum VGboolean, enum VGboolean)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    98
	?do_vgSetiv@@YAXW4VGParamType@@JPBJ@Z @ 97 NONAME ; void do_vgSetiv(enum VGParamType, long, long const *)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
    99
	?do_vgGetMatrix@@YAXPAM@Z @ 98 NONAME ; void do_vgGetMatrix(float *)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   100
	?do_eglGetError@@YAHXZ @ 99 NONAME ; int do_eglGetError(void)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   101
	?do_vgGetVectorSize@@YAJW4VGParamType@@@Z @ 100 NONAME ; long do_vgGetVectorSize(enum VGParamType)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   102
	?do_vgRotate@@YAXM@Z @ 101 NONAME ; void do_vgRotate(float)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   103
	?do_vgSetParameteriv@@YAXKJJPBJ@Z @ 102 NONAME ; void do_vgSetParameteriv(unsigned long, long, long, long const *)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   104
	?do_vgFlush@@YAXXZ @ 103 NONAME ; void do_vgFlush(void)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   105
	?do_vgGetPixels@@YAXKJJJJJJ@Z @ 104 NONAME ; void do_vgGetPixels(unsigned long, long, long, long, long, long, long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   106
	?do_vgGetPathCapabilities@@YAKK@Z @ 105 NONAME ; unsigned long do_vgGetPathCapabilities(unsigned long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   107
	?do_vgSetColor@@YAXKK@Z @ 106 NONAME ; void do_vgSetColor(unsigned long, unsigned long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   108
	?do_eglSwapBuffers@@YAHHH@Z @ 107 NONAME ; int do_eglSwapBuffers(int, int)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   109
	?do_vgTransformPath@@YAXKK@Z @ 108 NONAME ; void do_vgTransformPath(unsigned long, unsigned long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   110
	?do_vgCreateFont@@YAKJ@Z @ 109 NONAME ; unsigned long do_vgCreateFont(long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   111
	?do_vgGaussianBlur@@YAXKKMMW4VGTilingMode@@@Z @ 110 NONAME ; void do_vgGaussianBlur(unsigned long, unsigned long, float, float, enum VGTilingMode)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   112
	?do_eglSurfaceAttrib@@YAHHHHH@Z @ 111 NONAME ; int do_eglSurfaceAttrib(int, int, int, int)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   113
	?do_vgGetParameterVectorSize@@YAJKJ@Z @ 112 NONAME ; long do_vgGetParameterVectorSize(unsigned long, long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   114
	?do_vgClear@@YAXJJJJ@Z @ 113 NONAME ; void do_vgClear(long, long, long, long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   115
	?do_vgCreateImage@@YAKW4VGImageFormat@@JJK@Z @ 114 NONAME ; unsigned long do_vgCreateImage(enum VGImageFormat, long, long, unsigned long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   116
	?do_vgClearImage@@YAXKJJJJ@Z @ 115 NONAME ; void do_vgClearImage(unsigned long, long, long, long, long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   117
	?do_vgWritePixels@@YAXPBXJW4VGImageFormat@@JJJJ@Z @ 116 NONAME ; void do_vgWritePixels(void const *, long, enum VGImageFormat, long, long, long, long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   118
	?do_eglBindAPI@@YAHH@Z @ 117 NONAME ; int do_eglBindAPI(int)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   119
	?do_eglGetConfigs@@YAHHPAHH0@Z @ 118 NONAME ; int do_eglGetConfigs(int, int *, int, int *)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   120
	?do_eglWaitGL@@YAHXZ @ 119 NONAME ; int do_eglWaitGL(void)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   121
	?do_vgGetiv@@YAXW4VGParamType@@JPAJ@Z @ 120 NONAME ; void do_vgGetiv(enum VGParamType, long, long *)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   122
	?do_eglCopyBuffers@@YAHHHPAX@Z @ 121 NONAME ; int do_eglCopyBuffers(int, int, void *)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   123
	?do_eglGetCurrentDisplay@@YAHXZ @ 122 NONAME ; int do_eglGetCurrentDisplay(void)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   124
	?do_vgPointAlongPath@@YAXKJJMPAM000@Z @ 123 NONAME ; void do_vgPointAlongPath(unsigned long, long, long, float, float *, float *, float *, float *)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   125
	?do_vgScale@@YAXMM@Z @ 124 NONAME ; void do_vgScale(float, float)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   126
	?do_eglCreatePixmapSurface@@YAHHHPAXPBH@Z @ 125 NONAME ; int do_eglCreatePixmapSurface(int, int, void *, int const *)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   127
	?do_eglQuerySurface@@YAHHHHPAH@Z @ 126 NONAME ; int do_eglQuerySurface(int, int, int, int *)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   128
	?do_eglGetCurrentSurface@@YAHH@Z @ 127 NONAME ; int do_eglGetCurrentSurface(int)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   129
	?do_vgGetError@@YA?AW4VGErrorCode@@XZ @ 128 NONAME ; enum VGErrorCode do_vgGetError(void)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   130
	?do_vgDestroyMaskLayer@@YAXK@Z @ 129 NONAME ; void do_vgDestroyMaskLayer(unsigned long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   131
	?do_vgMask@@YAXKW4VGMaskOperation@@JJJJ@Z @ 130 NONAME ; void do_vgMask(unsigned long, enum VGMaskOperation, long, long, long, long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   132
	?do_eglWaitNative@@YAHH@Z @ 131 NONAME ; int do_eglWaitNative(int)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   133
	?do_vgGetParameteriv@@YAXKJJPAJ@Z @ 132 NONAME ; void do_vgGetParameteriv(unsigned long, long, long, long *)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   134
	?do_vgConvolve@@YAXKKJJJJPBFMMW4VGTilingMode@@@Z @ 133 NONAME ; void do_vgConvolve(unsigned long, unsigned long, long, long, long, long, short const *, float, float, enum VGTilingMode)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   135
	?do_vgCopyPixels@@YAXJJJJJJ@Z @ 134 NONAME ; void do_vgCopyPixels(long, long, long, long, long, long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   136
	?do_eglQueryContext@@YAHHHHPAH@Z @ 135 NONAME ; int do_eglQueryContext(int, int, int, int *)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   137
	?do_eglCreateWindowSurface@@YAHHHPAXPBH@Z @ 136 NONAME ; int do_eglCreateWindowSurface(int, int, void *, int const *)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   138
	?do_vgFinish@@YAXXZ @ 137 NONAME ; void do_vgFinish(void)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   139
	?do_eglDestroyContext@@YAHHH@Z @ 138 NONAME ; int do_eglDestroyContext(int, int)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   140
	?do_vgDestroyPath@@YAXK@Z @ 139 NONAME ; void do_vgDestroyPath(unsigned long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   141
	?do_vgImageSubData@@YAXKPBXJW4VGImageFormat@@JJJJ@Z @ 140 NONAME ; void do_vgImageSubData(unsigned long, void const *, long, enum VGImageFormat, long, long, long, long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   142
	?do_vgSetGlyphToPath@@YAXKKKW4VGboolean@@QBM1@Z @ 141 NONAME ; void do_vgSetGlyphToPath(unsigned long, unsigned long, unsigned long, enum VGboolean, float const * const, float const * const)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   143
	?do_vgLoadIdentity@@YAXXZ @ 142 NONAME ; void do_vgLoadIdentity(void)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   144
	?do_eglCreateContext@@YAHHHHPBH@Z @ 143 NONAME ; int do_eglCreateContext(int, int, int, int const *)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   145
	?do_vgGetImageSubData@@YAXKPAXJW4VGImageFormat@@JJJJ@Z @ 144 NONAME ; void do_vgGetImageSubData(unsigned long, void *, long, enum VGImageFormat, long, long, long, long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   146
	?do_vgGetParameterfv@@YAXKJJPAM@Z @ 145 NONAME ; void do_vgGetParameterfv(unsigned long, long, long, float *)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   147
	?do_vgPathTransformedBounds@@YAXKPAM000@Z @ 146 NONAME ; void do_vgPathTransformedBounds(unsigned long, float *, float *, float *, float *)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   148
	?do_vgPaintPattern@@YAXKK@Z @ 147 NONAME ; void do_vgPaintPattern(unsigned long, unsigned long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   149
	?do_vgAppendPathData@@YAXKJPBEPBX@Z @ 148 NONAME ; void do_vgAppendPathData(unsigned long, long, unsigned char const *, void const *)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   150
	?do_vgSetf@@YAXW4VGParamType@@M@Z @ 149 NONAME ; void do_vgSetf(enum VGParamType, float)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   151
	?do_vgChildImage@@YAKKJJJJ@Z @ 150 NONAME ; unsigned long do_vgChildImage(unsigned long, long, long, long, long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   152
	?do_vgGetfv@@YAXW4VGParamType@@JPAM@Z @ 151 NONAME ; void do_vgGetfv(enum VGParamType, long, float *)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   153
	?do_eglReleaseThread@@YAHXZ @ 152 NONAME ; int do_eglReleaseThread(void)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   154
	?do_eglGetProcAddress@@YAP6AXZZPBD@Z @ 153 NONAME ; void (*)(...) do_eglGetProcAddress(char const *)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   155
	?do_vgSetGlyphToImage@@YAXKKKQBM0@Z @ 154 NONAME ; void do_vgSetGlyphToImage(unsigned long, unsigned long, unsigned long, float const * const, float const * const)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   156
	?do_vgDestroyPaint@@YAXK@Z @ 155 NONAME ; void do_vgDestroyPaint(unsigned long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   157
	?do_vgClearPath@@YAXKK@Z @ 156 NONAME ; void do_vgClearPath(unsigned long, unsigned long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   158
	?do_vgDrawPath@@YAXKK@Z @ 157 NONAME ; void do_vgDrawPath(unsigned long, unsigned long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   159
	?do_vgMultMatrix@@YAXPBM@Z @ 158 NONAME ; void do_vgMultMatrix(float const *)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   160
	?do_eglQueryString@@YAPBDHH@Z @ 159 NONAME ; char const * do_eglQueryString(int, int)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   161
	?do_eglWaitClient@@YAHXZ @ 160 NONAME ; int do_eglWaitClient(void)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   162
	?do_vgModifyPathCoords@@YAXKJJPBX@Z @ 161 NONAME ; void do_vgModifyPathCoords(unsigned long, long, long, void const *)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   163
	?do_vgTranslate@@YAXMM@Z @ 162 NONAME ; void do_vgTranslate(float, float)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   164
	?do_vgColorMatrix@@YAXKKPBM@Z @ 163 NONAME ; void do_vgColorMatrix(unsigned long, unsigned long, float const *)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   165
	?do_eglCreatePbufferSurface@@YAHHHPBH@Z @ 164 NONAME ; int do_eglCreatePbufferSurface(int, int, int const *)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   166
	?do_vgSeparableConvolve@@YAXKKJJJJPBF0MMW4VGTilingMode@@@Z @ 165 NONAME ; void do_vgSeparableConvolve(unsigned long, unsigned long, long, long, long, long, short const *, short const *, float, float, enum VGTilingMode)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   167
	?do_eglDestroySurface@@YAHHH@Z @ 166 NONAME ; int do_eglDestroySurface(int, int)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   168
	?do_vgDestroyFont@@YAXK@Z @ 167 NONAME ; void do_vgDestroyFont(unsigned long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   169
	?do_vgRenderToMask@@YAXKKW4VGMaskOperation@@@Z @ 168 NONAME ; void do_vgRenderToMask(unsigned long, unsigned long, enum VGMaskOperation)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   170
	?do_vgCreateMaskLayer@@YAKJJ@Z @ 169 NONAME ; unsigned long do_vgCreateMaskLayer(long, long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   171
	?do_vgGetParent@@YAKK@Z @ 170 NONAME ; unsigned long do_vgGetParent(unsigned long)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   172
	?do_vguComputeWarpQuadToSquare@@YA?AW4VGUErrorCode@@MMMMMMMMPAM@Z @ 171 NONAME ; enum VGUErrorCode do_vguComputeWarpQuadToSquare(float, float, float, float, float, float, float, float, float *)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   173
	?do_vguEllipse@@YA?AW4VGUErrorCode@@KMMMM@Z @ 172 NONAME ; enum VGUErrorCode do_vguEllipse(unsigned long, float, float, float, float)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   174
	?do_vguComputeWarpSquareToQuad@@YA?AW4VGUErrorCode@@MMMMMMMMPAM@Z @ 173 NONAME ; enum VGUErrorCode do_vguComputeWarpSquareToQuad(float, float, float, float, float, float, float, float, float *)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   175
	?do_vguRect@@YA?AW4VGUErrorCode@@KMMMM@Z @ 174 NONAME ; enum VGUErrorCode do_vguRect(unsigned long, float, float, float, float)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   176
	?do_vguLine@@YA?AW4VGUErrorCode@@KMMMM@Z @ 175 NONAME ; enum VGUErrorCode do_vguLine(unsigned long, float, float, float, float)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   177
	?do_vguPolygon@@YA?AW4VGUErrorCode@@KPBMJW4VGboolean@@@Z @ 176 NONAME ; enum VGUErrorCode do_vguPolygon(unsigned long, float const *, long, enum VGboolean)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   178
	?do_vguComputeWarpQuadToQuad@@YA?AW4VGUErrorCode@@MMMMMMMMMMMMMMMMPAM@Z @ 177 NONAME ; enum VGUErrorCode do_vguComputeWarpQuadToQuad(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float *)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   179
	?do_vguRoundRect@@YA?AW4VGUErrorCode@@KMMMMMM@Z @ 178 NONAME ; enum VGUErrorCode do_vguRoundRect(unsigned long, float, float, float, float, float, float)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   180
	?do_vguArc@@YA?AW4VGUErrorCode@@KMMMMMMW4VGUArcType@@@Z @ 179 NONAME ; enum VGUErrorCode do_vguArc(unsigned long, float, float, float, float, float, float, enum VGUArcType)
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   181
	Reserved151 @ 180 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   182
	Reserved152 @ 181 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   183
	Reserved153 @ 182 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   184
	Reserved154 @ 183 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   185
	Reserved155 @ 184 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   186
	Reserved156 @ 185 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   187
	Reserved157 @ 186 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   188
	Reserved158 @ 187 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   189
	Reserved159 @ 188 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   190
	Reserved160 @ 189 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   191
	Reserved161 @ 190 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   192
	Reserved162 @ 191 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   193
	Reserved163 @ 192 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   194
	Reserved164 @ 193 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   195
	Reserved165 @ 194 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   196
	Reserved166 @ 195 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   197
	Reserved167 @ 196 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   198
	Reserved168 @ 197 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   199
	Reserved169 @ 198 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   200
	Reserved170 @ 199 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   201
	Reserved171 @ 200 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   202
	Reserved172 @ 201 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   203
	Reserved173 @ 202 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   204
	Reserved174 @ 203 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   205
	Reserved175 @ 204 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   206
	Reserved176 @ 205 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   207
	Reserved177 @ 206 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   208
	Reserved178 @ 207 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   209
	Reserved179 @ 208 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   210
	Reserved180 @ 209 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   211
	Reserved181 @ 210 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   212
	Reserved182 @ 211 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   213
	Reserved183 @ 212 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   214
	Reserved184 @ 213 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   215
	Reserved185 @ 214 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   216
	Reserved186 @ 215 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   217
	Reserved187 @ 216 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   218
	Reserved188 @ 217 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   219
	Reserved189 @ 218 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   220
	Reserved190 @ 219 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   221
	Reserved191 @ 220 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   222
	Reserved192 @ 221 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   223
	Reserved193 @ 222 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   224
	Reserved194 @ 223 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   225
	Reserved195 @ 224 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   226
	Reserved196 @ 225 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   227
	Reserved197 @ 226 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   228
	Reserved198 @ 227 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   229
	Reserved199 @ 228 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   230
	Reserved200 @ 229 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   231
	Reserved201 @ 230 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   232
	Reserved202 @ 231 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   233
	Reserved203 @ 232 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   234
	Reserved204 @ 233 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   235
	Reserved205 @ 234 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   236
	Reserved206 @ 235 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   237
	Reserved207 @ 236 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   238
	Reserved208 @ 237 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   239
	Reserved209 @ 238 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   240
	Reserved210 @ 239 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   241
	Reserved211 @ 240 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   242
	Reserved212 @ 241 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   243
	Reserved213 @ 242 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   244
	Reserved214 @ 243 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   245
	Reserved215 @ 244 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   246
	Reserved216 @ 245 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   247
	Reserved217 @ 246 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   248
	Reserved218 @ 247 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   249
	Reserved219 @ 248 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   250
	Reserved220 @ 249 NONAME ABSENT
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   251
	Implementation250 @ 250 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   252
	Implementation251 @ 251 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   253
	Implementation252 @ 252 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   254
	Implementation253 @ 253 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   255
	Implementation254 @ 254 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   256
	Implementation255 @ 255 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   257
	Implementation256 @ 256 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   258
	Implementation257 @ 257 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   259
	Implementation258 @ 258 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   260
	Implementation259 @ 259 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   261
	Implementation260 @ 260 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   262
	Implementation261 @ 261 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   263
	Implementation262 @ 262 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   264
	Implementation263 @ 263 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   265
	Implementation264 @ 264 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   266
	Implementation265 @ 265 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   267
	Implementation266 @ 266 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   268
	Implementation267 @ 267 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   269
	Implementation268 @ 268 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   270
	Implementation269 @ 269 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   271
	Implementation270 @ 270 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   272
	Implementation271 @ 271 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   273
	Implementation272 @ 272 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   274
	Implementation273 @ 273 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   275
	Implementation274 @ 274 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   276
	Implementation275 @ 275 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   277
	Implementation276 @ 276 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   278
	Implementation277 @ 277 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   279
	Implementation278 @ 278 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   280
	Implementation279 @ 279 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   281
	Implementation280 @ 280 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   282
	Implementation281 @ 281 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   283
	Implementation282 @ 282 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   284
	Implementation283 @ 283 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   285
	Implementation284 @ 284 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   286
	Implementation285 @ 285 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   287
	Implementation286 @ 286 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   288
	Implementation287 @ 287 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   289
	Implementation288 @ 288 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   290
	Implementation289 @ 289 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   291
	Implementation290 @ 290 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   292
	Implementation291 @ 291 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   293
	Implementation292 @ 292 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   294
	Implementation293 @ 293 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   295
	Implementation294 @ 294 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   296
	Implementation295 @ 295 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   297
	Implementation296 @ 296 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   298
	Implementation297 @ 297 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   299
	Implementation298 @ 298 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   300
	Implementation299 @ 299 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   301
	Implementation300 @ 300 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   302
	Implementation301 @ 301 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   303
	Implementation302 @ 302 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   304
	Implementation303 @ 303 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   305
	Implementation304 @ 304 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   306
	Implementation305 @ 305 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   307
	Implementation306 @ 306 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   308
	Implementation307 @ 307 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   309
	Implementation308 @ 308 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   310
	Implementation309 @ 309 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   311
	Implementation310 @ 310 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   312
	Implementation311 @ 311 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   313
	Implementation312 @ 312 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   314
	Implementation313 @ 313 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   315
	Implementation314 @ 314 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   316
	Implementation315 @ 315 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   317
	Implementation316 @ 316 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   318
	Implementation317 @ 317 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   319
	Implementation318 @ 318 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   320
	Implementation319 @ 319 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   321
	Implementation320 @ 320 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   322
	Implementation321 @ 321 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   323
	Implementation322 @ 322 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   324
	Implementation323 @ 323 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   325
	Implementation324 @ 324 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   326
	Implementation325 @ 325 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   327
	Implementation326 @ 326 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   328
	Implementation327 @ 327 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   329
	Implementation328 @ 328 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   330
	Implementation329 @ 329 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   331
	Implementation330 @ 330 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   332
	Implementation331 @ 331 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   333
	Implementation332 @ 332 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   334
	Implementation333 @ 333 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   335
	Implementation334 @ 334 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   336
	Implementation335 @ 335 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   337
	Implementation336 @ 336 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   338
	Implementation337 @ 337 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   339
	Implementation338 @ 338 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   340
	Implementation339 @ 339 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   341
	Implementation340 @ 340 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   342
	Implementation341 @ 341 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   343
	Implementation342 @ 342 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   344
	Implementation343 @ 343 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   345
	Implementation344 @ 344 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   346
	Implementation345 @ 345 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   347
	Implementation346 @ 346 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   348
	Implementation347 @ 347 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   349
	Implementation348 @ 348 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   350
	Implementation349 @ 349 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   351
	Implementation350 @ 350 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   352
	Implementation351 @ 351 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   353
	Implementation352 @ 352 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   354
	Implementation353 @ 353 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   355
	Implementation354 @ 354 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   356
	Implementation355 @ 355 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   357
	Implementation356 @ 356 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   358
	Implementation357 @ 357 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   359
	Implementation358 @ 358 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   360
	Implementation359 @ 359 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   361
	Implementation360 @ 360 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   362
	Implementation361 @ 361 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   363
	Implementation362 @ 362 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   364
	Implementation363 @ 363 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   365
	Implementation364 @ 364 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   366
	Implementation365 @ 365 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   367
	Implementation366 @ 366 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   368
	Implementation367 @ 367 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   369
	Implementation368 @ 368 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   370
	Implementation369 @ 369 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   371
	Implementation370 @ 370 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   372
	Implementation371 @ 371 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   373
	Implementation372 @ 372 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   374
	Implementation373 @ 373 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   375
	Implementation374 @ 374 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   376
	Implementation375 @ 375 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   377
	Implementation376 @ 376 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   378
	Implementation377 @ 377 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   379
	Implementation378 @ 378 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   380
	Implementation379 @ 379 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   381
	Implementation380 @ 380 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   382
	Implementation381 @ 381 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   383
	Implementation382 @ 382 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   384
	Implementation383 @ 383 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   385
	Implementation384 @ 384 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   386
	Implementation385 @ 385 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   387
	Implementation386 @ 386 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   388
	Implementation387 @ 387 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   389
	Implementation388 @ 388 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   390
	Implementation389 @ 389 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   391
	Implementation390 @ 390 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   392
	Implementation391 @ 391 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   393
	Implementation392 @ 392 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   394
	Implementation393 @ 393 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   395
	Implementation394 @ 394 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   396
	Implementation395 @ 395 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   397
	Implementation396 @ 396 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   398
	Implementation397 @ 397 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   399
	Implementation398 @ 398 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   400
	Implementation399 @ 399 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   401
	Implementation400 @ 400 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   402
	Implementation401 @ 401 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   403
	Implementation402 @ 402 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   404
	Implementation403 @ 403 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   405
	Implementation404 @ 404 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   406
	Implementation405 @ 405 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   407
	Implementation406 @ 406 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   408
	Implementation407 @ 407 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   409
	Implementation408 @ 408 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   410
	Implementation409 @ 409 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   411
	Implementation410 @ 410 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   412
	Implementation411 @ 411 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   413
	Implementation412 @ 412 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   414
	Implementation413 @ 413 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   415
	Implementation414 @ 414 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   416
	Implementation415 @ 415 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   417
	Implementation416 @ 416 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   418
	Implementation417 @ 417 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   419
	Implementation418 @ 418 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   420
	Implementation419 @ 419 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   421
	Implementation420 @ 420 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   422
	Implementation421 @ 421 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   423
	Implementation422 @ 422 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   424
	Implementation423 @ 423 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   425
	Implementation424 @ 424 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   426
	Implementation425 @ 425 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   427
	Implementation426 @ 426 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   428
	Implementation427 @ 427 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   429
	Implementation428 @ 428 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   430
	Implementation429 @ 429 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   431
	Implementation430 @ 430 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   432
	Implementation431 @ 431 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   433
	Implementation432 @ 432 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   434
	Implementation433 @ 433 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   435
	Implementation434 @ 434 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   436
	Implementation435 @ 435 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   437
	Implementation436 @ 436 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   438
	Implementation437 @ 437 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   439
	Implementation438 @ 438 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   440
	Implementation439 @ 439 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   441
	Implementation440 @ 440 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   442
	Implementation441 @ 441 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   443
	Implementation442 @ 442 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   444
	Implementation443 @ 443 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   445
	Implementation444 @ 444 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   446
	Implementation445 @ 445 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   447
	Implementation446 @ 446 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   448
	Implementation447 @ 447 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   449
	Implementation448 @ 448 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   450
	Implementation449 @ 449 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   451
	Implementation450 @ 450 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   452
	Implementation451 @ 451 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   453
	Implementation452 @ 452 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   454
	Implementation453 @ 453 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   455
	Implementation454 @ 454 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   456
	Implementation455 @ 455 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   457
	Implementation456 @ 456 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   458
	Implementation457 @ 457 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   459
	Implementation458 @ 458 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   460
	Implementation459 @ 459 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   461
	Implementation460 @ 460 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   462
	Implementation461 @ 461 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   463
	Implementation462 @ 462 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   464
	Implementation463 @ 463 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   465
	Implementation464 @ 464 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   466
	Implementation465 @ 465 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   467
	Implementation466 @ 466 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   468
	Implementation467 @ 467 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   469
	Implementation468 @ 468 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   470
	Implementation469 @ 469 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   471
	Implementation470 @ 470 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   472
	Implementation471 @ 471 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   473
	Implementation472 @ 472 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   474
	Implementation473 @ 473 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   475
	Implementation474 @ 474 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   476
	Implementation475 @ 475 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   477
	Implementation476 @ 476 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   478
	Implementation477 @ 477 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   479
	Implementation478 @ 478 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   480
	Implementation479 @ 479 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   481
	Implementation480 @ 480 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   482
	Implementation481 @ 481 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   483
	Implementation482 @ 482 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   484
	Implementation483 @ 483 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   485
	Implementation484 @ 484 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   486
	Implementation485 @ 485 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   487
	Implementation486 @ 486 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   488
	Implementation487 @ 487 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   489
	Implementation488 @ 488 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   490
	Implementation489 @ 489 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   491
	Implementation490 @ 490 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   492
	Implementation491 @ 491 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   493
	Implementation492 @ 492 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   494
	Implementation493 @ 493 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   495
	Implementation494 @ 494 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   496
	Implementation495 @ 495 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   497
	Implementation496 @ 496 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   498
	Implementation497 @ 497 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   499
	Implementation498 @ 498 NONAME ABSENT 
2bf8a359aa2f Create EGL 1.4 implementation by merging eglrefimpl and EGL from sfopenvg
Jose Thachil<jose.thachil@cell-telecom.com>
parents: 0
diff changeset
   500
	Implementation499 @ 499 NONAME ABSENT