HomeSort by relevance Sort by last modified time
    Searched refs:WebGLId (Results 26 - 33 of 33) sorted by null

12

  /external/chromium_org/cc/resources/
resource_provider_unittest.cc 37 using WebKit::WebGLId;
148 virtual void bindTexture(WGC3Denum target, WebGLId texture) OVERRIDE {
154 virtual WebGLId createTexture() OVERRIDE {
155 WebGLId id = TestWebGraphicsContext3D::createTexture();
160 virtual void deleteTexture(WebGLId id) OVERRIDE {
324 typedef base::hash_map<WebGLId, scoped_refptr<Texture> > TextureMap;
331 WebGLId current_texture_;
    [all...]
  /external/chromium_org/content/common/gpu/client/
gl_helper_unittests.cc 44 using WebKit::WebGLId;
514 WebGLId src_texture = context_->createTexture();
515 WebGLId framebuffer = context_->createFramebuffer();
578 WebGLId dst_texture = helper_->CopyAndScaleTexture(
778 WebGLId src_texture = context_->createTexture();
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.h 216 WebKit::WebGLId GetScaledContentTexture(float scale, gfx::Size* out_size);
render_widget_host_view_android.cc 234 WebKit::WebGLId RenderWidgetHostViewAndroid::GetScaledContentTexture(
274 WebKit::WebGLId texture = helper->CopyAndScaleTexture(
    [all...]
render_widget_host_view_aura.cc     [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc     [all...]
layer_tree_host_unittest.cc     [all...]
  /external/chromium_org/cc/output/
gl_renderer.cc     [all...]

Completed in 649 milliseconds

12