Searched defs:isPath (Results 1 – 4 of 4) sorted by relevance
62 bool isPath() const { return fType == Type::kPath; } in isPath() function
87 bool isPath() const { return this->type() == Type::kPath; } in isPath() function
480 bool isPath = Type::kPath == type; variable
829 GLboolean Context::isPath(GLuint path) in isPath() function in gl::Context