Home
last modified time | relevance | path

Searched refs:LightType (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/src/shaders/
DSkLights.h27 enum LightType { enum
56 LightType type() const { return fType; } in type()
95 Light(LightType type, const SkColor3f& color, const SkVector3& dirOrPos, in Light()
102 LightType fType;
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pShaderCompilationCases.cpp313 enum LightType enum
502 … avoidCache, bool addWhitespaceAndComments, bool isVertexCase, int numLights, LightType lightType);
514 LightType m_lightType;
668 … int caseID, InvalidityType invalidityType, bool isVertexCase, int numLights, LightType lightType);
677 LightType m_lightType;
757 static string lightVertexTemplate (int numLights, bool isVertexCase, LightType lightType) in lightVertexTemplate()
904 static string lightFragmentTemplate (int numLights, bool isVertexCase, LightType lightType) in lightFragmentTemplate()
1065 …ormSpec> lightShaderUniforms (const string& nameSpecialization, int numLights, LightType lightType) in lightShaderUniforms()
2166 …l avoidCache, bool addWhitespaceAndComments, bool isVertexCase, int numLights, LightType lightType) in ShaderCompilerLightCase()
2675 …, int caseID, InvalidityType invalidityType, bool isVertexCase, int numLights, LightType lightType) in InvalidShaderCompilerLightCase()
[all …]
/third_party/vk-gl-cts/modules/gles2/performance/
Des2pShaderCompilationCases.cpp313 enum LightType enum
502 … avoidCache, bool addWhitespaceAndComments, bool isVertexCase, int numLights, LightType lightType);
514 LightType m_lightType;
668 … int caseID, InvalidityType invalidityType, bool isVertexCase, int numLights, LightType lightType);
677 LightType m_lightType;
757 static string lightVertexTemplate (int numLights, bool isVertexCase, LightType lightType) in lightVertexTemplate()
903 static string lightFragmentTemplate (int numLights, bool isVertexCase, LightType lightType) in lightFragmentTemplate()
1060 …ormSpec> lightShaderUniforms (const string& nameSpecialization, int numLights, LightType lightType) in lightShaderUniforms()
2146 …l avoidCache, bool addWhitespaceAndComments, bool isVertexCase, int numLights, LightType lightType) in ShaderCompilerLightCase()
2655 …, int caseID, InvalidityType invalidityType, bool isVertexCase, int numLights, LightType lightType) in InvalidShaderCompilerLightCase()
[all …]
/third_party/flutter/skia/src/effects/imagefilters/
DSkLightingImageFilter.cpp101 enum LightType { enum in SkImageFilterLight
108 virtual LightType type() const = 0;
853 LightType type() const override { return kDistant_LightType; } in type()
910 LightType type() const override { return kPoint_LightType; } in type()
1032 LightType type() const override { return kSpot_LightType; } in type()
1126 SkImageFilterLight::LightType type = buffer.read32LE(SkImageFilterLight::kLast_LightType); in UnflattenLight()
/third_party/skia/src/effects/imagefilters/
DSkLightingImageFilter.cpp104 enum LightType { enum in __anond6d6c95a0111::SkImageFilterLight
111 virtual LightType type() const = 0;
869 LightType type() const override { return kDistant_LightType; } in type()
926 LightType type() const override { return kPoint_LightType; } in type()
1048 LightType type() const override { return kSpot_LightType; } in type()
1135 SkImageFilterLight::LightType type = buffer.read32LE(SkImageFilterLight::kLast_LightType); in UnflattenLight()