Searched defs:getTextureId (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
H A DGlLayer.h51 inline GLuint getTextureId() const { return texture.id(); } function in class:android::uirenderer::GlLayer
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DTextureSource.java50 public int getTextureId() { method in class:TextureSource
/frameworks/base/libs/hwui/font/
H A DCacheTexture.h110 GLuint getTextureId() { function in class:android::uirenderer::CacheTexture
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DSurfaceTextureRenderer.java399 private int getTextureId() { method in class:SurfaceTextureRenderer
715 mSurfaceTexture = new SurfaceTexture(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();

Completed in 993 milliseconds