Searched refs:attachToGLContext (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DGpuVideoTrackDecoder.java135 mSurfaceTexture.attachToGLContext(mTextureSource.getTextureId());
148 mSurfaceTexture.attachToGLContext(targetTexture.getTextureId());
/frameworks/base/graphics/java/android/graphics/
H A DSurfaceTexture.java153 * in using {@link #attachToGLContext} before calling {@link #releaseTexImage()} and producing
260 * a successful call to {@link #attachToGLContext} is made.
286 public void attachToGLContext(int texName) { method in class:SurfaceTexture
289 throw new RuntimeException("Error during attachToGLContext (see logcat for details)");
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCameraStreamer.java219 mPreviewSurfaceTexture.attachToGLContext(targetTex.getTextureId());
249 mPreviewSurfaceTexture.attachToGLContext(mPreviewTexture.getTextureId());

Completed in 50 milliseconds