OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetContextLostCallback
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/content/renderer/pepper/
pepper_platform_context_3d.h
59
void
SetContextLostCallback
(const base::Closure& callback);
pepper_platform_context_3d.cc
151
void PlatformContext3D::
SetContextLostCallback
(const base::Closure& task) {
ppb_graphics_3d_impl.cc
272
platform_context_->
SetContextLostCallback
(
/external/chromium_org/gpu/command_buffer/client/
gl_in_process_context.h
73
virtual void
SetContextLostCallback
(const base::Closure& callback) = 0;
gl_in_process_context.cc
66
virtual void
SetContextLostCallback
(const base::Closure& callback) OVERRIDE;
110
void GLInProcessContextImpl::
SetContextLostCallback
(
/external/chromium_org/mojo/services/gles2/
gles2_impl.cc
31
gl_context_->
SetContextLostCallback
(base::Bind(
/external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc
179
context_->
SetContextLostCallback
(context_lost_callback);
[
all
...]
Completed in 6036 milliseconds