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 27 allow_partial_texture_updates(false),
41 allow_partial_texture_updates,
renderer.h 26 bool allow_partial_texture_updates; member in struct:cc::RendererCapabilitiesImpl
delegating_renderer.cc 54 capabilities_.allow_partial_texture_updates = false;
software_renderer.cc 128 capabilities_.allow_partial_texture_updates = true;
gl_renderer.cc 339 capabilities_.allow_partial_texture_updates = true;
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host.h 67 bool allow_partial_texture_updates,
76 bool allow_partial_texture_updates; member in struct:cc::RendererCapabilities
layer_tree_host.cc 50 bool allow_partial_texture_updates,
54 allow_partial_texture_updates(allow_partial_texture_updates),
60 allow_partial_texture_updates(false),
    [all...]
layer_tree_host_unittest.cc     [all...]

Completed in 556 milliseconds