Home
last modified time | relevance | path

Searched refs:CONTEXT_LOST_WEBGL (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h415 CONTEXT_LOST_WEBGL = 0x9242, enumerator
/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.idl449 const unsigned int CONTEXT_LOST_WEBGL = 0x9242;
DWebGLRenderingContext.cpp3899 m_context->synthesizeGLError(GraphicsContext3D::CONTEXT_LOST_WEBGL); in onLostContext()