Home
last modified time | relevance | path

Searched defs:MemoryAllocation (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/gpu/command_buffer/common/
Dgpu_memory_allocation.h15 struct MemoryAllocation { struct
35 MemoryAllocation() in MemoryAllocation() function
40 MemoryAllocation(uint64 bytes_limit_when_visible) in MemoryAllocation() argument
45 bool Equals(const MemoryAllocation& other) const { in Equals() argument
/external/chromium_org/cc/output/
Doutput_surface_unittest.cc175 TEST(OutputSurfaceTest, MemoryAllocation) { in TEST() argument