Revert "Split platform functions from entrypoints"
This reverts commit 87a562ced75efb1383a553bf8837ec3b9b848920.
Bug: 110883880
Test: Chrome no longer crashes
Change-Id: I81d97298cbfd7f947920b6e9e8ad3abcd1a0d75a
diff --git a/opengl/libs/EGL/Loader.h b/opengl/libs/EGL/Loader.h
index 9cc73f3..e88d1a2 100644
--- a/opengl/libs/EGL/Loader.h
+++ b/opengl/libs/EGL/Loader.h
@@ -33,8 +33,7 @@
enum {
EGL = 0x01,
GLESv1_CM = 0x02,
- GLESv2 = 0x04,
- PLATFORM = 0x08
+ GLESv2 = 0x04
};
struct driver_t {
explicit driver_t(void* gles);