Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/effects/
DGrYUVtoRGBEffect.cpp210 , fLocations(locations) in GrYUVtoRGBEffect()
232 i, fLocations[i].fPlane, static_cast<int>(fLocations[i].fChannel)); in onDumpInfo()
262 const bool hasAlpha = yuvEffect.fLocations[SkYUVAInfo::YUVAChannels::kA].fPlane >= 0; in onMakeProgramImpl()
268 auto [yuvPlane, yuvChannel] = yuvEffect.fLocations[locIdx]; in onMakeProgramImpl()
342 for (auto [plane, channel] : fLocations) { in onAddToKey()
368 return fLocations == that.fLocations && in onIsEqual()
375 , fLocations((src.fLocations)) in GrYUVtoRGBEffect()
DGrYUVtoRGBEffect.h50 SkYUVAInfo::YUVALocations fLocations; variable