Flutter Impeller
gaussian_blur_filter_contents.cc File Reference
#include "impeller/entity/contents/filters/gaussian_blur_filter_contents.h"
#include <cmath>
#include "flutter/fml/make_copyable.h"
#include "impeller/entity/contents/clip_contents.h"
#include "impeller/entity/contents/color_source_contents.h"
#include "impeller/entity/contents/content_context.h"
#include "impeller/entity/texture_fill.frag.h"
#include "impeller/entity/texture_fill.vert.h"
#include "impeller/renderer/command.h"
#include "impeller/renderer/render_pass.h"
#include "impeller/renderer/texture_mipmap.h"
#include "impeller/renderer/vertex_buffer_builder.h"

Go to the source code of this file.

Namespaces

 impeller
 

Typedefs

using impeller::GaussianBlurVertexShader = KernelPipeline::VertexShader
 
using impeller::GaussianBlurFragmentShader = KernelPipeline::FragmentShader
 

Functions

KernelPipeline::FragmentShader::KernelSamples impeller::GenerateBlurInfo (BlurParameters parameters)
 
KernelPipeline::FragmentShader::KernelSamples impeller::LerpHackKernelSamples (KernelPipeline::FragmentShader::KernelSamples parameters)