Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/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/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/chromium/webkit/glue/
Dwebkit_glue.cc196 int indent, bool is_current) { in DumpHistoryItem() argument
199 if (is_current) { in DumpHistoryItem()
243 bool is_current) { in DumpHistoryState() argument
246 is_current)); in DumpHistoryState()
Dwebkit_glue.h91 bool is_current);
/external/chromium/base/
Dprocess_posix.cc28 bool Process::is_current() const { in is_current() function in base::Process
Dprocess_win.cc48 bool Process::is_current() const { in is_current() function in base::Process
Dprocess.h74 bool is_current() const;
/external/chromium_org/base/process/
Dprocess_posix.cc28 bool Process::is_current() const { in is_current() function in base::Process
Dprocess.h39 bool is_current() const;
Dprocess_win.cc73 bool Process::is_current() const { in is_current() function in base::Process
/external/chromium_org/gpu/command_buffer/service/
Dasync_pixel_transfer_manager_egl.cc109 bool is_current = context_->MakeCurrent(surface_.get()); in Init() local
110 DCHECK(is_current); in Init()