Home
last modified time | relevance | path

Searched refs:last_memory_allocation_valid_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/common/gpu/
Dgpu_command_buffer_stub.cc133 last_memory_allocation_valid_(false), in GpuCommandBufferStub()
928 if (!last_memory_allocation_valid_ || in SetMemoryAllocation()
934 last_memory_allocation_valid_ = true; in SetMemoryAllocation()
Dgpu_command_buffer_stub.h244 bool last_memory_allocation_valid_; variable