Searched refs:is_current (Results 1 – 4 of 4) sorted by relevance
156 ac->is_current = false; in apple_glx_create_context()305 if (ac->is_current) in apple_glx_make_current_context()311 oldac->is_current = false; in apple_glx_make_current_context()318 oldac->is_current = false; in apple_glx_make_current_context()423 if (same_drawable && ac->is_current) { in apple_glx_make_current_context()436 ac->is_current = true; in apple_glx_make_current_context()498 if (dest == currentptr || dest->is_current) { in apple_glx_copy_context()
61 bool is_current; /* True if the context is current in some thread. */ member
276 if (is_current()) in Duplicate()287 bool Process::is_current() const { in is_current() function in base::Process
86 bool is_current() const;