Home
last modified time | relevance | path

Searched refs:is_current (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/glx/apple/
Dapple_glx_context.c156 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()
Dapple_glx_context.h61 bool is_current; /* True if the context is current in some thread. */ member
/external/libchrome/base/process/
Dprocess_posix.cc276 if (is_current()) in Duplicate()
287 bool Process::is_current() const { in is_current() function in base::Process
Dprocess.h86 bool is_current() const;