HomeSort by relevance Sort by last modified time
    Searched refs:ContextLost (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/mojo/cc/
context_provider_mojo.h 40 static_cast<ContextProviderMojo*>(closure)->ContextLost();
42 void ContextLost();
context_provider_mojo.cc 57 void ContextProviderMojo::ContextLost() {
  /external/chromium_org/ppapi/proxy/
ppp_graphics_3d_proxy.cc 19 void ContextLost(PP_Instance instance) {
25 &ContextLost
  /external/chromium_org/mojo/examples/sample_app/
gles2_client_impl.h 25 void ContextLost();
gles2_client_impl.cc 103 void GLES2ClientImpl::ContextLost() {
107 static_cast<GLES2ClientImpl*>(closure)->ContextLost();
  /external/chromium_org/mojo/gles2/
gles2_context.cc 58 void GLES2Context::ContextLost() { lost_callback_(closure_); }
gles2_context.h 43 virtual void ContextLost() OVERRIDE;
command_buffer_client_impl.h 29 virtual void ContextLost();
command_buffer_client_impl.cc 46 void CommandBufferDelegate::ContextLost() {}
262 delegate_->ContextLost();
  /external/chromium_org/mojo/examples/pepper_container_app/
graphics_3d_resource.cc 155 static_cast<Graphics3DResource*>(closure)->ContextLost();
158 void Graphics3DResource::ContextLost() {
graphics_3d_resource.h 64 void ContextLost();
  /external/chromium_org/mojo/apps/js/bindings/gl/
context.h 65 void ContextLost();
context.cc 169 void Context::ContextLost() {
182 static_cast<Context*>(closure)->ContextLost();
  /external/chromium_org/content/test/gpu/gpu_tests/
context_lost.py 228 name='ContextLost.WebGLContextLostFromGPUProcessExit')
248 name='ContextLost.WebGLContextLostFromLoseContextExtension')
267 name='ContextLost.WebGLContextLostInHiddenTab')
286 name='ContextLost.WebGLContextLostFromQuantity')
304 name='ContextLost.WebGLContextLostFromSelectElement')
316 class ContextLost(benchmark_module.Benchmark):

Completed in 797 milliseconds