Searched defs:isPoint (Results 1 – 4 of 4) sorted by relevance
127 glu::ProgramSources genShaders(glu::GLSLVersion version, bool isPoint) in genShaders()340 bool ScissorPrimitiveCase::isPoint (void) const in isPoint() function in deqp::gls::Functional::__anon4711aaa70111::ScissorPrimitiveCase461 bool ScissorClearCase::isPoint (void) const in isPoint() function in deqp::gls::Functional::__anon4711aaa70111::ScissorClearCase553 bool FramebufferBlitCase::isPoint (void) const in isPoint() function in deqp::gls::Functional::__anon4711aaa70111::FramebufferBlitCase873 bool FramebufferClearCase::isPoint (void) const in isPoint() function in deqp::gls::Functional::__anon4711aaa70111::FramebufferClearCase
83 bool isPoint : 1; member
84 bool isPoint() const { return this->type() == Type::kPoint; } in isPoint() function
397 bool isPoint() const { return Kind == Point; } in isPoint() function