Loading graphics/java/android/graphics/SurfaceTexture.java +1 −1 Original line number Diff line number Diff line Loading @@ -162,7 +162,7 @@ public class SurfaceTexture { /** * Releases the the texture content. This is needed in single buffered mode to allow the image * content producer to take ownership of the image buffer. * For more information see {@link SurfaceTexture(int, boolean)}. * For more information see {@link #SurfaceTexture(int, boolean)}. */ public void releaseTexImage() { nativeReleaseTexImage(); Loading Loading
graphics/java/android/graphics/SurfaceTexture.java +1 −1 Original line number Diff line number Diff line Loading @@ -162,7 +162,7 @@ public class SurfaceTexture { /** * Releases the the texture content. This is needed in single buffered mode to allow the image * content producer to take ownership of the image buffer. * For more information see {@link SurfaceTexture(int, boolean)}. * For more information see {@link #SurfaceTexture(int, boolean)}. */ public void releaseTexImage() { nativeReleaseTexImage(); Loading