HomeSort by relevance Sort by last modified time
    Searched refs:getGraphicsResetStatusARB (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Extensions3D.cpp 61 int Extensions3D::getGraphicsResetStatusARB()
63 return static_cast<int>(m_context->webContext()->getGraphicsResetStatusARB());
Extensions3D.h 241 // If getGraphicsResetStatusARB returns an error, it should continue
244 int getGraphicsResetStatusARB();
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.cpp 367 if (!m_context || !m_context->makeContextCurrent() || m_context->extensions()->getGraphicsResetStatusARB() != GL_NO_ERROR)
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 398 virtual WGC3Denum getGraphicsResetStatusARB() { return 0; /* GL_NO_ERROR */ }
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.h 527 virtual WGC3Denum getGraphicsResetStatusARB();
webgraphicscontext3d_command_buffer_impl.cc     [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.h 468 virtual WGC3Denum getGraphicsResetStatusARB();
webgraphicscontext3d_in_process_command_buffer_impl.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp     [all...]

Completed in 67 milliseconds