Searched defs:contents_swizzled (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/cc/resources/
H A Dmanaged_tile_state.h77 bool contents_swizzled() const { function in class:cc::ManagedTileState::TileVersion
H A Dprioritized_resource.h45 bool contents_swizzled() const { return contents_swizzled_; } function in class:cc::PrioritizedResource
/external/chromium_org/cc/layers/
H A Dtiled_layer_impl.cc39 bool contents_swizzled() { return contents_swizzled_; } function in class:cc::DrawableTile
40 void set_contents_swizzled(bool contents_swizzled) { argument
41 contents_swizzled_ = contents_swizzled;
148 tile->contents_swizzled());
256 tile->contents_swizzled());
283 bool contents_swizzled) {
289 tile->set_contents_swizzled(contents_swizzled);
278 PushTileProperties( int i, int j, ResourceProvider::ResourceId resource_id, gfx::Rect opaque_rect, bool contents_swizzled) argument
/external/chromium_org/cc/output/
H A Drenderer_pixeltest.cc1315 bool contents_swizzled = !PlatformColor::SameComponentOrder(GL_RGBA); local
1353 contents_swizzled,
1378 contents_swizzled,
1400 bool contents_swizzled = !PlatformColor::SameComponentOrder(GL_RGBA); local
1434 contents_swizzled,
1447 contents_swizzled,
1519 contents_swizzled,

Completed in 390 milliseconds