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

  /external/chromium_org/content/common/gpu/
gpu_memory_allocation.h 90 GpuMemoryAllocationForBrowser browser_allocation; member in struct:content::GpuMemoryAllocation
103 browser_allocation(buffer_allocation == kHasFrontbuffer) {
108 browser_allocation.Equals(other.browser_allocation);
gpu_memory_manager_unittest.cc 175 return alloc.browser_allocation.suggest_have_frontbuffer &&
180 return alloc.browser_allocation.suggest_have_frontbuffer &&
185 return !alloc.browser_allocation.suggest_have_frontbuffer &&
190 return !alloc.browser_allocation.suggest_have_frontbuffer &&
197 return !alloc.browser_allocation.suggest_have_frontbuffer &&
204 return !alloc.browser_allocation.suggest_have_frontbuffer &&
    [all...]
gpu_command_buffer_stub.cc 913 !allocation.browser_allocation.Equals(
914 last_memory_allocation_.browser_allocation)) {
919 allocation.browser_allocation.suggest_have_frontbuffer);
    [all...]
gpu_memory_manager.cc 772 allocation.browser_allocation.suggest_have_frontbuffer =
    [all...]

Completed in 65 milliseconds