Home
last modified time | relevance | path

Searched refs:texture2d_cache (Results 1 – 2 of 2) sorted by relevance

/dports/math/giacxcas/giac-1.6.0/src/
H A DGraph.cc74 std::map<std::string,std::pair<Fl_Image *,Fl_Image *> *> texture2d_cache; variable
82 …:map<std::string,std::pair<Fl_Image *,Fl_Image*> *>::const_iterator it,itend=texture2d_cache.end(); in get_texture2d()
83 it=texture2d_cache.find(s); in get_texture2d()
93 texture2d_cache[s]=texture; in get_texture2d()
390 … std::map<std::string,std::pair<Fl_Image *,Fl_Image*> *>::iterator it,itend=texture2d_cache.end(); in update_infos()
391 it=texture2d_cache.find(optvalue._STRNGptr->c_str()); in update_infos()
395 texture2d_cache.erase(it); in update_infos()
4718 … std::map<std::string,std::pair<Fl_Image *,Fl_Image*> *>::iterator it,itend=texture2d_cache.end(); in fltk_draw()
4719 it=texture2d_cache.find(attrv1._STRNGptr->c_str()); in fltk_draw()
4723 texture2d_cache.erase(it); in fltk_draw()
H A Dopengl.cc237 … std::map<std::string,std::pair<Fl_Image *,Fl_Image*> *>::iterator it,itend=texture2d_cache.end(); in update_infos()
238 it=texture2d_cache.find(optvalue._STRNGptr->c_str()); in update_infos()
242 texture2d_cache.erase(it); in update_infos()