Fix GLES31 javadoc reference to be unambiguous and link correctly

PiperOrigin-RevId: 712848161
This commit is contained in:
andrewlewis 2025-01-07 03:33:21 -08:00 committed by Copybara-Service
parent b2aa8d6d21
commit 0044d0cebc

View file

@ -542,8 +542,9 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
* visibleLength}, rounded up to a near multiple of 2.
* <p>Maybe it's rounded up to a multiple of 16 because of H.264 macroblock sizes. Maybe
* it's rounded up to 128 because of SIMD instructions.
* <p>bufferSize cannot be read reliably via {@link GLES31#glGetTexLevelParameteriv(int,
* int, int, int[], int)} across devices.
* <p>bufferSize cannot be read reliably via {@link
* android.opengl.GLES31#glGetTexLevelParameteriv(int, int, int, int[], int)} across
* devices.
* <p>bufferSize cannot be read reliably from the decoder's {@link
* android.media.MediaFormat} across decoder implementations.
* <li>trim = number of pixels trimmed by {@link SurfaceTexture} in addition to the cropped