Searched refs:getTextureId (Results 1 - 15 of 15) sorted by path

/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DSurfaceTextureRenderer.java399 private int getTextureId() { method in class:SurfaceTextureRenderer
697 mSurfaceTexture = new SurfaceTexture(getTextureId());
/frameworks/base/libs/hwui/
H A DCaches.cpp177 glLayer->getTextureId(),
H A DDeferredLayerUpdater.cpp95 mSurfaceTexture->attachToContext(static_cast<GlLayer*>(mLayer)->getTextureId());
H A DFontRenderer.cpp439 if (cacheTexture->getTextureId() != lastTextureId) {
440 lastTextureId = cacheTexture->getTextureId();
H A DGlLayer.h59 inline GLuint getTextureId() const { function in class:android::uirenderer::GlLayer
/frameworks/base/libs/hwui/font/
H A DCacheTexture.h123 GLuint getTextureId() { function in class:android::uirenderer::CacheTexture
/frameworks/base/libs/hwui/pipeline/skia/
H A DLayerDrawable.cpp48 externalTexture.fID = glLayer->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/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DCameraSource.java149 mSurfaceTexture = new SurfaceTexture(mCameraFrame.getTextureId());
H A DMediaSource.java211 mSurfaceTexture = new SurfaceTexture(mMediaFrame.getTextureId());
H A DSurfaceTextureSource.java172 mSurfaceTexture = new SurfaceTexture(mMediaFrame.getTextureId());
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
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(),
H A DTextureSource.java50 public int getTextureId() { method in class:TextureSource
/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());

Completed in 253 milliseconds