OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GrMatrixConvolutionEffect
(Results
1 - 8
of
8
) sorted by null
/external/skia/src/gpu/effects/
GrMatrixConvolutionEffect.h
17
class
GrMatrixConvolutionEffect
: public GrFragmentProcessor {
29
new
GrMatrixConvolutionEffect
(std::move(proxy), bounds, kernelSize, kernel, gain,
58
GrMatrixConvolutionEffect
(sk_sp<GrTextureProxy> proxy,
68
GrMatrixConvolutionEffect
(const
GrMatrixConvolutionEffect
&);
GrMatrixConvolutionEffect.cpp
7
#include "
GrMatrixConvolutionEffect
.h"
40
const
GrMatrixConvolutionEffect
& mce = args.fFp.cast<
GrMatrixConvolutionEffect
>();
118
const
GrMatrixConvolutionEffect
& m = processor.cast<
GrMatrixConvolutionEffect
>();
128
const
GrMatrixConvolutionEffect
& conv = processor.cast<
GrMatrixConvolutionEffect
>();
147
GrMatrixConvolutionEffect
::
GrMatrixConvolutionEffect
(sk_sp<GrTextureProxy> proxy,
175
GrMatrixConvolutionEffect
::GrMatrixConvolutionEffect(const GrMatrixConvolutionEffect& that
[
all
...]
/external/skqp/src/gpu/effects/
GrMatrixConvolutionEffect.h
17
class
GrMatrixConvolutionEffect
: public GrFragmentProcessor {
29
new
GrMatrixConvolutionEffect
(std::move(proxy), bounds, kernelSize, kernel, gain,
58
GrMatrixConvolutionEffect
(sk_sp<GrTextureProxy> proxy,
68
GrMatrixConvolutionEffect
(const
GrMatrixConvolutionEffect
&);
GrMatrixConvolutionEffect.cpp
7
#include "
GrMatrixConvolutionEffect
.h"
40
const
GrMatrixConvolutionEffect
& mce = args.fFp.cast<
GrMatrixConvolutionEffect
>();
118
const
GrMatrixConvolutionEffect
& m = processor.cast<
GrMatrixConvolutionEffect
>();
128
const
GrMatrixConvolutionEffect
& conv = processor.cast<
GrMatrixConvolutionEffect
>();
147
GrMatrixConvolutionEffect
::
GrMatrixConvolutionEffect
(sk_sp<GrTextureProxy> proxy,
175
GrMatrixConvolutionEffect
::GrMatrixConvolutionEffect(const GrMatrixConvolutionEffect& that
[
all
...]
/external/skia/src/core/
SkGpuBlurUtils.cpp
19
#include "effects/
GrMatrixConvolutionEffect
.h"
112
auto conv =
GrMatrixConvolutionEffect
::MakeGaussian(std::move(proxy), srcBounds, size, 1.0, 0.0,
/external/skia/src/effects/
SkMatrixConvolutionImageFilter.cpp
22
#include "effects/
GrMatrixConvolutionEffect
.h"
323
auto fp =
GrMatrixConvolutionEffect
::Make(std::move(inputProxy),
/external/skqp/src/core/
SkGpuBlurUtils.cpp
19
#include "effects/
GrMatrixConvolutionEffect
.h"
112
auto conv =
GrMatrixConvolutionEffect
::MakeGaussian(std::move(proxy), srcBounds, size, 1.0, 0.0,
/external/skqp/src/effects/
SkMatrixConvolutionImageFilter.cpp
22
#include "effects/
GrMatrixConvolutionEffect
.h"
323
auto fp =
GrMatrixConvolutionEffect
::Make(std::move(inputProxy),
Completed in 419 milliseconds