emulator opengl: some system egl fixes after a review.

Change-Id: I4a0c72319e8c69fba8ac00ed7bfff7667ae07269
This commit is contained in:
Stas Gurtovoy
2011-05-03 15:08:26 +03:00
committed by Guy Zadikario
parent c36ac6ed2f
commit 33dc9add2a
3 changed files with 156 additions and 38 deletions

View File

@@ -9,6 +9,7 @@ typedef struct {
typedef struct {
void* (*getProcAddress)(const char *funcName);
void (*finish)();
} EGLClient_glesInterface;
//