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

  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 93 , noExtensions(false)
106 bool noExtensions;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.h 400 , noExtensions(false)
412 bool noExtensions;
    [all...]
GraphicsContext3D.cpp 284 webAttributes.noExtensions = attrs.noExtensions;
    [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc 185 if (gl_ && attributes_.noExtensions)
    [all...]
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc 325 // contexts will request noExtensions.
326 if (gl_ && attributes_.noExtensions)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp 510 requestedAttributes.noExtensions = true;
    [all...]

Completed in 169 milliseconds