Searched defs:getTexture (Results 1 - 5 of 5) sorted by path

/frameworks/base/libs/hwui/
H A DBakedOpRenderer.cpp184 Texture* BakedOpRenderer::getTexture(Bitmap* bitmap) { function in class:android::uirenderer::BakedOpRenderer
H A DGlLayer.h63 inline Texture& getTexture() { function in class:android::uirenderer::GlLayer
H A DImage.h38 * cannot be created, getTexture() will return 0 and getImage() will
48 GLuint getTexture() const { function in class:android::uirenderer::Image
/frameworks/base/libs/hwui/font/
H A DCacheTexture.h118 Texture& getTexture() { function in class:android::uirenderer::CacheTexture
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DBackingStore.java636 return getTexture();
676 private TextureSource getTexture() { method in class:BackingStore.TextureBacking
687 mRenderTarget = RenderTarget.currentTarget().forTexture(getTexture(), w, h);

Completed in 263 milliseconds