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

  /external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DChromium.cpp 296 bool GraphicsContext3DInternal::isContextLost()
298 return m_impl->isContextLost();
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.cpp 502 if (isContextLost())
621 if (isContextLost())
635 if (isContextLost() || !validateWebGLObject(program) || !validateWebGLObject(shader))
649 if (isContextLost() || !validateWebGLObject(program))
660 if (isContextLost())
778 if (isContextLost())
786 if (isContextLost() || !validateBlendEquation(mode))
794 if (isContextLost() || !validateBlendEquation(modeRGB) || !validateBlendEquation(modeAlpha))
803 if (isContextLost() || !validateBlendFuncFactors(sfactor, dfactor))
811 if (isContextLost() || !validateBlendFuncFactors(srcRGB, dstRGB)
    [all...]

Completed in 112 milliseconds