Home
last modified time | relevance | path

Searched defs:isPoint (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/shaders/
DSkLights.cpp26 bool isPoint = buf.readBool(); in MakeFromBuffer() local
81 bool isPoint = Light::kPoint_LightType == light.type(); in flatten() local
/external/skqp/src/shaders/
DSkLights.cpp26 bool isPoint = buf.readBool(); in MakeFromBuffer() local
81 bool isPoint = Light::kPoint_LightType == light.type(); in flatten() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DDependenceAnalysis.h394 bool isPoint() const { return Kind == Point; } in isPoint() function
/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h404 bool isPoint() const { return Kind == Point; } in isPoint() function