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

  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc 152 return context_ && !isContextLost();
155 bool WebGraphicsContext3DInProcessCommandBufferImpl::isContextLost() {
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc 321 bool WebGraphicsContext3DCommandBufferImpl::isContextLost() {
  /external/chromium_org/cc/test/
test_web_graphics_context_3d.cc 99 bool TestWebGraphicsContext3D::isContextLost() {
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 136 bool CanvasRenderingContext2D::isContextLost() const
    [all...]
WebGLRenderingContextBase.cpp 141 ASSERT(!candidate->isContextLost());
145 ASSERT(!context->isContextLost());
177 ASSERT(!context->isContextLost());
609 ASSERT(!isContextLost());
793 if (m_framebufferBinding || isContextLost())
814 if (isContextLost())
864 if (isContextLost())
882 if (!isContextLost())
894 if (isContextLost()) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockWebGraphicsContext3D.h 50 virtual bool isContextLost() { return m_contextLost; }
  /external/chromium_org/third_party/angle/src/libGLESv2/
Context.cpp 214 bool Context::isContextLost()
    [all...]

Completed in 285 milliseconds