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

  /external/chromium_org/cc/output/
program_binding.cc 147 return (context->getGraphicsResetStatusARB() != GL_NO_ERROR);
delegating_renderer.cc 177 return context3d->getGraphicsResetStatusARB() != GL_NO_ERROR;
gl_renderer_unittest.cc 671 virtual WGC3Denum getGraphicsResetStatusARB() OVERRIDE {
    [all...]
gl_renderer.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Extensions3D.cpp 62 int Extensions3D::getGraphicsResetStatusARB()
64 return static_cast<int>(m_context->webContext()->getGraphicsResetStatusARB());
Extensions3D.h 247 // If getGraphicsResetStatusARB returns an error, it should continue
250 int getGraphicsResetStatusARB();
  /external/chromium_org/cc/debug/
fake_web_graphics_context_3d.cc 51 WGC3Denum FakeWebGraphicsContext3D::getGraphicsResetStatusARB() {
fake_web_graphics_context_3d.h 42 virtual WebKit::WGC3Denum getGraphicsResetStatusARB();
  /external/chromium_org/cc/layers/
texture_layer.cc 195 client_->Context3d()->getGraphicsResetStatusARB() != GL_NO_ERROR)
  /external/chromium_org/cc/test/
test_web_graphics_context_3d.h 45 virtual WebKit::WGC3Denum getGraphicsResetStatusARB();
test_web_graphics_context_3d.cc 159 WGC3Denum TestWebGraphicsContext3D::getGraphicsResetStatusARB() {
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 410 virtual WGC3Denum getGraphicsResetStatusARB() { return 0; /* GL_NO_ERROR */ }
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.h 462 virtual WGC3Denum getGraphicsResetStatusARB();
webgraphicscontext3d_in_process_command_buffer_impl.cc     [all...]
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.h 536 virtual WGC3Denum getGraphicsResetStatusARB();
webgraphicscontext3d_command_buffer_impl.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/gpu/
DrawingBuffer.cpp 319 if (!m_context || !m_context->makeContextCurrent() || m_context->getExtensions()->getGraphicsResetStatusARB() != GraphicsContext3D::NO_ERROR)
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp     [all...]

Completed in 331 milliseconds