Home
last modified time | relevance | path

Searched refs:getTexture (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/renderengine/gl/
DGLShadowTexture.h31 const Texture& getTexture();
DGLShadowTexture.cpp46 const Texture& GLShadowTexture::getTexture() { in getTexture() function in android::renderengine::gl::GLShadowTexture
DGLESRenderEngine.cpp1707 setupLayerTexturing(mShadowTexture.getTexture()); in handleShadow()
/frameworks/base/libs/hwui/
DAutoBackendTextureRelease.h36 const GrBackendTexture& getTexture() const { return mBackendTexture; } in getTexture() function
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DBackingStore.java636 return getTexture(); in lock()
676 private TextureSource getTexture() { in getTexture() method in BackingStore.TextureBacking
687 mRenderTarget = RenderTarget.currentTarget().forTexture(getTexture(), w, h); in getRenderTarget()