OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:webgl
(Results
1 - 25
of
321
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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/tools/perf/page_sets/
tough_webgl_cases.py
18
logging.warning('Browser does not support
webgl
, skipping test')
35
Description: Self-driven
WebGL
animation examples
44
'http://www.khronos.org/registry/
webgl
/sdk/demos/google/nvidia-vertex-buffer-object/index.html',
46
'http://www.khronos.org/registry/
webgl
/sdk/demos/google/san-angeles/index.html',
48
'http://www.khronos.org/registry/
webgl
/sdk/demos/google/particles/index.html',
49
'http://www.khronos.org/registry/
webgl
/sdk/demos/webkit/Earth.html',
51
'http://www.khronos.org/registry/
webgl
/sdk/demos/webkit/ManyPlanetsDeep.html',
/external/chromium_org/tools/perf/page_sets/data/
tough_webgl_cases.json
7
"http://www.khronos.org/registry/
webgl
/sdk/demos/google/nvidia-vertex-buffer-object/index.html",
8
"http://www.khronos.org/registry/
webgl
/sdk/demos/google/san-angeles/index.html",
9
"http://www.khronos.org/registry/
webgl
/sdk/demos/google/particles/index.html",
10
"http://www.khronos.org/registry/
webgl
/sdk/demos/webkit/Earth.html",
11
"http://www.khronos.org/registry/
webgl
/sdk/demos/webkit/ManyPlanetsDeep.html",
/external/chromium_org/third_party/WebKit/ManualTests/
webgl-save-image-as.html
9
gl = document.getElementById('canvas').getContext("
webgl
");
11
alert("No
WebGL
context found");
/cts/tests/webgl/src/android/webgl/cts/
WebGLConformanceSuite.java
17
package android.
webgl
.cts;
20
import android.
webgl
.cts.R;
21
import android.
webgl
.WebGLActivity;
27
* A Singleton class to wrap the
WebGL
Conformance Test Suite.
34
Log.i(TAG, "Unzipping
WebGL
Conformance Suite: "
/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/chrome/common/extensions/manifest_tests/
extension_manifests_requirements_unittest.cc
54
EXPECT_EQ(RequirementsInfo::GetRequirements(extension.get()).
webgl
, false);
60
EXPECT_EQ(RequirementsInfo::GetRequirements(extension.get()).
webgl
, true);
70
EXPECT_EQ(RequirementsInfo::GetRequirements(extension.get()).
webgl
, false);
76
EXPECT_EQ(RequirementsInfo::GetRequirements(extension.get()).
webgl
, false);
81
EXPECT_EQ(RequirementsInfo::GetRequirements(extension.get()).
webgl
, false);
86
EXPECT_EQ(RequirementsInfo::GetRequirements(extension.get()).
webgl
, false);
/cts/tests/webgl/
AndroidManifest.xml
19
package="android.
webgl
.cts">
26
<activity android:name="android.
webgl
.WebGLActivity" >
38
android:label="CTS
WebGL
tests"
39
android:targetPackage="android.
webgl
.cts" >
/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
9
var sourceCtx = sourceCanvas3D.getContext('experimental-
webgl
');
11
var destCtx = destCanvas3D.getContext('experimental-
webgl
');
57
description: "This benchmark checks the speed on uploading
WebGL
(1024x1024) to
WebGL
Texture(1024x1024).",
draw-dynamic-webgl-to-hw-accelerated-canvas-2d.html
10
var gl = canvas3D.getContext('experimental-
webgl
');
36
// draw dynamic
WebGL
53
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
10
var gl = canvas3D.getContext('experimental-
webgl
');
35
// draw static
WebGL
52
description: "This bench test checks the speed on drawing static
WebGL
(1024x1024) to HW accelerated Canvas2D(1024x1024).",
upload-canvas-2d-to-texture.html
11
var gl = canvas3D.getContext('experimental-
webgl
');
53
description: "This bench test checks the speed on uploading 2d Canvas(1024x1024) to
Webgl
Texture(1024x1024).",
/cts/tests/webgl/res/raw/
harness.html
7
// Check for
WebGL
Support.
10
gl = canvas.getContext("
webgl
");
14
// Pass the
WebGL
harness calls through to the native app.
/external/chromium_org/content/test/data/gpu/
gpu_process_crash.html
15
// Render some
WebGL
into a fresh canvas to ensure the GPU process
20
gl = canvas.getContext("
webgl
");
22
console.log("Failed to fetch
WebGL
context");
/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/third_party/angle/
README.md
2
The goal of ANGLE is to allow Windows users to seamlessly run
WebGL
and other OpenGL ES content by translating OpenGL ES API calls to DirectX 9 or DirectX 11 API calls.
6
ANGLE is used as the default
WebGL
backend for both Google Chrome and Mozilla Firefox on Windows platforms. Chrome uses ANGLE for all graphics rendering on Windows, including the accelerated Canvas2D implementation and the Native Client sandbox environment.
8
Portions of the ANGLE shader compiler are used as a shader validator and translator by
WebGL
implementations across multiple platforms. It is used on Mac OS X, Linux, and in mobile variants of the browsers. Having one shader validator helps to ensure that a consistent set of GLSL ES shaders are accepted across browsers and platforms. The shader translator can be used to translate shaders to other shading languages, and to optionally apply shader modifications to work around bugs or quirks in the native graphics drivers. The translator targets Desktop GLSL, Direct3D HLSL, and even ESSL for native GLES2 platforms.
18
* Read about
WebGL
on the [Khronos
WebGL
Wiki](http://khronos.org/
webgl
/wiki/Main_Page).
19
* Learn about implementation details in the [OpenGL Insights chapter on ANGLE](http://www.seas.upenn.edu/~pcozzi/OpenGLInsights/OpenGLInsights-ANGLE.pdf) and this [ANGLE presentation](https://code.google.com/p/angleproject/downloads/detail?name=ANGLE%20and%20Cross-Platform%20
WebGL
%20Support.pdf&can=2&q=).
/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-trace/trace-viewer/third_party/gl-matrix/
package.json
3
"description": "Javascript Matrix and Vector library for High Performance
WebGL
apps",
/external/chromium_org/chrome/
telemetry_gpu_test.isolate
10
# This isolate allows any of the GPU tests, including the
WebGL
20
'../third_party/
webgl
/',
/external/chromium_org/content/test/gpu/
bootstrap_deps
17
# https://src.chromium.org/chrome/trunk/src/third_party/
webgl
/README.chromium
18
"src/third_party/
webgl
/src/sdk/tests":
/external/chromium_org/tools/telemetry/telemetry/core/
browser_info.py
8
var gl = c.getContext('
webgl
');
10
gl = c.getContext("experimental-
webgl
");
/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
51
"""Browsermark suite tests CSS, DOM, resize, page load,
WebGL
and JS."""
Completed in 448 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>