Searched defs:lighting (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/effects/
H A DSkLightingImageFilter.cpp355 // lighting shaders are complicated. We just throw up our hands.
1468 const GrLightingEffect& lighting = proc.cast<GrLightingEffect>(); local
1469 GrTexture* texture = lighting.texture(0);
1472 pdman.set1f(fSurfaceScaleUni, lighting.surfaceScale());
1473 SkAutoTUnref<SkLight> transformedLight(lighting.light()->transform(lighting.filterMatrix()));
/external/skia/src/effects/
H A DSkLightingImageFilter.cpp321 // lighting shaders are complicated. We just throw up our hands.
1366 const GrLightingEffect& lighting = drawEffect.castEffect<GrLightingEffect>(); local
1367 GrTexture* texture = lighting.texture(0);
1370 uman.set1f(fSurfaceScaleUni, lighting.surfaceScale());
1371 SkAutoTUnref<SkLight> transformedLight(lighting.light()->transform(lighting.filterMatrix()));

Completed in 108 milliseconds