Searched refs:GrSimpleTextureEffect (Results 1 – 16 of 16) sorted by relevance
/external/skia/src/gpu/effects/ |
D | GrSimpleTextureEffect.h | 21 class GrSimpleTextureEffect : public GrSingleTextureEffect { 27 return new GrSimpleTextureEffect(tex, matrix, GrTextureParams::kNone_FilterMode, coordSet); 35 return new GrSimpleTextureEffect(tex, matrix, filterMode, coordSet); 42 return new GrSimpleTextureEffect(tex, matrix, p, coordSet); 45 virtual ~GrSimpleTextureEffect() {} in ~GrSimpleTextureEffect() 50 GrSimpleTextureEffect(GrTexture* texture, in GrSimpleTextureEffect() function 55 this->initClassID<GrSimpleTextureEffect>(); in GrSimpleTextureEffect() 58 GrSimpleTextureEffect(GrTexture* texture, in GrSimpleTextureEffect() function 63 this->initClassID<GrSimpleTextureEffect>(); in GrSimpleTextureEffect()
|
D | GrSimpleTextureEffect.cpp | 32 void GrSimpleTextureEffect::onComputeInvariantOutput(GrInvariantOutput* inout) const { in onComputeInvariantOutput() 36 void GrSimpleTextureEffect::onGetGLSLProcessorKey(const GrGLSLCaps& caps, in onGetGLSLProcessorKey() 41 GrGLSLFragmentProcessor* GrSimpleTextureEffect::onCreateGLSLInstance() const { in onCreateGLSLInstance() 47 GR_DEFINE_FRAGMENT_PROCESSOR_TEST(GrSimpleTextureEffect); 49 const GrFragmentProcessor* GrSimpleTextureEffect::TestCreate(GrProcessorTestData* d) { in TestCreate() 71 return GrSimpleTextureEffect::Create(d->fTextures[texIdx], matrix, coordSet); in TestCreate()
|
D | GrConfigConversionEffect.cpp | 298 return GrSimpleTextureEffect::Create(texture, matrix); in Create()
|
D | GrTextureDomain.cpp | 232 return GrSimpleTextureEffect::Create(texture, matrix, filterMode); in Create()
|
/external/skia/src/gpu/ |
D | GrPaint.cpp | 25 this->addColorFragmentProcessor(GrSimpleTextureEffect::Create(texture, matrix))->unref(); in addColorTextureProcessor() 29 this->addCoverageFragmentProcessor(GrSimpleTextureEffect::Create(texture, matrix))->unref(); in addCoverageTextureProcessor() 35 this->addColorFragmentProcessor(GrSimpleTextureEffect::Create(texture, in addColorTextureProcessor() 42 this->addCoverageFragmentProcessor(GrSimpleTextureEffect::Create(texture, in addCoverageTextureProcessor()
|
D | GrPipelineBuilder.h | 82 this->addColorFragmentProcessor(GrSimpleTextureEffect::Create(texture, matrix))->unref(); in addColorTextureProcessor() 86 this->addCoverageFragmentProcessor(GrSimpleTextureEffect::Create(texture, matrix))->unref(); in addCoverageTextureProcessor() 92 this->addColorFragmentProcessor(GrSimpleTextureEffect::Create(texture, matrix, in addColorTextureProcessor() 99 this->addCoverageFragmentProcessor(GrSimpleTextureEffect::Create(texture, matrix, in addCoverageTextureProcessor()
|
D | GrTextureToYUVPlanes.cpp | 35 GrSimpleTextureEffect::Create(src, SkMatrix::MakeScale(xScale, yScale), filter)); in convert_texture()
|
D | GrSWMaskHelper.cpp | 363 GrSimpleTextureEffect::Create(texture, in DrawToTargetWithPathMask()
|
D | GrBlurUtils.cpp | 38 grp->addCoverageFragmentProcessor(GrSimpleTextureEffect::Create(mask, matrix, in draw_mask()
|
D | GrTextureParamsAdjuster.cpp | 357 return GrSimpleTextureEffect::Create(texture, textureMatrix, params); in create_fp_for_domain_and_filter()
|
D | SkGpuDevice.cpp | 1163 fp.reset(GrSimpleTextureEffect::Create(texture, texMatrix, params)); in internalDrawBitmap() 1252 GrSimpleTextureEffect::Create(texture, SkMatrix::I())); in drawSprite() 1410 GrSimpleTextureEffect::Create(devTex, SkMatrix::I())); in drawDevice()
|
/external/skia/src/image/ |
D | SkImageShader.cpp | 125 inner.reset(GrSimpleTextureEffect::Create(texture, matrix, params)); in asFragmentProcessor()
|
/external/skia/src/core/ |
D | SkBitmapProcShader.cpp | 343 inner.reset(GrSimpleTextureEffect::Create(texture, matrix, params)); in asFragmentProcessor()
|
/external/skia/gyp/ |
D | gpu.gypi | 283 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp', 284 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h',
|
/external/skia/src/effects/ |
D | SkBlurMaskFilter.cpp | 1252 paint.addCoverageFragmentProcessor(GrSimpleTextureEffect::Create(src, matrix))->unref(); in filterMaskGPU()
|
/external/skia/ |
D | Android.mk | 479 src/gpu/effects/GrSimpleTextureEffect.cpp \
|