Searched refs:diffLocation (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/gm/ |
H A D | imagemakewithfilter.cpp | 154 SkPoint3 diffLocation = SkPoint3::Make(spotTarget.fX + 50 * cosAzimuth, in lighting_factory() local 161 diffLocation, SK_ColorWHITE, /* scale */ 1.f, /* kd */ 2.f, srcToAlpha, cropRect); in lighting_factory()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | iomapper.cpp | 352 bool diffLocation = false; in TSymbolValidater() local 355 overlapLocation = checkLocationOverlap(locationRange, usedUniformLocation, symbolName, usedUniformName, diffLocation); in TSymbolValidater() 363 if (diffLocation == true) { in TSymbolValidater() 408 int checkLocationOverlap(const TRange& locationRange, std::vector<TRange>& usedUniformLocation, const TString symbolName, std::vector<TString>& usedUniformName, bool& diffLocation) in checkLocationOverlap() 412 diffLocation = true; in checkLocationOverlap()
|
Completed in 5 milliseconds