Loading opengl/libs/EGL/Loader.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -318,7 +318,6 @@ void Loader::close(egl_connection_t* cnx) cnx->dso = nullptr; cnx->shouldUseAngle = false; cnx->angleDecided = false; cnx->useAngle = false; if (cnx->vendorEGL) { Loading Loading @@ -569,7 +568,6 @@ static void* load_angle(const char* kind, android_namespace_t* ns, egl_connectio android::GraphicsEnv::getInstance().getAngleAppName().c_str()); cnx->useAngle = false; } cnx->angleDecided = true; return so; } Loading opengl/libs/EGL/egldefs.h +0 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,6 @@ struct egl_connection_t { bool systemDriverUnloaded; bool shouldUseAngle; // Should we attempt to load ANGLE bool angleDecided; // Have we tried to load ANGLE bool useAngle; // Was ANGLE successfully loaded EGLint angleBackend; void* vendorEGL; Loading Loading
opengl/libs/EGL/Loader.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -318,7 +318,6 @@ void Loader::close(egl_connection_t* cnx) cnx->dso = nullptr; cnx->shouldUseAngle = false; cnx->angleDecided = false; cnx->useAngle = false; if (cnx->vendorEGL) { Loading Loading @@ -569,7 +568,6 @@ static void* load_angle(const char* kind, android_namespace_t* ns, egl_connectio android::GraphicsEnv::getInstance().getAngleAppName().c_str()); cnx->useAngle = false; } cnx->angleDecided = true; return so; } Loading
opengl/libs/EGL/egldefs.h +0 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,6 @@ struct egl_connection_t { bool systemDriverUnloaded; bool shouldUseAngle; // Should we attempt to load ANGLE bool angleDecided; // Have we tried to load ANGLE bool useAngle; // Was ANGLE successfully loaded EGLint angleBackend; void* vendorEGL; Loading