HomeSort by relevance Sort by last modified time
    Searched defs:specularExponent (Results 1 - 6 of 6) sorted by null

  /external/skia/fuzz/
FuzzCanvas.cpp 561 SkScalar surfaceScale, k, specularExponent, cutoffAngle, shininess;
583 fuzz->next(&p, &q, &specularExponent, &cutoffAngle, &lightColor, &surfaceScale, &k);
586 p, q, specularExponent, cutoffAngle, lightColor, surfaceScale, k,
601 fuzz->next(&p, &q, &specularExponent, &cutoffAngle, &lightColor, &surfaceScale, &k,
605 p, q, specularExponent, cutoffAngle, lightColor, surfaceScale, k, shininess,
    [all...]
  /external/skqp/fuzz/
FuzzCanvas.cpp 557 SkScalar surfaceScale, k, specularExponent, cutoffAngle, shininess;
579 fuzz->next(&p, &q, &specularExponent, &cutoffAngle, &lightColor, &surfaceScale, &k);
582 p, q, specularExponent, cutoffAngle, lightColor, surfaceScale, k,
597 fuzz->next(&p, &q, &specularExponent, &cutoffAngle, &lightColor, &surfaceScale, &k,
601 p, q, specularExponent, cutoffAngle, lightColor, surfaceScale, k, shininess,
    [all...]
  /external/skia/src/effects/
SkLightingImageFilter.cpp     [all...]
  /external/skia/tests/
ImageFilterTest.cpp 537 SkScalar specularExponent = -1000;
542 location, target, specularExponent, 180,
    [all...]
  /external/skqp/src/effects/
SkLightingImageFilter.cpp     [all...]
  /external/skqp/tests/
ImageFilterTest.cpp 537 SkScalar specularExponent = -1000;
542 location, target, specularExponent, 180,
    [all...]

Completed in 485 milliseconds