OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:real_gl_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc
233
if (
real_gl_
) {
234
real_gl_
->SetErrorMessageCallback(NULL);
270
real_gl_
->SetErrorMessageCallback(client_error_message_callback_.get());
394
real_gl_
.reset(new gpu::gles2::GLES2Implementation(
401
gl_ =
real_gl_
.get();
409
if (!
real_gl_
->Initialize(
466
real_gl_
.reset();
469
real_gl_
.reset();
487
return
real_gl_
.get();
[
all
...]
webgraphicscontext3d_command_buffer_impl.h
97
return
real_gl_
.get();
722
scoped_ptr<gpu::gles2::GLES2Implementation>
real_gl_
;
member in class:content::WebGraphicsContext3DCommandBufferImpl
Completed in 144 milliseconds