/external/chromium_org/third_party/webgl/ |
README.chromium | 1 Name: Public Khronos WebGL Conformance Tests repository 2 Short Name: webgl 4 URL: http://www.khronos.org/registry/webgl/sdk 5 SOURCE CODE: git clone https://github.com/KhronosGroup/WebGL.git 13 This is a snapshot of the public webgl conformance tests directory on the
|
/external/chromium_org/content/test/data/gpu/functional_files/ |
context.js | 11 gl_context = canvas.getContext("webgl") || 12 canvas.getContext("experimental-webgl"); 15 alert("Unable to initialize WebGL. Your browser may not support it."); 24 // Only continue if WebGL is available and working.
|
/external/chromium_org/gpu/GLES2/extensions/CHROMIUM/ |
CHROMIUM_request_extension.txt | 19 This extension is for WebGL only. In some implemenations of OpenGL ES 2.0, 24 WebGL requires the base OpenGL ES 2.0 with NO extensions. So for example, 26 WebGL implementation would have to make it appear as though that extension 27 does not exist. For Chromium WebGL OpenGL contexts, Chromium requests a 29 OES_texture_npot does NOT exist then WebGL can decide to not do the extra 34 extension exists, the WebGL implementation can call this extension to turn 39 Note: This extension really has no meaning outside of WebGL. By default, all
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/ |
requirements.html | 14 The "webgl" requirement refers to the 15 <a href="http://www.khronos.org/webgl/">WebGL API</a>. 18 <a href="http://www.google.com/support/chrome/bin/answer.py?answer=1220892">WebGL and 3D graphics</a>. 26 "features": ["webgl"]
|
/external/chromium_org/content/test/data/gpu/ |
webgl_debug_renderer_info.html | 8 var gl = canvas.getContext("experimental-webgl"); 10 gl = canvas.getContext("webgl");
|
mem_webgl.html | 4 <title>GPU Memory Test: Use N MB of GPU Memory with WebGL</title> 38 gl = canvas.getContext("experimental-webgl"); 40 throw "Unable to fetch WebGL rendering context for Canvas";
|
/external/chromium_org/chrome/common/extensions/docs/server2/test_data/github_file_system/ |
expected_list.json | 36 "webgl/",
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Canvas/ |
upload-webgl-to-texture.html | 8 var sourceCtx = sourceCanvas3D.getContext('experimental-webgl'); 10 var destCtx = destCanvas3D.getContext('experimental-webgl'); 65 description: "This benchmark checks the speed on uploading WebGL(1024x1024) to WebGL Texture(1024x1024)."});
|
draw-dynamic-webgl-to-hw-accelerated-canvas-2d.html | 9 var gl = canvas3D.getContext('experimental-webgl'); 41 // draw dynamic WebGL 63 description: "This bench test checks the speed on drawing dynamic WebGL(1024x1024) to HW accelerated Canvas2D(1024x1024)."});
|
draw-static-webgl-to-hw-accelerated-canvas-2d.html | 9 var gl = canvas3D.getContext('experimental-webgl'); 40 // draw static WebGL 62 description: "This bench test checks the speed on drawing static WebGL(1024x1024) to HW accelerated Canvas2D(1024x1024)."});
|
upload-canvas-2d-to-texture.html | 10 var gl = canvas3D.getContext('experimental-webgl'); 60 description: "This bench test checks the speed on uploading 2d Canvas(1024x1024) to Webgl Texture(1024x1024)."});
|
/external/chromium_org/media/tools/layout_tests/testname/ |
media.csv | 11 fast/canvas/webgl/context-lost.html, 12 fast/canvas/webgl/tex-image-and-sub-image-2d-with-video.html, 20 http/tests/canvas/webgl/origin-clean-conformance.html,
|
/external/chromium_org/chrome/common/extensions/manifest_tests/ |
extension_manifests_requirements_unittest.cc | 54 EXPECT_EQ(RequirementsInfo::GetRequirements(extension.get()).webgl, false); 61 EXPECT_EQ(RequirementsInfo::GetRequirements(extension.get()).webgl, true); 72 EXPECT_EQ(RequirementsInfo::GetRequirements(extension.get()).webgl, false); 79 EXPECT_EQ(RequirementsInfo::GetRequirements(extension.get()).webgl, false); 85 EXPECT_EQ(RequirementsInfo::GetRequirements(extension.get()).webgl, false); 91 EXPECT_EQ(RequirementsInfo::GetRequirements(extension.get()).webgl, false);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
update-webgl-conformance-tests | 30 """Wrapper around webkitpy/layout_tests/update-webgl-conformance-tests.py""" 32 import webkitpy.webgl.update_webgl_conformance_tests namespace 36 sys.exit(webkitpy.webgl.update_webgl_conformance_tests.main())
|
/external/chromium/chrome/browser/resources/ |
software_rendering_list.json | 29 // "accelerated_2d_canvas", "accelerated_compositing", "webgl", 54 "description": "ATI Radeon X1900 is not compatible with WebGL on the Mac.", 62 "webgl" 82 "description": "The Intel Mobile 945 Express family of chipsets is not compatible with WebGL.", 89 "webgl" 106 "description": "NVIDIA GeForce FX Go5200 does not support WebGL or accelerated compositing.", 114 "webgl", 120 "description": "NVIDIA GeForce 7300 GT on Mac does not support WebGL.", 128 "webgl"
|
/external/chromium-trace/trace-viewer/third_party/gl-matrix/ |
package.json | 3 "description": "Javascript Matrix and Vector library for High Performance WebGL apps",
|
README.md | 5 via WebGL, and computationally intensive tasks such as physics simulations.
|
/external/chromium_org/content/test/gpu/gpu_tests/ |
webgl_conformance.py | 18 'third_party', 'webgl', 'src', 'sdk', 'tests') 78 """Conformance with Khronos WebGL Conformance Tests""" 83 group = optparse.OptionGroup(parser, 'WebGL conformance options') 84 group.add_option('--webgl-conformance-version', 85 help='Version of the WebGL conformance tests to run.', 94 'description': 'Executes WebGL conformance tests', 131 raise Exception('The WebGL conformance test path specified ' +
|
/external/chromium_org/tools/perf/benchmarks/ |
browsermark.py | 5 """Runs Browsermark CSS, DOM, WebGL, JS, resize and page load benchmarks. 14 WebGL and Canvas performance 49 """Browsermark suite tests CSS, DOM, resize, page load, WebGL and JS."""
|
scirra.py | 5 """Scirra WebGL and Canvas2D rendering benchmark suite. 7 The Scirra WebGL performance test measures the number of 2D triangles 54 """WebGL and Canvas2D rendering benchmark suite."""
|
/external/chromium_org/content/test/gpu/page_sets/ |
gpu_process_tests.json | 21 "name": "GpuProcess.webgl",
|
/external/chromium_org/gpu/config/ |
gpu_blacklist.cc | 25 list->AddSupportedFeature("webgl",
|
software_rendering_list_json.cc | 25 "description": "ATI Radeon X1900 is not compatible with WebGL on the Mac", 33 "webgl", 55 "description": "The Intel Mobile 945 Express family of chipsets is not compatible with WebGL", 63 "webgl", 109 "description": "NVIDIA GeForce 7300 GT on Mac does not support WebGL", 117 "webgl", 451 "webgl" 830 "description": "NVIDIA GeForce 6200 LE is buggy with WebGL", 838 "webgl" 843 "description": "WebGL is buggy with the NVIDIA GeForce GT 330M, 9400, and 9400M on MacOSX earlier than 10.8" [all...] |
/external/chromium_org/ppapi/shared_impl/ |
ppapi_preferences.cc | 29 // This determines both if webgl is supported (experimental_webgl_enabled)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/webgl/ |
update_webgl_conformance_tests_unittest.py | 32 from webkitpy.webgl import update_webgl_conformance_tests as webgl namespace 45 self.assertEqual(text, webgl.translate_khronos_test(text)) 48 self.assertEqual(output, webgl.translate_khronos_test(input))
|