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

  /external/chromium_org/ui/gl/
gl_context.cc 22 current_context_ = LAZY_INSTANCE_INITIALIZER; member in namespace:gfx::__anon14969
93 return current_context_.Pointer()->Get();
101 current_context_.Pointer()->Set(surface ? this : NULL);
gl_gl_api_implementation.h 89 GLContext* current_context_; member in class:gfx::VirtualGLApi
gl_gl_api_implementation.cc 257 current_context_(NULL) {
303 if (switched_contexts || virtual_context != current_context_) {
308 current_context_ = virtual_context;
331 if (current_context_ == virtual_context)
332 current_context_ = NULL;

Completed in 145 milliseconds