/external/skia/src/shaders/ |
D | SkLights.h | 28 enum LightType { enum 57 LightType type() const { return fType; } in type() 96 Light(LightType type, const SkColor3f& color, const SkVector3& dirOrPos, in Light() 103 LightType fType;
|
/external/skqp/src/shaders/ |
D | SkLights.h | 28 enum LightType { enum 57 LightType type() const { return fType; } in type() 96 Light(LightType type, const SkColor3f& color, const SkVector3& dirOrPos, in Light() 103 LightType fType;
|
/external/deqp/modules/gles2/performance/ |
D | es2pShaderCompilationCases.cpp | 313 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 …]
|
/external/deqp/modules/gles3/performance/ |
D | es3pShaderCompilationCases.cpp | 313 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 …]
|
/external/skqp/src/effects/imagefilters/ |
D | SkLightingImageFilter.cpp | 99 enum LightType { enum in SkImageFilterLight 106 virtual LightType type() const = 0; 844 LightType type() const override { return kDistant_LightType; } in type() 905 LightType type() const override { return kPoint_LightType; } in type() 1037 LightType type() const override { return kSpot_LightType; } in type() 1132 SkImageFilterLight::LightType type = buffer.read32LE(SkImageFilterLight::kLast_LightType); in UnflattenLight()
|
/external/skia/src/effects/imagefilters/ |
D | SkLightingImageFilter.cpp | 101 enum LightType { enum in SkImageFilterLight 108 virtual LightType type() const = 0; 846 LightType type() const override { return kDistant_LightType; } in type() 907 LightType type() const override { return kPoint_LightType; } in type() 1039 LightType type() const override { return kSpot_LightType; } in type() 1134 SkImageFilterLight::LightType type = buffer.read32LE(SkImageFilterLight::kLast_LightType); in UnflattenLight()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | debug-value2.ll | 308 !27 = !DICompositeType(tag: DW_TAG_enumeration_type, name: "LightType", file: !4, line: 1470, size:…
|