Home
last modified time | relevance | path

Searched refs:kDirectional_LightType (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/shaders/
DSkLights.h29 kDirectional_LightType, enumerator
46 Light light(kDirectional_LightType, color, dir, 0.0f); in MakeDirectional()
60 SkASSERT(kDirectional_LightType == fType); in dir()
DSkLightingShader.cpp250 if (SkLights::Light::kDirectional_LightType == lights->light(i).type()) { in LightingFP()
397 if (SkLights::Light::kDirectional_LightType == light.type()) { in shadeSpan()