Loading opengl/java/android/opengl/EGL14.java +0 −1 Original line number Diff line number Diff line /* ** ** Copyright 2012, The Android Open Source Project ** ** Licensed under the Apache License, Version 2.0 (the "License"); Loading opengl/java/android/opengl/EGLConfig.java +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ public class EGLConfig extends EGLObjectHandle { @Override public boolean equals(Object o) { if (this == o) return true; if (o == null || getClass() != o.getClass()) return false; if (!(o instanceof EGLConfig)) return false; EGLConfig that = (EGLConfig) o; return getHandle() == that.getHandle(); Loading opengl/java/android/opengl/EGLContext.java +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ public class EGLContext extends EGLObjectHandle { @Override public boolean equals(Object o) { if (this == o) return true; if (o == null || getClass() != o.getClass()) return false; if (!(o instanceof EGLContext)) return false; EGLContext that = (EGLContext) o; return getHandle() == that.getHandle(); Loading opengl/java/android/opengl/EGLDisplay.java +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ public class EGLDisplay extends EGLObjectHandle { @Override public boolean equals(Object o) { if (this == o) return true; if (o == null || getClass() != o.getClass()) return false; if (!(o instanceof EGLDisplay)) return false; EGLDisplay that = (EGLDisplay) o; return getHandle() == that.getHandle(); Loading opengl/java/android/opengl/EGLExt.java +0 −1 Original line number Diff line number Diff line /* ** ** Copyright 2013, The Android Open Source Project ** ** Licensed under the Apache License, Version 2.0 (the "License"); Loading Loading
opengl/java/android/opengl/EGL14.java +0 −1 Original line number Diff line number Diff line /* ** ** Copyright 2012, The Android Open Source Project ** ** Licensed under the Apache License, Version 2.0 (the "License"); Loading
opengl/java/android/opengl/EGLConfig.java +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ public class EGLConfig extends EGLObjectHandle { @Override public boolean equals(Object o) { if (this == o) return true; if (o == null || getClass() != o.getClass()) return false; if (!(o instanceof EGLConfig)) return false; EGLConfig that = (EGLConfig) o; return getHandle() == that.getHandle(); Loading
opengl/java/android/opengl/EGLContext.java +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ public class EGLContext extends EGLObjectHandle { @Override public boolean equals(Object o) { if (this == o) return true; if (o == null || getClass() != o.getClass()) return false; if (!(o instanceof EGLContext)) return false; EGLContext that = (EGLContext) o; return getHandle() == that.getHandle(); Loading
opengl/java/android/opengl/EGLDisplay.java +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ public class EGLDisplay extends EGLObjectHandle { @Override public boolean equals(Object o) { if (this == o) return true; if (o == null || getClass() != o.getClass()) return false; if (!(o instanceof EGLDisplay)) return false; EGLDisplay that = (EGLDisplay) o; return getHandle() == that.getHandle(); Loading
opengl/java/android/opengl/EGLExt.java +0 −1 Original line number Diff line number Diff line /* ** ** Copyright 2013, The Android Open Source Project ** ** Licensed under the Apache License, Version 2.0 (the "License"); Loading