projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92d3cc6
)
YaGL: yagl_client_api_id not needed on host
30/13130/1
author
Stanislav Vorobiov
<s.vorobiov@samsung.com>
Fri, 18 Oct 2013 11:49:14 +0000
(15:49 +0400)
committer
Stanislav Vorobiov
<s.vorobiov@samsung.com>
Fri, 18 Oct 2013 11:49:14 +0000
(15:49 +0400)
Change-Id: I319bd137d924c92c7fac53778c31f96a9bfa1745
hw/yagl_types.h
patch
|
blob
|
history
diff --git
a/hw/yagl_types.h
b/hw/yagl_types.h
index
ddcf5b7
..
8fa4ddf
100644
(file)
--- a/
hw/yagl_types.h
+++ b/
hw/yagl_types.h
@@
-32,19
+32,6
@@
typedef enum
#define YAGL_NUM_APIS 2
-/*
- * EGL client APIs.
- */
-typedef enum
-{
- yagl_client_api_ogl = 0,
- yagl_client_api_gles1 = 1,
- yagl_client_api_gles2 = 2,
- yagl_client_api_ovg = 3
-} yagl_client_api;
-
-#define YAGL_NUM_CLIENT_APIS 4
-
typedef bool (*yagl_api_func)(struct yagl_transport */*t*/);
#endif