Home
last modified time | relevance | path

Searched defs:WebGLRenderingContextLostCallback (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.cpp350 class WebGLRenderingContextLostCallback : public GraphicsContext3D::ContextLostCallback { class
352 WebGLRenderingContextLostCallback(WebGLRenderingContext* cb) : m_contextLostCallback(cb) {} in WebGLRenderingContextLostCallback() function in WebCore::WebGLRenderingContextLostCallback