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

  /external/chromium_org/ppapi/proxy/
ppp_graphics_3d_proxy.cc 19 void ContextLost(PP_Instance instance) {
25 &ContextLost
  /external/chromium_org/mojo/cc/
context_provider_mojo.cc 53 void ContextProviderMojo::ContextLost() {
  /external/chromium_org/mojo/gles2/
gles2_context.cc 68 void GLES2Context::ContextLost() { lost_callback_(closure_); }
command_buffer_client_impl.cc 46 void CommandBufferDelegate::ContextLost() {}
242 delegate_->ContextLost();
  /external/chromium_org/mojo/examples/sample_app/
gles2_client_impl.cc 99 void GLES2ClientImpl::ContextLost() {
104 static_cast<GLES2ClientImpl*>(closure)->ContextLost();
  /external/chromium_org/content/test/gpu/gpu_tests/
context_lost.py 148 name='ContextLost.WebGLContextLostFromGPUProcessExit')
166 name='ContextLost.WebGLContextLostFromLoseContextExtension')
182 name='ContextLost.WebGLContextLostFromQuantity')
198 name='ContextLost.WebGLContextLostFromSelectElement')
208 class ContextLost(test_module.Test):
  /external/chromium_org/mojo/apps/js/bindings/gl/
context.cc 169 void Context::ContextLost() {
182 static_cast<Context*>(closure)->ContextLost();
  /external/chromium_org/mojo/examples/pepper_container_app/
graphics_3d_resource.cc 145 static_cast<Graphics3DResource*>(closure)->ContextLost();
152 void Graphics3DResource::ContextLost() {

Completed in 129 milliseconds