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

  /external/chromium_org/cc/debug/
fake_web_graphics_context_3d.h 39 virtual void synthesizeGLError(WebKit::WGC3Denum) {}
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc 605 void WebGraphicsContext3DCommandBufferImpl::synthesizeGLError(
846 synthesizeGLError(GL_INVALID_VALUE);
856 synthesizeGLError(GL_OUT_OF_MEMORY);
882 synthesizeGLError(GL_OUT_OF_MEMORY);
    [all...]
  /external/chromium_org/ui/compositor/
test_web_graphics_context_3d.h 35 virtual void synthesizeGLError(WebKit::WGC3Denum value) {}
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc 265 void WebGraphicsContext3DInProcessCommandBufferImpl::synthesizeGLError(
596 synthesizeGLError(GL_INVALID_VALUE);
606 synthesizeGLError(GL_OUT_OF_MEMORY);
633 synthesizeGLError(GL_OUT_OF_MEMORY);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/tests/
FakeWebGraphicsContext3D.h 54 virtual void synthesizeGLError(WGC3Denum) { }
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp     [all...]

Completed in 272 milliseconds