Lines Matching refs:updateTexImage
34 * When {@link #updateTexImage} is called, the contents of the texture object specified
45 * time {@link #updateTexImage} is called, so it should be re-queried each time the texture image
64 * <p>SurfaceTexture objects may be created on any thread. {@link #updateTexImage} may only be
67 * #updateTexImage} should not be called directly from the callback.
171 * safe to call {@link #updateTexImage} without first binding the OpenGL ES context to the
187 * so it is not safe to call {@link #updateTexImage} without first binding the OpenGL ES
231 * updateTexImage() is called.
242 public void updateTexImage() {
259 * calls to {@link #updateTexImage} will throw an {@link java.lang.IllegalStateException} until
295 * the most recent call to updateTexImage.
319 * updateTexImage.