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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/test/data/gpu/
pixel_webgl.html 11 <title>WebGL Test: Green Triangle over Black Background</title>
66 gl = canvas.getContext("experimental-webgl");
70 gl = canvas.getContext("webgl");
webgl.html 43 gl = canvas.getContext("experimental-webgl");
94 gl = canvas.getContext("experimental-webgl");
  /external/chromium_org/extensions/common/manifest_handlers/
requirements_info.cc 20 : webgl(false),
120 if (feature == "webgl") {
121 requirements->webgl = true;
requirements_info.h 22 bool webgl; member in struct:extensions::RequirementsInfo
  /external/chromium_org/gpu/config/
gpu_blacklist_unittest.cc 98 GPU_BLACKLIST_FEATURE_TEST(WebGL,
99 "webgl",
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
CustomFilterGlobalContext.h 54 // CSS shaders not referenced from the CSS mix function should be validated just like regular WebGL shaders.
58 // CSS shaders referenced from the CSS mix function should be validated slightly differently than WebGL shaders.
  /external/chromium_org/build/android/
adb_android_webview_command_line 11 # adb_android_webview_command_line --enable-webgl
adb_chromium_testshell_command_line 11 # adb_chromium_testshell_command_line --enable-webgl
adb_content_shell_command_line 11 # adb_content_shell_command_line --enable-webgl
  /external/chromium_org/chrome/browser/extensions/
extension_webkit_preferences.cc 46 // Enable WebGL features that regular pages can't access, since they add
requirements_checker_browsertest.cc 131 // Backlist webgl
133 blacklisted_features.push_back("webgl");
152 // Backlist both webgl and css3d
154 blacklisted_features.push_back("webgl");
requirements_checker.cc 52 if (requirements.webgl) {
  /external/chromium_org/content/browser/
gpu.sb 14 ; Needed for WebGL on OS X 10.7 - crbug.com/75343
  /external/chromium_org/content/common/
webplugin_geometry.h 30 // and WebGL. The GPU plugin uses a simple integer for the
  /external/chromium_org/content/public/browser/
gpu_data_manager_observer.h 28 // Indicates that client 3D APIs (Pepper 3D, WebGL) were just blocked on the
  /external/chromium_org/content/test/gpu/gpu_tests/
bootstrap_deps 16 "https://src.chromium.org/chrome/trunk/deps/third_party/webgl/sdk/tests",
context_lost.py 93 'url': 'file://webgl.html?query=kill_after_notification',
104 'url': 'file://webgl.html?query=WEBGL_lose_context',
hardware_accelerated_feature.py 47 features = ['WebGL', 'Canvas', '3D CSS']
webgl_robustness.py 52 'description': 'Test cases for WebGL robustness',
  /external/chromium_org/mojo/apps/js/bindings/gl/
opaque.h 19 // WebGL has many interfaces, such as WebGLObject, WebGLBuffer, etc, which wrap
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.cpp 147 // A Canvas can either be "2D" or "webgl" but never both. If you request a 2D canvas and the existing
148 // context is already 2D, just return that. If the existing context is WebGL, then destroy it
149 // before creating a new 2D context. Vice versa when requesting a WebGL canvas. Requesting a
177 // Accept the legacy "webkit-3d" name as well as the provisional "experimental-webgl" name.
178 // Now that WebGL is ratified, we will also accept "webgl" as the context name in Chrome.
183 else if (type == "experimental-webgl")
185 else if (type == "webgl")
475 // Early out for WebGL canvases
  /external/chromium_org/chrome/browser/gpu/
gpu_feature_checker.cc 37 // On Windows and Mac, so far we can always make the final WebGL blacklisting
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLBuffer.cpp 59 // In WebGL, a buffer is bound to one target in its lifetime
  /external/chromium/chrome/browser/resources/gpu_internals/
info_view.js 66 'webgl': 'WebGL',
67 'multisampling': 'WebGL multisampling'
  /external/chromium_org/chrome/browser/extensions/api/webstore_private/
webstore_private_apitest.cc 316 // If Gpu access is disallowed then WebGL will not be available.
336 // Tests getWebGLStatus function when WebGL is allowed.
342 // Tests getWebGLStatus function when WebGL is blacklisted.
352 " \"webgl\"\n"

Completed in 1146 milliseconds

12 3 4 5 6 7 8 91011>>