Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Functions
gaussian_blur_filter_contents_unittests.cc File Reference
#include "flutter/testing/testing.h"
#include "fml/status_or.h"
#include "gmock/gmock.h"
#include "impeller/entity/contents/content_context.h"
#include "impeller/entity/contents/filters/gaussian_blur_filter_contents.h"
#include "impeller/entity/contents/texture_contents.h"
#include "impeller/entity/entity_playground.h"
#include "impeller/geometry/geometry_asserts.h"
#include "impeller/renderer/testing/mocks.h"

Go to the source code of this file.

Classes

class  impeller::testing::GaussianBlurFilterContentsTest
 

Namespaces

namespace  impeller
 
namespace  impeller::testing
 

Macros

#define IMPELLER_RAND   rand
 

Functions

 impeller::testing::INSTANTIATE_PLAYGROUND_SUITE (GaussianBlurFilterContentsTest)
 
 impeller::testing::TEST (GaussianBlurFilterContentsTest, Create)
 
 impeller::testing::TEST (GaussianBlurFilterContentsTest, CoverageEmpty)
 
 impeller::testing::TEST (GaussianBlurFilterContentsTest, CoverageSimple)
 
 impeller::testing::TEST (GaussianBlurFilterContentsTest, CoverageWithSigma)
 
 impeller::testing::TEST_P (GaussianBlurFilterContentsTest, CoverageWithTexture)
 
 impeller::testing::TEST_P (GaussianBlurFilterContentsTest, CoverageWithEffectTransform)
 
 impeller::testing::TEST (GaussianBlurFilterContentsTest, FilterSourceCoverage)
 
 impeller::testing::TEST (GaussianBlurFilterContentsTest, CalculateSigmaValues)
 
 impeller::testing::TEST_P (GaussianBlurFilterContentsTest, RenderCoverageMatchesGetCoverage)
 
 impeller::testing::TEST_P (GaussianBlurFilterContentsTest, RenderCoverageMatchesGetCoverageTranslate)
 
 impeller::testing::TEST_P (GaussianBlurFilterContentsTest, RenderCoverageMatchesGetCoverageRotated)
 
 impeller::testing::TEST_P (GaussianBlurFilterContentsTest, CalculateUVsSimple)
 
 impeller::testing::TEST_P (GaussianBlurFilterContentsTest, TextureContentsWithDestinationRect)
 
 impeller::testing::TEST_P (GaussianBlurFilterContentsTest, TextureContentsWithDestinationRectScaled)
 
 impeller::testing::TEST_P (GaussianBlurFilterContentsTest, TextureContentsWithEffectTransform)
 
 impeller::testing::TEST (GaussianBlurFilterContentsTest, CalculateSigmaForBlurRadius)
 
 impeller::testing::TEST (GaussianBlurFilterContentsTest, Coefficients)
 
 impeller::testing::TEST (GaussianBlurFilterContentsTest, LerpHackKernelSamplesSimple)
 
 impeller::testing::TEST (GaussianBlurFilterContentsTest, LerpHackKernelSamplesComplex)
 

Macro Definition Documentation

◆ IMPELLER_RAND

#define IMPELLER_RAND   rand

Definition at line 18 of file gaussian_blur_filter_contents_unittests.cc.