HomeSort by relevance Sort by last modified time
    Searched refs:texture_layer (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/cc/layers/
texture_layer.cc 5 #include "cc/layers/texture_layer.h"
235 TextureLayerImpl* texture_layer = static_cast<TextureLayerImpl*>(layer); local
236 texture_layer->SetFlipped(flipped_);
237 texture_layer->SetUVTopLeft(uv_top_left_);
238 texture_layer->SetUVBottomRight(uv_bottom_right_);
239 texture_layer->SetVertexOpacity(vertex_opacity_);
240 texture_layer->SetPremultipliedAlpha(premultiplied_alpha_);
241 texture_layer->SetBlendBackgroundColor(blend_background_color_);
250 texture_layer->SetTextureMailbox(texture_mailbox, release_callback.Pass());
texture_layer_impl.cc 58 TextureLayerImpl* texture_layer = static_cast<TextureLayerImpl*>(layer); local
59 texture_layer->SetFlipped(flipped_);
60 texture_layer->SetUVTopLeft(uv_top_left_);
61 texture_layer->SetUVBottomRight(uv_bottom_right_);
62 texture_layer->SetVertexOpacity(vertex_opacity_);
63 texture_layer->SetPremultipliedAlpha(premultiplied_alpha_);
64 texture_layer->SetBlendBackgroundColor(blend_background_color_);
66 texture_layer->SetTextureMailbox(texture_mailbox_,
texture_layer_unittest.cc 5 #include "cc/layers/texture_layer.h"
1356 scoped_refptr<TextureLayer> texture_layer = variable
1361 layer_tree_host()->root_layer()->AddChild(texture_layer); variable
    [all...]
  /external/chromium_org/ppapi/tests/
test_compositor.cc 120 pp::CompositorLayer texture_layer = compositor.AddLayer(); local
121 ASSERT_FALSE(texture_layer.is_null());
125 texture_layer.SetTexture(graphics_3d, texture, pp::Size(100, 100),
199 pp::CompositorLayer texture_layer = compositor.AddLayer(); local
200 ASSERT_FALSE(texture_layer.is_null());
204 texture_layer.SetTexture(graphics_3d, texture, pp::Size(100, 100),
263 pp::CompositorLayer texture_layer = compositor.AddLayer(); local
264 ASSERT_FALSE(texture_layer.is_null());
268 texture_layer.SetTexture(graphics_3d, texture, pp::Size(100, 100),
345 pp::CompositorLayer texture_layer = compositor.AddLayer() local
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_compositor_host.cc 11 #include "cc/layers/texture_layer.h"
250 scoped_refptr<cc::TextureLayer> texture_layer(
257 texture_layer->SetTextureMailbox(mailbox,
263 texture_layer->SetPremultipliedAlpha(new_layer->texture->premult_alpha);
265 texture_layer->SetUV(rect.origin(), rect.bottom_right());
  /external/chromium_org/cc/
cc.target.darwin-arm.mk 113 cc/layers/texture_layer.cc \
cc.target.darwin-arm64.mk 113 cc/layers/texture_layer.cc \
cc.target.darwin-mips.mk 113 cc/layers/texture_layer.cc \
cc.target.darwin-x86.mk 113 cc/layers/texture_layer.cc \
cc.target.darwin-x86_64.mk 113 cc/layers/texture_layer.cc \
cc.target.linux-arm.mk 113 cc/layers/texture_layer.cc \
cc.target.linux-arm64.mk 113 cc/layers/texture_layer.cc \
cc.target.linux-mips.mk 113 cc/layers/texture_layer.cc \
cc.target.linux-x86.mk 113 cc/layers/texture_layer.cc \
cc.target.linux-x86_64.mk 113 cc/layers/texture_layer.cc \

Completed in 336 milliseconds