Home
last modified time | relevance | path

Searched refs:inModulateColor (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/effects/
DGrTextureDomain.cpp107 const char* inModulateColor, in sampleTexture() argument
127 builder->appendTextureLookupAndModulate(inModulateColor, sampler, inCoords.c_str(), in sampleTexture()
138 builder->appendTextureLookupAndModulate(inModulateColor, sampler, clampedCoords.c_str(), in sampleTexture()
157 builder->appendTextureLookupAndModulate(inModulateColor, sampler, inCoords.c_str(), in sampleTexture()
178 builder->appendTextureLookupAndModulate(inModulateColor, sampler, inCoords.c_str(), in sampleTexture()
191 builder->appendTextureLookupAndModulate(inModulateColor, sampler, clampedCoords.c_str(), in sampleTexture()
DGrTextureDomain.h112 const char* inModulateColor = nullptr,