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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
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...]
CanvasRenderingContext2D.h 118 bool isContextLost() const;
CanvasRenderingContext2D.idl 140 [RuntimeEnabled=ExperimentalCanvasFeatures] boolean isContextLost();
CanvasRenderingContext2D.cpp 136 bool CanvasRenderingContext2D::isContextLost() const
    [all...]
WebGLRenderingContextBase.idl 589 GLboolean isContextLost();
    [all...]
WebGLRenderingContextBase.h 213 bool isContextLost() const;
    [all...]
  /external/chromium_org/cc/test/
test_context_provider.cc 56 if (context3d_->isContextLost()) {
97 bool TestContextProvider::IsContextLost() {
101 return context3d_->isContextLost();
108 if (context3d_->isContextLost()) {
test_web_graphics_context_3d.h 42 virtual bool isContextLost();
test_web_graphics_context_3d.cc 99 bool TestWebGraphicsContext3D::isContextLost() {
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc 152 return context_ && !isContextLost();
155 bool WebGraphicsContext3DInProcessCommandBufferImpl::isContextLost() {
webgraphicscontext3d_in_process_command_buffer_impl.h 68 virtual bool isContextLost();
context_provider_in_process.cc 159 bool ContextProviderInProcess::IsContextLost() {
163 return context3d_->isContextLost();
170 if (context3d_->isContextLost())
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
Extensions3DUtil.cpp 45 if (m_context->isContextLost()) {
DrawingBuffer.cpp 294 if (m_destructionInProgress || m_context->isContextLost() || lostResource || m_isHidden) {
385 if (m_context->isContextLost()) {
    [all...]
  /external/chromium_org/content/common/gpu/client/
context_provider_command_buffer.cc 142 bool ContextProviderCommandBuffer::IsContextLost() {
146 return context3d_->isContextLost();
153 if (context3d_->isContextLost())
webgraphicscontext3d_command_buffer_impl.h 150 virtual bool isContextLost();
webgraphicscontext3d_command_buffer_impl.cc 321 bool WebGraphicsContext3DCommandBufferImpl::isContextLost() {
  /external/chromium_org/third_party/angle/src/libGLESv2/
main.cpp 123 if (context->isContextLost())
Context.h 78 bool isContextLost();
Context.cpp 214 bool Context::isContextLost()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Canvas2DLayerBridge.cpp 121 ASSERT(mailboxInfo->m_status != MailboxReleased || m_contextProvider->context3d()->isContextLost() || !m_isSurfaceValid);
307 if (!m_isSurfaceValid || m_contextProvider->context3d()->isContextLost())
344 if (m_contextProvider->context3d()->isContextLost()) {
371 if (sharedContext && !sharedContext->isContextLost()) {
494 bool contextLost = !m_isSurfaceValid || m_contextProvider->context3d()->isContextLost();
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.cpp 387 if (context2d->isContextLost()) {
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockWebGraphicsContext3D.h 50 virtual bool isContextLost() { return m_contextLost; }
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 178 virtual bool isContextLost() = 0;

Completed in 500 milliseconds