HomeSort by relevance Sort by last modified time
    Searched refs:LightType (Results 1 - 4 of 4) sorted by null

  /external/skia/include/core/
SkLights.h 24 enum LightType {
61 LightType type() const { return fType; }
118 LightType fType;
132 Light(LightType type, const SkColor3f& color, const SkVector3& dirOrPos,
  /external/deqp/modules/gles2/performance/
es2pShaderCompilationCases.cpp 313 enum LightType
502 ShaderCompilerLightCase (Context& context, const char* name, const char* description, int caseID, bool avoidCache, bool addWhitespaceAndComments, bool isVertexCase, int numLights, LightType lightType);
514 LightType m_lightType;
668 InvalidShaderCompilerLightCase (Context& context, const char* name, const char* description, int caseID, InvalidityType invalidityType, bool isVertexCase, int numLights, LightType lightType);
677 LightType m_lightType;
757 static string lightVertexTemplate (int numLights, bool isVertexCase, LightType lightType)
779 if (lightType == LIGHT_POINT
    [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderCompilationCases.cpp 313 enum LightType
502 ShaderCompilerLightCase (Context& context, const char* name, const char* description, int caseID, bool avoidCache, bool addWhitespaceAndComments, bool isVertexCase, int numLights, LightType lightType);
514 LightType m_lightType;
668 InvalidShaderCompilerLightCase (Context& context, const char* name, const char* description, int caseID, InvalidityType invalidityType, bool isVertexCase, int numLights, LightType lightType);
677 LightType m_lightType;
757 static string lightVertexTemplate (int numLights, bool isVertexCase, LightType lightType)
780 if (lightType == LIGHT_POINT
    [all...]
  /external/skia/src/effects/
SkLightingImageFilter.cpp 100 enum LightType {
105 virtual LightType type() const = 0;
    [all...]

Completed in 134 milliseconds