Home
last modified time | relevance | path

Searched defs:shininess (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/gm/
H A Dlighting.cpp93 SkScalar shininess = SkIntToScalar(8); variable
/third_party/skia/bench/
H A DLightingBench.cpp80 static SkScalar shininess = SkIntToScalar(8); in GetShininess() local
/third_party/skia/fuzz/
H A DFuzzCanvas.cpp461 SkScalar surfaceScale, k, specularExponent, cutoffAngle, shininess; in make_fuzz_lighting_imagefilter() local
/third_party/mesa3d/src/mesa/main/
H A Dffvertex_prog.c1069 struct ureg shininess = get_material(p, 0, STATE_SHININESS); in build_lighting() local
1086 struct ureg shininess = get_material(p, 1, STATE_SHININESS); in build_lighting() local
/third_party/skia/src/effects/imagefilters/
H A DSkLightingImageFilter.cpp178 SpecularLightingType(SkScalar ks, SkScalar shininess) in SpecularLightingType() argument
584 SkScalar shininess() const { return fShininess; } in shininess() function in __anon18763::SkSpecularLightingImageFilter
708 Make(GrSurfaceProxyView view, sk_sp<const SkImageFilterLight> light, SkScalar surfaceScale, const SkMatrix& matrix, SkScalar ks, SkScalar shininess, BoundaryMode boundaryMode, const SkIRect* srcBounds, const GrCaps& caps) Make() argument
1185 DistantLitSpecular( const SkPoint3& direction, SkColor lightColor, SkScalar surfaceScale, SkScalar ks, SkScalar shininess, sk_sp<SkImageFilter> input, const CropRect& cropRect) DistantLitSpecular() argument
1193 PointLitSpecular( const SkPoint3& location, SkColor lightColor, SkScalar surfaceScale, SkScalar ks, SkScalar shininess, sk_sp<SkImageFilter> input, const CropRect& cropRect) PointLitSpecular() argument
1201 SpotLitSpecular( const SkPoint3& location, const SkPoint3& target, SkScalar falloffExponent, SkScalar cutoffAngle, SkColor lightColor, SkScalar surfaceScale, SkScalar ks, SkScalar shininess, sk_sp<SkImageFilter> input, const CropRect& cropRect) SpotLitSpecular() argument
1353 Make(sk_sp<SkImageFilterLight> light, SkScalar surfaceScale, SkScalar ks, SkScalar shininess, sk_sp<SkImageFilter> input, const SkRect* cropRect) Make() argument
1375 SkSpecularLightingImageFilter(sk_sp<SkImageFilterLight> light, SkScalar surfaceScale, SkScalar ks, SkScalar shininess, sk_sp<SkImageFilter> input, const SkRect* cropRect) SkSpecularLightingImageFilter() argument
1892 SpecularLightingEffect(GrSurfaceProxyView view, sk_sp<const SkImageFilterLight> light, SkScalar surfaceScale, const SkMatrix& matrix, SkScalar ks, SkScalar shininess, BoundaryMode boundaryMode, const SkIRect* srcBounds, const GrCaps& caps) SpecularLightingEffect() argument
1930 SkScalar shininess = d->fRandom->nextUScalar1(); TestCreate() local
1963 const char* shininess; emitLightFunc() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_cmd.h996 float shininess; member

Completed in 13 milliseconds