OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:base_context_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/gpu/command_buffer/tests/
gl_manager.cc
34
scoped_refptr<gfx::GLContext>* GLManager::
base_context_
;
member in class:gpu::GLManager
55
delete
base_context_
;
56
base_context_
= NULL;
62
if (
base_context_
) {
63
delete
base_context_
;
64
base_context_
= NULL;
150
if (
base_context_
) {
152
share_group_.get(),
base_context_
->get(), decoder_->AsWeakPtr()));
222
base_context_
= new scoped_refptr<gfx::GLContext>(
gl_manager.h
117
static scoped_refptr<gfx::GLContext>*
base_context_
;
member in class:gpu::GLManager
Completed in 890 milliseconds