Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/shaders/
DSkLights.cpp25 bool isPoint = buf.readBool(); in MakeFromBuffer() local
58 bool isPoint = Light::kPoint_LightType == light.type(); in flatten() local
/third_party/vk-gl-cts/modules/glshared/
DglsScissorTests.cpp127 glu::ProgramSources genShaders(glu::GLSLVersion version, bool isPoint) in genShaders()
340 bool ScissorPrimitiveCase::isPoint (void) const in isPoint() function in deqp::gls::Functional::__anon0dfa2cf90111::ScissorPrimitiveCase
461 bool ScissorClearCase::isPoint (void) const in isPoint() function in deqp::gls::Functional::__anon0dfa2cf90111::ScissorClearCase
553 bool FramebufferBlitCase::isPoint (void) const in isPoint() function in deqp::gls::Functional::__anon0dfa2cf90111::FramebufferBlitCase
873 bool FramebufferClearCase::isPoint (void) const in isPoint() function in deqp::gls::Functional::__anon0dfa2cf90111::FramebufferClearCase
/third_party/skia/third_party/externals/swiftshader/src/Device/
DVertexProcessor.hpp83 bool isPoint : 1; member
/third_party/skia/src/gpu/geometry/
DGrShape.h84 bool isPoint() const { return this->type() == Type::kPoint; } in isPoint() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDependenceAnalysis.h397 bool isPoint() const { return Kind == Point; } in isPoint() function