Searched refs:fogTexture (Results 1 – 2 of 2) sorted by relevance
42 val fogTexture: Bitmap, constant in com.google.android.wallpaper.weathereffects.graphics.fog.FogEffectConfig76 fogTexture = GraphicsUtils.loadTexture(assets, FOG_TEXTURE_PATH)
161 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()