Home
last modified time | relevance | path

Searched refs:specularExponent (Results 1 – 21 of 21) sorted by relevance

/third_party/flutter/skia/include/effects/
DSkLightingImageFilter.h26 const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle,
36 const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle,
/third_party/parse5/test/data/parser-feedback/
Dtests11.test5 …ur='' requiredExtensions='' requiredFeatures='' specularConstant='' specularExponent='' spreadMeth…
6 …ur='' requiredExtensions='' requiredFeatures='' specularConstant='' specularExponent='' spreadMeth…
66 "specularExponent": "",
153 "specularExponent": "",
241 "specularExponent": "",
267 …ur='' requiredExtensions='' requiredFeatures='' specularConstant='' specularExponent='' spreadMeth…
268 …ur='' requiredExtensions='' requiredFeatures='' specularConstant='' specularExponent='' spreadMeth…
/third_party/flutter/skia/src/effects/imagefilters/
DSkLightingImageFilter.cpp964 SkScalar specularExponent, in SkSpotLight() argument
970 fSpecularExponent(SkScalarPin(specularExponent, kSpecularExponentMin, kSpecularExponentMax)) in SkSpotLight()
1035 SkScalar specularExponent() const { return fSpecularExponent; } in specularExponent() function in SkSpotLight
1057 SkScalar specularExponent, in SkSpotLight() argument
1066 fSpecularExponent(specularExponent), in SkSpotLight()
1162 const SkPoint3& location, const SkPoint3& target, SkScalar specularExponent, in MakeSpotLitDiffuse() argument
1166 new SkSpotLight(location, target, specularExponent, cutoffAngle, lightColor)); in MakeSpotLitDiffuse()
1188 const SkPoint3& location, const SkPoint3& target, SkScalar specularExponent, in MakeSpotLitSpecular() argument
1192 new SkSpotLight(location, target, specularExponent, cutoffAngle, lightColor)); in MakeSpotLitSpecular()
2052 pdman.set1f(fExponentUni, spotLight->specularExponent()); in setData()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DGLES1State.h47 GLfloat specularExponent; member
DGLES1State.cpp140 mMaterial.specularExponent = 0.0f; in initialize()
Dqueryutils.cpp2170 material.specularExponent = *params; in SetMaterialParameters()
2215 *params = material.specularExponent; in GetMaterialParameters()
DGLES1Renderer.cpp320 material.specularExponent); in prepareForDraw()
/third_party/skia/fuzz/
DFuzzCanvas.cpp461 SkScalar surfaceScale, k, specularExponent, cutoffAngle, shininess; in make_fuzz_lighting_imagefilter() local
483 fuzz->next(&p, &q, &specularExponent, &cutoffAngle, &lightColor, &surfaceScale, &k); in make_fuzz_lighting_imagefilter()
486 p, q, specularExponent, cutoffAngle, lightColor, surfaceScale, k, in make_fuzz_lighting_imagefilter()
501 fuzz->next(&p, &q, &specularExponent, &cutoffAngle, &lightColor, &surfaceScale, &k, in make_fuzz_lighting_imagefilter()
505 p, q, specularExponent, cutoffAngle, lightColor, surfaceScale, k, shininess, in make_fuzz_lighting_imagefilter()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DGLES1State.h47 GLfloat specularExponent; member
DGLES1State.cpp142 mMaterial.specularExponent = 0.0f; in initialize()
DGLES1Renderer.cpp344 material.specularExponent); in prepareForDraw()
Dqueryutils.cpp2443 material.specularExponent = *params; in SetMaterialParameters()
2488 *params = material.specularExponent; in GetMaterialParameters()
/third_party/skia/src/effects/imagefilters/
DSkLightingImageFilter.cpp980 SkScalar specularExponent, in SkSpotLight() argument
986 fSpecularExponent(specularExponent) in SkSpotLight()
1051 SkScalar specularExponent() const { return fSpecularExponent; } in specularExponent() function in __anon60c124d70411::SkSpotLight
1073 SkScalar specularExponent, in SkSpotLight() argument
1082 fSpecularExponent(specularExponent), in SkSpotLight()
2062 pdman.set1f(fExponentUni, spotLight->specularExponent()); in setData()
/third_party/flutter/skia/fuzz/
DFuzzCanvas.cpp469 SkScalar surfaceScale, k, specularExponent, cutoffAngle, shininess; in make_fuzz_lighting_imagefilter() local
491 fuzz->next(&p, &q, &specularExponent, &cutoffAngle, &lightColor, &surfaceScale, &k); in make_fuzz_lighting_imagefilter()
494 p, q, specularExponent, cutoffAngle, lightColor, surfaceScale, k, in make_fuzz_lighting_imagefilter()
509 fuzz->next(&p, &q, &specularExponent, &cutoffAngle, &lightColor, &surfaceScale, &k, in make_fuzz_lighting_imagefilter()
513 p, q, specularExponent, cutoffAngle, lightColor, surfaceScale, k, shininess, in make_fuzz_lighting_imagefilter()
/third_party/flutter/skia/tests/
DImageFilterTest.cpp455 SkScalar specularExponent = -1000; in DEF_TEST() local
460 location, target, specularExponent, 180, in DEF_TEST()
/third_party/skia/tests/
DImageFilterTest.cpp459 SkScalar specularExponent = -1000; in DEF_TEST() local
464 location, target, specularExponent, 180, in DEF_TEST()
/third_party/typescript/tests/lib/
Dreact16.d.ts1991 specularExponent?: number | string;
Dlib.d.ts13177 specularExponent: SVGAnimatedNumber; property
13192 specularExponent: SVGAnimatedNumber; property
/third_party/typescript/lib/
Dlib.dom.d.ts13545 readonly specularExponent: SVGAnimatedNumber; property
13564 readonly specularExponent: SVGAnimatedNumber; property
/third_party/typescript/src/lib/
Ddom.generated.d.ts13525 readonly specularExponent: SVGAnimatedNumber; property
13544 readonly specularExponent: SVGAnimatedNumber; property
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp82744 static nsIAtom* specularExponent; member in nsGkAtoms