Searched refs:useBounds (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/skia/src/gpu/effects/ |
D | GrConvolutionEffect.h | 29 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,
|
D | GrConvolutionEffect.cpp | 35 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/skia/src/gpu/effects/ |
D | GrConvolutionEffect.h | 29 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,
|
D | GrConvolutionEffect.cpp | 35 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/skia/src/effects/ |
D | SkGpuBlurUtils.cpp | 49 bool useBounds, in convolve_gaussian_pass() argument 54 texture, direction, radius, sigma, useBounds, bounds)); in convolve_gaussian_pass()
|
/external/chromium_org/third_party/skia/src/effects/ |
D | SkGpuBlurUtils.cpp | 49 bool useBounds, in convolve_gaussian_pass() argument 54 texture, direction, radius, sigma, useBounds, bounds)); in convolve_gaussian_pass()
|