Searched refs:is_current (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/base/process/
H A Dprocess.h39 bool is_current() const;
H A Dprocess_posix.cc28 bool Process::is_current() const { function in class:base::Process
H A Dprocess_win.cc73 bool Process::is_current() const { function in class:base::Process
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_glx_context.h61 bool is_current; /* True if the context is current in some thread. */ member in struct:apple_glx_context
H A Dapple_glx_context.c156 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) {
/external/mesa3d/src/glx/apple/
H A Dapple_glx_context.h61 bool is_current; /* True if the context is current in some thread. */ member in struct:apple_glx_context
H A Dapple_glx_context.c156 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) {
/external/chromium_org/gpu/command_buffer/service/
H A Dasync_pixel_transfer_manager_egl.cc106 bool is_current = context_->MakeCurrent(surface_.get()); variable
107 DCHECK(is_current); variable

Completed in 7660 milliseconds