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

1 2

  /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...]
WebGLRenderingContext.h 197 bool isContextLost();
    [all...]
WebGLRenderingContext.idl 574 [StrictTypeChecking] GLboolean isContextLost();
    [all...]
  /external/chromium_org/cc/test/
fake_context_provider.cc 74 if (context3d_->isContextLost()) {
test_web_graphics_context_3d.h 44 virtual bool isContextLost();
test_web_graphics_context_3d.cc 155 bool TestWebGraphicsContext3D::isContextLost() {
  /external/chromium_org/ui/compositor/
context_provider_from_context_factory.cc 53 if (context3d_->isContextLost()) {
test_web_graphics_context_3d.cc 36 bool TestWebGraphicsContext3D::isContextLost() {
test_web_graphics_context_3d.h 36 virtual bool isContextLost();
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
main.cpp 100 if (context->isContextLost())
Context.h 179 bool isContextLost();
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
Canvas2DLayerBridge.cpp 49 ASSERT(!context3D->webContext()->isContextLost());
199 if (m_context->webContext()->isContextLost() || !m_surfaceIsValid) {
204 if (!sharedContext || sharedContext->webContext()->isContextLost()) {
  /external/chromium_org/content/browser/renderer_host/
compositor_impl_android.cc 293 if (texture_id == 0 || context->isContextLost() ||
318 if (texture_id == 0 || context->isContextLost() ||
336 if (context->isContextLost() || !context->makeContextCurrent())
459 if (context->isContextLost() || !context->makeContextCurrent())
  /external/chromium_org/content/common/gpu/client/
context_provider_command_buffer.cc 138 if (context3d_->isContextLost())
gl_helper_scaling.cc     [all...]
webgraphicscontext3d_command_buffer_impl.h 276 virtual bool isContextLost();
  /external/chromium_org/webkit/common/gpu/
context_provider_in_process.cc 151 if (context3d_->isContextLost())
webgraphicscontext3d_in_process_command_buffer_impl.cc 212 return context_ && !isContextLost();
238 if (!isContextLost()) {
678 bool WebGraphicsContext3DInProcessCommandBufferImpl::isContextLost() {
    [all...]
webgraphicscontext3d_in_process_command_buffer_impl.h 206 virtual bool isContextLost();
  /external/chromium_org/cc/debug/
fake_web_graphics_context_3d.cc 47 bool FakeWebGraphicsContext3D::isContextLost() {
fake_web_graphics_context_3d.h 41 virtual bool isContextLost();
  /external/chromium_org/content/renderer/gpu/
mailbox_output_surface.cc 181 DCHECK(!current_backing_.mailbox.IsZero() || context3d_->isContextLost());
  /external/chromium_org/third_party/WebKit/Source/core/tests/
FakeWebGraphicsContext3D.h 56 virtual bool isContextLost() { return false; }
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 208 virtual bool isContextLost() = 0;
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8WebGLRenderingContextCustom.cpp 423 if (imp->isContextLost()) {

Completed in 3302 milliseconds

1 2