HomeSort by relevance Sort by last modified time
    Searched full:webgl (Results 1 - 25 of 285) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/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/content/test/data/gpu/
webgl_conformance.html 4 src="../../../../third_party/webgl_conformance/resources/webgl-test-harness.js">
64 context = canvas.getContext("webgl");
69 context = canvas.getContext("experimental-webgl");
76 // Assert the WebGL context exists.
80 domAutomationController.send("FAILURE: unable to fetch WebGL context");
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";
pixel_webgl.html 4 <title>WebGL Test: Green Triangle over Black Background</title>
59 gl = canvas.getContext("experimental-webgl");
63 gl = canvas.getContext("webgl");
webgl.html 43 gl = canvas.getContext("experimental-webgl");
94 gl = canvas.getContext("experimental-webgl");
  /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/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>.
25 </span><span class="str">"features"</span><span class="pun">:</span><span class="pln"> </span><span class="pun">[</span><span class="str">"webgl"</span><span class="pun">]</span><span class="pln">
  /external/chromium_org/content/browser/gpu/
generate_webgl_conformance_test_list.py 6 """Auto-generates the WebGL conformance test list header file.
8 Parses the WebGL conformance test *.txt file, which contains a list of URLs
47 """Main function for the WebGL conformance test list generator.
50 print >> sys.stderr, "ERROR: WebGL conformance tests do not exist."
gpu_crash_browsertest.cc 48 gpu_test_dir_.AppendASCII("webgl.html"), "query=kill"));
68 gpu_test_dir_.AppendASCII("webgl.html"),
  /external/chromium_org/content/test/gpu/gpu_tests/
pixel.py 17 options.AppendExtraBrowserArg('--enable-webgl')
webgl_conformance.py 62 options.AppendExtraBrowserArg('--enable-webgl')
68 """Conformance with Khronos WebGL Conformance Tests"""
76 'description': 'Executes WebGL conformance tests',
103 raise Exception('The WebGL conformance test path specified ' +
  /external/chromium_org/gpu/config/
gpu_blacklist.cc 25 list->AddSupportedFeature("webgl",
  /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))
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
requirements_handler.cc 20 : webgl(false),
120 if (feature == "webgl") {
121 requirements->webgl = true;

Completed in 1918 milliseconds

1 2 3 4 5 6 7 8 91011>>