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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/perf/benchmarks/
scirra.py 5 """Scirra WebGL and Canvas2D rendering benchmark suite.
7 The Scirra WebGL performance test measures the number of 2D triangles
56 """WebGL and Canvas2D rendering benchmark suite."""
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/
README.md 5 via WebGL, and computationally intensive tasks such as physics simulations.
  /external/chromium_org/gpu/config/
gpu_blacklist.cc 25 list->AddSupportedFeature("webgl",
gpu_blacklist_unittest.cc 99 GPU_BLACKLIST_FEATURE_TEST(WebGL,
100 "webgl",
  /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))
  /external/chromium_org/third_party/WebKit/PerformanceTests/Canvas/
upload-video-to-texture.html 10 var gl = canvas3D.getContext('experimental-webgl');
37 description: "This bench test checks the speed on texImage2D(Video) on Webgl.",
upload-video-to-sub-texture.html 10 var gl = canvas3D.getContext('experimental-webgl');
38 description: "This bench test checks the speed on texSubImage2D(Video) on Webgl.",
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp 69 canvas->dispatchEvent(WebGLContextEvent::create(EventTypeNames::webglcontextcreationerror, false, true, "Web page was not allowed to create a WebGL context."));
74 // The FrameLoaderClient might block creation of a new WebGL context despite the page settings; in
75 // particular, if WebGL contexts were lost one or more times via the GL_ARB_robustness extension.
77 canvas->dispatchEvent(WebGLContextEvent::create(EventTypeNames::webglcontextcreationerror, false, true, "Web page was not allowed to create a WebGL context."));
90 canvas->dispatchEvent(WebGLContextEvent::create(EventTypeNames::webglcontextcreationerror, false, true, "Could not create a WebGL context."));
105 canvas->dispatchEvent(WebGLContextEvent::create(EventTypeNames::webglcontextcreationerror, false, true, "Could not create a WebGL context."));
WebGLRenderingContext.idl 26 // http://www.khronos.org/registry/webgl/specs/latest/1.0/#WebGLRenderingContext
  /cts/tests/expectations/
knownfailures.txt 79 description: "A few WebGL tests are known to fail in WebView",
81 "android.webgl.cts.WebGLTest#test_conformance_extensions_oes_texture_float_with_video_html",
82 "android.webgl.cts.WebGLTest#test_conformance_renderbuffers_framebuffer_object_attachment_html",
83 "android.webgl.cts.WebGLTest#test_conformance_rendering_multisample_corruption_html",
84 "android.webgl.cts.WebGLTest#test_conformance_textures_tex_image_and_sub_image_2d_with_video_html",
85 "android.webgl.cts.WebGLTest#test_conformance_textures_tex_image_and_sub_image_2d_with_video_rgb565_html",
86 "android.webgl.cts.WebGLTest#test_conformance_textures_tex_image_and_sub_image_2d_with_video_rgba4444_html",
87 "android.webgl.cts.WebGLTest#test_conformance_textures_tex_image_and_sub_image_2d_with_video_rgba5551_html",
88 "android.webgl.cts.WebGLTest#test_conformance_textures_texture_npot_html",
89 "android.webgl.cts.WebGLTest#test_conformance_textures_texture_npot_video_html"
    [all...]
  /external/chromium_org/content/test/gpu/gpu_tests/
webgl_conformance.py 20 'third_party', 'webgl', 'src', 'sdk', 'tests')
99 """Conformance with Khronos WebGL Conformance Tests"""
104 group.add_option('--webgl-conformance-version',
105 help='Version of the WebGL conformance tests to run.',
132 raise Exception('The WebGL conformance test path specified ' +
  /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.
  /external/chromium_org/content/test/data/gpu/
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 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");
75 var ctx = c.getContext("experimental-webgl");
156 gl = canvas.getContext("experimental-webgl");
  /external/chromium_org/build/android/
adb_android_webview_command_line 11 # adb_android_webview_command_line --enable-webgl
adb_chrome_shell_command_line 11 # adb_chrome_shell_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 39 // Enable WebGL features that regular pages can't access, since they add
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
game_engines.html 28 PlayCanvas is a free and open source WebGL Game Engine targeting mobile and
  /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/page_sets/
gpu_process_tests.py 47 'GpuProcess.webgl')
  /external/chromium_org/extensions/common/manifest_handlers/
requirements_info.h 22 bool webgl; member in struct:extensions::RequirementsInfo

Completed in 277 milliseconds

12 3 4 5 6 7 8 91011>>