OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onContextLost
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/content/browser/renderer_host/
image_transport_factory_android.cc
26
virtual void
onContextLost
() OVERRIDE;
178
void GLContextLostListener::
onContextLost
() {
/external/chromium_org/cc/test/
test_context_provider.cc
30
virtual void
onContextLost
() {
test_web_graphics_context_3d.cc
431
context_lost_callback_->
onContextLost
();
/external/chromium_org/content/common/gpu/client/
context_provider_command_buffer.cc
30
virtual void
onContextLost
() {
webgraphicscontext3d_command_buffer_impl.cc
[
all
...]
/external/chromium_org/webkit/common/gpu/
context_provider_in_process.cc
32
virtual void
onContextLost
() {
webgraphicscontext3d_in_process_command_buffer_impl.cc
177
&WebGraphicsContext3DInProcessCommandBufferImpl::
OnContextLost
,
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext3D.h
108
virtual void
onContextLost
() = 0;
GraphicsContext3D.cpp
209
virtual void
onContextLost
()
212
m_contextLostCallback->
onContextLost
();
[
all
...]
/external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h
118
virtual void
onContextLost
() = 0;
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp
473
virtual void
onContextLost
() { m_context->forceLostContext(WebGLRenderingContext::RealLostContext); }
[
all
...]
Completed in 107 milliseconds