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

  /external/skia/src/effects/
SkLightingImageFilter.cpp 169 template <class LightingType, class LightType> void lightBitmap(
173 const LightType* l = static_cast<const LightType*>(light);
677 enum LightType {
682 virtual LightType type() const = 0;
727 LightType type() const override { return kDistant_LightType; }
784 LightType type() const override { return kPoint_LightType; }
    [all...]
  /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...]

Completed in 54 milliseconds