OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:webgl
(Results
1 - 7
of
7
) sorted by null
/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_org/extensions/common/manifest_handlers/
requirements_info.h
22
bool
webgl
;
member in struct:extensions::RequirementsInfo
/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: "
ZipUtil.java
17
package android.
webgl
.cts;
WebGLTest.java
16
package android.
webgl
.cts;
18
import android.
webgl
.WebGLActivity;
19
import android.
webgl
.cts.R;
24
* A simple wrapper to load each
WebGL
conformance test in WebView.
27
* {@link android.
webgl
.WebGLActivity}.
102
public void test_conformance_extensions_webgl_debug_renderer_info_html() throws Exception { doTest("tests/conformance/extensions/
webgl
-debug-renderer-info.html"); }
103
public void test_conformance_extensions_webgl_debug_shaders_html() throws Exception { doTest("tests/conformance/extensions/
webgl
-debug-shaders.html"); }
[
all
...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/webgl/
update_webgl_conformance_tests_unittest.py
33
from webkitpy.
webgl
import update_webgl_conformance_tests as
webgl
namespace
46
self.assertEqual(text,
webgl
.translate_khronos_test(text))
49
self.assertEqual(output,
webgl
.translate_khronos_test(input))
/cts/tests/webgl/src/android/webgl/
WebGLActivity.java
17
package android.
webgl
;
25
import android.
webgl
.cts.R;
36
* A simple activity for testing
WebGL
Conformance with WebView.
Completed in 2986 milliseconds