Home
last modified time | relevance | path

Searched refs:object_list_ (Results 1 – 9 of 9) sorted by relevance

/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A DCGAL_OGL_Polyhedron.h66 glCallList(this->object_list_+2); in draw()
69 glCallList(this->object_list_+1); in draw()
70 glCallList(this->object_list_); in draw()
74 glCallList(this->object_list_+1); in draw()
75 glCallList(this->object_list_); in draw()
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A DCGAL_OGL_Polyhedron.h66 glCallList(this->object_list_+2); in draw()
69 glCallList(this->object_list_+1); in draw()
70 glCallList(this->object_list_); in draw()
74 glCallList(this->object_list_+1); in draw()
75 glCallList(this->object_list_); in draw()
/dports/math/cgal/CGAL-5.3/include/CGAL/Nef_3/
H A DOGL_helper.h253 GLuint object_list_; variable
267 object_list_ = 0; in Polyhedron()
318 { if (object_list_) glDeleteLists(object_list_, 4); } in ~Polyhedron()
447 glNewList(object_list_, GL_COMPILE); in fill_display_lists()
453 glNewList(object_list_+1, GL_COMPILE); in fill_display_lists()
459 glNewList(object_list_+2, GL_COMPILE); in fill_display_lists()
476 object_list_ = glGenLists(4); in init()
477 CGAL_assertion(object_list_); in init()
496 glCallList(object_list_+2); // facets in draw()
503 glCallList(object_list_+1); // edges in draw()
[all …]
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/ext/CGAL/
H A DOGL_helper.h286 GLuint object_list_; variable
300 object_list_ = 0; in Polyhedron()
351 { if (object_list_) glDeleteLists(object_list_, 4); } in ~Polyhedron()
535 glNewList(object_list_, GL_COMPILE); in fill_display_lists()
541 glNewList(object_list_+1, GL_COMPILE); in fill_display_lists()
547 glNewList(object_list_+2, GL_COMPILE); in fill_display_lists()
577 object_list_ = glGenLists(4); in init()
578 CGAL_assertion(object_list_); in init()
599 glCallList(object_list_+2); // facets in draw()
606 glCallList(object_list_+1); // edges in draw()
[all …]
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/ext/CGAL/
H A DOGL_helper.h286 GLuint object_list_; variable
300 object_list_ = 0; in Polyhedron()
351 { if (object_list_) glDeleteLists(object_list_, 4); } in ~Polyhedron()
535 glNewList(object_list_, GL_COMPILE); in fill_display_lists()
541 glNewList(object_list_+1, GL_COMPILE); in fill_display_lists()
547 glNewList(object_list_+2, GL_COMPILE); in fill_display_lists()
577 object_list_ = glGenLists(4); in init()
578 CGAL_assertion(object_list_); in init()
599 glCallList(object_list_+2); // facets in draw()
606 glCallList(object_list_+1); // edges in draw()
[all …]
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/storage/
H A Dclient.cc469 object_list_.emplace_back(std::move(object_name), generation); in Add()
475 object_list.swap(object_list_); in ExecuteDelete()
H A Dclient.h3356 std::vector<std::pair<std::string, std::int64_t>> object_list_; variable
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/storage/
H A Dclient.cc471 object_list_.emplace_back(std::move(object_name), generation); in Add()
477 object_list.swap(object_list_); in ExecuteDelete()
H A Dclient.h3368 std::vector<std::pair<std::string, std::int64_t>> object_list_; variable