Searched refs:getTextureId (Results 1 - 16 of 16) 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/libs/hwui/
H A DDeferredLayerUpdater.cpp64 mSurfaceTexture->attachToContext(mLayer->getTextureId());
H A DCaches.cpp177 layer->isTextureLayer(), layer->getTextureId(),
H A DLayer.h203 inline GLuint getTextureId() const { function in class:android::uirenderer::Layer
H A DLayerRenderer.cpp250 layer->getTextureId(), 0);
H A DFontRenderer.cpp439 if (cacheTexture->getTextureId() != lastTextureId) {
440 lastTextureId = cacheTexture->getTextureId();
H A DOpenGLRenderer.cpp699 layer->getTextureId(), 0);
/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.h123 GLuint getTextureId() { function in class:android::uirenderer::CacheTexture
/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
674 mSurfaceTexture = new SurfaceTexture(getTextureId());

Completed in 1116 milliseconds