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

  /external/chromium_org/cc/debug/
fake_web_graphics_context_3d.cc 47 bool FakeWebGraphicsContext3D::isContextLost() {
  /external/chromium_org/ui/compositor/
test_web_graphics_context_3d.cc 36 bool TestWebGraphicsContext3D::isContextLost() {
  /external/chromium_org/cc/test/
test_web_graphics_context_3d.cc 155 bool TestWebGraphicsContext3D::isContextLost() {
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc 926 bool WebGraphicsContext3DCommandBufferImpl::isContextLost() {
    [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc 212 return context_ && !isContextLost();
238 if (!isContextLost()) {
678 bool WebGraphicsContext3DInProcessCommandBufferImpl::isContextLost() {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/tests/
FakeWebGraphicsContext3D.h 56 virtual bool isContextLost() { return false; }
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
Context.cpp 327 bool Context::isContextLost()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp 609 ASSERT(!isContextLost());
779 if (m_framebufferBinding || isContextLost())
801 if (isContextLost())
850 if (isContextLost())
868 if (!isContextLost())
874 if (isContextLost()) {
    [all...]

Completed in 152 milliseconds