OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:real_context_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/gl/
gl_gl_api_implementation.h
86
GLContext*
real_context_
;
member in class:gfx::VirtualGLApi
gl_gl_api_implementation.cc
256
:
real_context_
(NULL),
265
real_context_
= real_context;
293
if (!
real_context_
->MakeCurrent(surface)) {
299
DCHECK_EQ(
real_context_
, GLContext::GetRealCurrent());
300
DCHECK(
real_context_
->IsCurrent(NULL));
Completed in 221 milliseconds