Home
last modified time | relevance | path

Searched refs:useBounds (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/effects/
DGrConvolutionEffect.h29 bool useBounds, in Create() argument
35 useBounds, in Create()
44 bool useBounds, in CreateGaussian() argument
50 useBounds, in CreateGaussian()
59 bool useBounds() const { return fUseBounds; } in useBounds() function
94 bool useBounds,
101 bool useBounds,
DGrConvolutionEffect.cpp36 bool useBounds() const { return fUseBounds; } in useBounds() function in GrGLConvolutionEffect
54 fUseBounds = c.useBounds(); in GrGLConvolutionEffect()
67 if (this->useBounds()) { in emitCode()
93 if (this->useBounds()) { in emitCode()
127 if (conv.useBounds()) { in setData()
144 if (conv.useBounds()) { in GenKey()
157 bool useBounds, in GrConvolutionEffect() argument
159 : Gr1DKernelEffect(texture, direction, radius), fUseBounds(useBounds) { in GrConvolutionEffect()
173 bool useBounds, in GrConvolutionEffect() argument
175 : Gr1DKernelEffect(texture, direction, radius), fUseBounds(useBounds) { in GrConvolutionEffect()
[all …]
/external/skia/src/gpu/effects/
DGrConvolutionEffect.h29 bool useBounds, in Create() argument
35 useBounds, in Create()
45 bool useBounds, in CreateGaussian() argument
51 useBounds, in CreateGaussian()
61 bool useBounds() const { return fUseBounds; } in useBounds() function
96 bool useBounds,
103 bool useBounds,
DGrConvolutionEffect.cpp35 bool useBounds() const { return fUseBounds; } in useBounds() function in GrGLConvolutionEffect
53 fUseBounds = c.useBounds(); in GrGLConvolutionEffect()
67 if (this->useBounds()) { in emitCode()
90 if (this->useBounds()) { in emitCode()
124 if (conv.useBounds()) { in setData()
141 if (conv.useBounds()) { in GenKey()
154 bool useBounds, in GrConvolutionEffect() argument
156 : Gr1DKernelEffect(texture, direction, radius), fUseBounds(useBounds) { in GrConvolutionEffect()
170 bool useBounds, in GrConvolutionEffect() argument
172 : Gr1DKernelEffect(texture, direction, radius), fUseBounds(useBounds) { in GrConvolutionEffect()
[all …]
/external/chromium_org/third_party/skia/src/effects/
DSkGpuBlurUtils.cpp53 bool useBounds, in convolve_gaussian_1d() argument
58 texture, direction, radius, sigma, useBounds, bounds)); in convolve_gaussian_1d()
72 bool useBounds, in convolve_gaussian_2d() argument
80 useBounds ? GrTextureDomain::kClamp_Mode : GrTextureDomain::kIgnore_Mode, in convolve_gaussian_2d()
/external/skia/src/effects/
DSkGpuBlurUtils.cpp53 bool useBounds, in convolve_gaussian_pass() argument
58 texture, direction, radius, sigma, useBounds, bounds)); in convolve_gaussian_pass()