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

  /external/libchrome/base/process/
process.h 84 bool is_current() const;
process_posix.cc 285 if (is_current())
296 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 157 ac->is_current = false;
306 if (ac->is_current)
310 /* Reset the is_current state of the old context, if non-NULL. */
312 oldac->is_current = false;
319 oldac->is_current = false;
424 if (same_drawable && ac->is_current) {
425 apple_glx_diagnostic("same_drawable and ac->is_current\n");
437 ac->is_current = true;
499 if (dest == currentptr || dest->is_current) {
  /art/runtime/base/unix_file/
fd_file.cc 356 bool is_current = false; local
363 is_current = (this_stat.st_dev == current_stat.st_dev) &&
370 if (is_current) {
374 return is_current;

Completed in 114 milliseconds