HomeSort by relevance Sort by last modified time
    Searched refs:is_current (Results 1 - 4 of 4) sorted by null

  /external/libchrome/base/process/
process.h 86 bool is_current() const;
process_posix.cc 276 if (is_current())
287 bool Process::is_current() const { function in class:base::Process
  /external/mesa3d/src/glx/apple/
apple_glx_context.h 61 bool is_current; /* True if the context is current in some thread. */ member in struct:apple_glx_context
apple_glx_context.c 156 ac->is_current = false;
305 if (ac->is_current)
309 /* Reset the is_current state of the old context, if non-NULL. */
311 oldac->is_current = false;
318 oldac->is_current = false;
423 if (same_drawable && ac->is_current) {
424 apple_glx_diagnostic("same_drawable and ac->is_current\n");
436 ac->is_current = true;
498 if (dest == currentptr || dest->is_current) {

Completed in 176 milliseconds