Searched refs:appendTextureLookupAndModulate (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/gpu/effects/ |
D | GrTextureDomain.cpp | 72 builder->appendTextureLookupAndModulate(inModulateColor, sampler, in sampleTexture() 83 builder->appendTextureLookupAndModulate(inModulateColor, sampler, in sampleTexture() 102 builder->appendTextureLookupAndModulate(inModulateColor, sampler, in sampleTexture() 127 builder->appendTextureLookupAndModulate(inModulateColor, sampler, in sampleTexture() 140 builder->appendTextureLookupAndModulate(inModulateColor, sampler, in sampleTexture()
|
D | GrSimpleTextureEffect.cpp | 19 fragBuilder->appendTextureLookupAndModulate(args.fInputColor, in emitCode()
|
D | GrBitmapTextGeoProc.cpp | 68 fragBuilder->appendTextureLookupAndModulate(args.fOutputColor, in onEmitCode()
|
/external/skia/src/gpu/glsl/ |
D | GrGLSLShaderBuilder.h | 57 void appendTextureLookupAndModulate(const char* modulation,
|
D | GrGLSLShaderBuilder.cpp | 106 void GrGLSLShaderBuilder::appendTextureLookupAndModulate(const char* modulation, in appendTextureLookupAndModulate() function in GrGLSLShaderBuilder
|
/external/skia/src/core/ |
D | SkLightingShader.cpp | 208 fragBuilder->appendTextureLookupAndModulate(args.fInputColor, args.fSamplers[0], in emitCode()
|
/external/skia/src/effects/gradients/ |
D | SkGradientShader.cpp | 1078 fragBuilder->appendTextureLookupAndModulate(inputColor, in emitColor()
|
/external/skia/src/effects/ |
D | SkBlurMaskFilter.cpp | 1113 fragBuilder->appendTextureLookupAndModulate(args.fInputColor, args.fSamplers[0], "texCoord"); in emitCode()
|