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

  /external/chromium_org/cc/output/
renderer.cc 25 allow_partial_texture_updates(false),
38 allow_partial_texture_updates,
renderer.h 30 bool allow_partial_texture_updates; member in struct:cc::RendererCapabilitiesImpl
delegating_renderer.cc 44 capabilities_.allow_partial_texture_updates = false;
software_renderer.cc 88 capabilities_.allow_partial_texture_updates = true;
gl_renderer.cc 331 capabilities_.allow_partial_texture_updates = true;
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host.h 68 bool allow_partial_texture_updates,
77 bool allow_partial_texture_updates; member in struct:cc::RendererCapabilities
layer_tree_host.cc 52 bool allow_partial_texture_updates,
56 allow_partial_texture_updates(allow_partial_texture_updates),
62 allow_partial_texture_updates(false),
    [all...]
layer_tree_host_unittest.cc     [all...]

Completed in 292 milliseconds