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

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DGpuVideoTrackDecoder.java73 mSurfaceTexture = new SurfaceTexture(mTextureSource.getTextureId());
135 mSurfaceTexture.attachToGLContext(mTextureSource.getTextureId());
148 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.java172 mSurfaceTexture = new SurfaceTexture(mMediaFrame.getTextureId());
H A DCameraSource.java149 mSurfaceTexture = new SurfaceTexture(mCameraFrame.getTextureId());
H A DMediaSource.java211 mSurfaceTexture = new SurfaceTexture(mMediaFrame.getTextureId());
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DSurfaceTextureRenderer.java398 private int getTextureId() { method in class:SurfaceTextureRenderer
659 mSurfaceTexture = new SurfaceTexture(getTextureId());
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp447 if (cacheTexture->getTextureId() != lastTextureId) {
448 lastTextureId = cacheTexture->getTextureId();
514 caches.bindTexture(texture->getTextureId());

Completed in 271 milliseconds