Searched defs:allow_partial_texture_updates (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/cc/output/
H A Drenderer.h25 bool allow_partial_texture_updates; member in struct:cc::RendererCapabilitiesImpl
/external/chromium_org/cc/trees/
H A Dlayer_tree_host.h68 bool allow_partial_texture_updates,
78 bool allow_partial_texture_updates; member in struct:cc::RendererCapabilities
H A Dlayer_tree_host.cc51 bool allow_partial_texture_updates,
56 allow_partial_texture_updates(allow_partial_texture_updates),
63 allow_partial_texture_updates(false),
1114 if (!proxy_->GetRendererCapabilities().allow_partial_texture_updates)
1121 if (proxy_->GetRendererCapabilities().allow_partial_texture_updates &&
50 RendererCapabilities(ResourceFormat best_texture_format, bool allow_partial_texture_updates, bool using_offscreen_context3d, int max_texture_size, bool using_shared_memory_resources) argument

Completed in 128 milliseconds