Searched refs:fVSampler (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/gpu/effects/
H A DGrYUVtoRGBEffect.h52 , fVSampler(std::move(vSampler), uvSamplerParams)
58 , fVSamplerCoordTransform(vSamplerTransform, fVSampler.proxy()) {
61 this->addTextureSampler(&fVSampler);
74 TextureSampler fVSampler; member in class:GrYUVtoRGBEffect
H A DGrYUVtoRGBEffect.cpp144 if (fVSampler != that.fVSampler) return false;
156 , fVSampler(src.fVSampler)
165 this->addTextureSampler(&fVSampler);
/external/skqp/src/gpu/effects/
H A DGrYUVtoRGBEffect.h52 , fVSampler(std::move(vSampler), uvSamplerParams)
58 , fVSamplerCoordTransform(vSamplerTransform, fVSampler.proxy()) {
61 this->addTextureSampler(&fVSampler);
74 TextureSampler fVSampler; member in class:GrYUVtoRGBEffect
H A DGrYUVtoRGBEffect.cpp144 if (fVSampler != that.fVSampler) return false;
156 , fVSampler(src.fVSampler)
165 this->addTextureSampler(&fVSampler);

Completed in 175 milliseconds