Searched refs:getTexture (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/libs/hwui/
H A DImage.h38 * cannot be created, getTexture() will return 0 and getImage() will
48 GLuint getTexture() const { function in class:android::uirenderer::Image
H A DGlLayer.h63 inline Texture& getTexture() { function in class:android::uirenderer::GlLayer
H A DBakedOpRenderer.h77 Texture* getTexture(Bitmap* bitmap);
H A DOpenGLReadback.cpp273 renderThread.renderState(), layer.getTexture(), layer.getTexTransform(),
H A DBakedOpRenderer.cpp184 Texture* BakedOpRenderer::getTexture(Bitmap* bitmap) { function in class:android::uirenderer::BakedOpRenderer
H A DBakedOpDispatcher.cpp421 Texture* texture = renderer.getTexture(op.bitmap);
505 Texture* texture = renderer.getTexture(op.bitmap);
H A DFontRenderer.cpp70 .setFillTexturePaint(texture.getTexture(), textureFillFlags, paint, bakedState->alpha)
H A DGlopBuilder.cpp448 mOutGlop->fill.texture = { &(layer.getTexture()),
/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 5987 milliseconds