HomeSort by relevance Sort by last modified time
    Searched defs:contents_swizzled (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/cc/resources/
prioritized_resource.h 45 bool contents_swizzled() const { return contents_swizzled_; } function in class:cc::PrioritizedResource
managed_tile_state.h 77 bool contents_swizzled() const { function in class:cc::ManagedTileState::TileVersion
  /external/chromium_org/cc/layers/
tiled_layer_impl.cc 39 bool contents_swizzled() { return contents_swizzled_; } function in class:cc::DrawableTile
40 void set_contents_swizzled(bool contents_swizzled) {
41 contents_swizzled_ = contents_swizzled;
148 tile->contents_swizzled());
256 tile->contents_swizzled());
283 bool contents_swizzled) {
289 tile->set_contents_swizzled(contents_swizzled);
  /external/chromium_org/cc/output/
renderer_pixeltest.cc 1315 bool contents_swizzled = !PlatformColor::SameComponentOrder(GL_RGBA); local
1400 bool contents_swizzled = !PlatformColor::SameComponentOrder(GL_RGBA); local
    [all...]

Completed in 759 milliseconds