Searched refs:Graphics3DContextLost (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/ppapi/api/
H A Dppp_graphics_3d.idl24 void Graphics3DContextLost(PP_Instance instance);
/external/chromium_org/ppapi/c/
H A Dppp_graphics_3d.h37 void (*Graphics3DContextLost)(PP_Instance instance); member in struct:PPP_Graphics3D_1_0
/external/chromium_org/ppapi/cpp/
H A Dgraphics_3d_client.h33 /// Graphics3DContextLost() is a notification that the context was lost for
35 virtual void Graphics3DContextLost() = 0;
H A Dgraphics_3d_client.cc24 return static_cast<Graphics3DClient*>(object)->Graphics3DContextLost();
/external/chromium_org/ppapi/proxy/
H A Dppp_graphics_3d_proxy.cc77 CallWhileUnlocked(ppp_graphics_3d_impl_->Graphics3DContextLost, instance);
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
H A Dps_instance.h105 virtual void Graphics3DContextLost();
H A Dps_instance.cc414 void PSInstance::Graphics3DContextLost() { function in class:PSInstance
415 Log("Graphics3DContextLost\n");
/external/chromium_org/ppapi/examples/gles2/
H A Dgles2.cc48 virtual void Graphics3DContextLost() { function in class:__anon9397::GLES2DemoInstance
/external/chromium_org/content/renderer/pepper/
H A Dppb_graphics_3d_impl.cc329 // send the Graphics3DContextLost to the plugin; the instance may care about
337 ppp_graphics_3d->Graphics3DContextLost(this_pp_instance);
/external/chromium_org/ppapi/examples/video_capture/
H A Dvideo_capture.cc66 virtual void Graphics3DContextLost() { function in class:__anon9402::VCDemoInstance
/external/chromium_org/ppapi/examples/video_decode/
H A Dvideo_decode.cc68 virtual void Graphics3DContextLost() { function in class:__anon9404::VideoDecodeDemoInstance

Completed in 424 milliseconds