Searched refs:getTextureId (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DGpuVideoTrackDecoder.java72 mSurfaceTexture = new SurfaceTexture(mTextureSource.getTextureId());
127 mSurfaceTexture.attachToGLContext(mTextureSource.getTextureId());
140 mSurfaceTexture.attachToGLContext(targetTexture.getTextureId());
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DTextureSource.java50 public int getTextureId() { method in class:TextureSource
H A DCameraStreamer.java219 mPreviewSurfaceTexture.attachToGLContext(targetTex.getTextureId());
249 mPreviewSurfaceTexture.attachToGLContext(mPreviewTexture.getTextureId());
408 mPreviewSurfaceTexture = new SurfaceTexture(mPreviewTexture.getTextureId());
431 surfTex = new SurfaceTexture(texture.getTextureId());
H A DRenderTarget.java112 texture.getTextureId(),
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DGLFrame.java303 public int getTextureId() { method in class:GLFrame
320 + getTextureId() + ", FBO ID " + getFboId();
/frameworks/base/libs/hwui/font/
H A DCacheTexture.h119 GLuint getTextureId() { function in class:android::uirenderer::CacheTexture
H A DCacheTexture.cpp171 if (bind) mCaches.bindTexture(getTextureId());
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DSurfaceTextureSource.java183 mSurfaceTexture = new SurfaceTexture(mMediaFrame.getTextureId());
H A DCameraSource.java156 mSurfaceTexture = new SurfaceTexture(mCameraFrame.getTextureId());
H A DMediaSource.java219 mSurfaceTexture = new SurfaceTexture(mMediaFrame.getTextureId());
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp446 if (cacheTexture->getTextureId() != lastTextureId) {
447 lastTextureId = cacheTexture->getTextureId();
513 caches.bindTexture(texture->getTextureId());

Completed in 307 milliseconds