Home
last modified time | relevance | path

Searched refs:fogTexture (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/systemui/weathereffects/graphics/src/main/java/com/google/android/wallpaper/weathereffects/graphics/fog/
DFogEffectConfig.kt42 val fogTexture: Bitmap, constant in com.google.android.wallpaper.weathereffects.graphics.fog.FogEffectConfig
76 fogTexture = GraphicsUtils.loadTexture(assets, FOG_TEXTURE_PATH)
DFogEffect.kt161 BitmapShader(fogConfig.fogTexture, Shader.TileMode.REPEAT, Shader.TileMode.REPEAT) in updateTextureUniforms()
166 fogConfig.fogTexture.width.toFloat(), in updateTextureUniforms()
167 fogConfig.fogTexture.height.toFloat() in updateTextureUniforms()