HomeSort by relevance Sort by last modified time
    Searched full:webgl (Results 76 - 100 of 302) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoaderClient.h 218 // Informs the embedder that a WebGL canvas inside this frame received a lost context
222 // Returns true if WebGL extension WEBGL_debug_renderer_info is allowed.
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLFramebuffer.cpp 404 // WebGL yet. It would be better to depend on the underlying GL drivers to check on rendering to floating point textures
405 // and add the check back to WebGL when above two extensions are implemented.
566 // WebGL specific: no conflicting DEPTH/STENCIL/DEPTH_STENCIL attachments.
WebGLRenderingContext.cpp 156 forciblyLoseOldestContext("WARNING: Too many active WebGL contexts. Oldest context will be lost.");
502 // The FrameLoaderClient might block creation of a new WebGL context despite the page settings; in
503 // particular, if WebGL contexts were lost one or more times via the GL_ARB_robustness extension.
505 canvas->dispatchEvent(WebGLContextEvent::create(EventTypeNames::webglcontextcreationerror, false, true, "Web page was not allowed to create a WebGL context."));
520 canvas->dispatchEvent(WebGLContextEvent::create(EventTypeNames::webglcontextcreationerror, false, true, "Could not create a WebGL context."));
532 canvas->dispatchEvent(WebGLContextEvent::create(EventTypeNames::webglcontextcreationerror, false, true, "Could not create a WebGL context."));
    [all...]
  /external/chromium_org/third_party/angle/include/GLSLANG/
ShaderLang.h 57 // The CSS Shaders spec is a subset of the WebGL spec.
153 // To use this flag, you must compile the shader under the WebGL spec
319 // compiling for WebGL - it is implied.
  /external/chromium_org/tools/perf/
test-info.json 11 "description": "Runs Browsermark CSS, DOM, WebGL, JS, resize and page load benchmarks.\n\nAdditionally Browsermark will test your browsers conformance, but conformance tests are not included in this suite. [Browsermark 2.0 by Rightware](http://browsermark.rightware.com/)",
181 "description":"The Scirra WebGL performance test measures the number of 2D triangles represented onscreen when the animation reaches the 30 FPS threshold. [Scirra demos](https://www.scirra.com/)",
196 "description":"Performance on [spaceport.io's perfmarks benchmark](http://spaceport.io/community/perfmarks). This test performs 3 animations (rotate, translate, scale) using a variety of methods (css, webgl, canvas, etc) and reports the number of objects that can be simultaneously animated while still achieving 30FPS."
  /external/chromium_org/third_party/angle/src/compiler/
Compiler.cpp 126 // If compiling for WebGL, validate loop and indexing as well.
334 infoSink.info << "Timing restrictions must be enforced under the WebGL spec.";
ParseContext.h 48 ShShaderSpec shaderSpec; // The language specification compiler conforms to - GLES2 or WebGL.
ShHandle.h 33 // Helper function to identify specs that are based on the WebGL spec,
glslang_tab.h 47 #define SH_MAX_TOKEN_LENGTH 256 // WebGL spec.
  /external/chromium_org/chrome/browser/
three_d_api_observer.cc 88 // WebGL and Pepper 3D and both APIs are blocked, just leave the
  /external/chromium_org/chrome/common/extensions/api/
webstore_private.json 212 "description": "Invokes a callback that returns whether WebGL is blacklisted or not.",
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
BreakpointsSidebarPane.js 527 this._createCategory(WebInspector.UIString("WebGL"), false, ["webglErrorFired", "webglWarningFired"]);
550 "instrumentation:webglErrorFired": WebInspector.UIString("WebGL Error Fired"),
551 "instrumentation:webglWarningFired": WebInspector.UIString("WebGL Warning Fired")
559 return WebInspector.UIString("WebGL Error Fired (%s)", errorName);
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
check_injected_webgl_calls_info.py 149 print "WARNING: too few WebGL methods parsed: %d! Something wrong with the IDL file parsing?" % len(json_lines)
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/angle/
ANGLEPlatformBridge.cpp 104 // WebGL, Section "Characters Outside the GLSL Source Character Set".
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/webgl/
update_webgl_conformance_tests.py 102 out_dir = os.path.join(root_dir, "LayoutTests/fast/canvas/webgl")
  /external/chromium_org/third_party/WebKit/public/web/
WebPermissionClient.h 113 // Controls whether WebGL extension WEBGL_debug_renderer_info is allowed for this frame.
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-9.0.1.html 39 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=44912">Bug 44912</a> - [bisected] WebGL conformance/textures/texture-mips tests fails</li>
  /external/mesa3d/docs/
relnotes-9.0.1.html 39 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=44912">Bug 44912</a> - [bisected] WebGL conformance/textures/texture-mips tests fails</li>
  /external/chromium_org/chrome/test/gpu/
gpu_feature_browsertest.cc 269 " \"webgl\"\n"
287 // On Android, WebGL is disabled by default
  /external/chromium_org/tools/checklicenses/
checklicenses.py 342 # https://github.com/KhronosGroup/WebGL/issues/435
343 'third_party/webgl/src': [
  /external/chromium_org/
.gitignore 295 /third_party/webgl
  /external/chromium_org/content/browser/gpu/
gpu_process_host.h 243 // assumed to be associated with untrusted content such as WebGL.
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Extensions3D.h 98 // Certain OpenGL and WebGL implementations may support enabling
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.h 166 // Returns true if the buffer will only fit if the oldest WebGL context is forcibly lost
  /external/chromium_org/third_party/WebKit/public/platform/
WebLayer.h 119 // WebKit layers that have a contents layer (canvas, plugin, WebGL, video,

Completed in 436 milliseconds

1 2 34 5 6 7 8 91011>>