Searched refs:GetCurrentMaxAllocationWithoutRealloc (Results 1 - 3 of 3) sorted by path

/external/chromium_org/gpu/command_buffer/client/
H A Dtransfer_buffer.cc175 unsigned int TransferBuffer::GetCurrentMaxAllocationWithoutRealloc() const { function in class:gpu::TransferBuffer
H A Dtransfer_buffer.h79 unsigned int GetCurrentMaxAllocationWithoutRealloc() const;
H A Dtransfer_buffer_unittest.cc103 transfer_buffer_->GetCurrentMaxAllocationWithoutRealloc());
160 transfer_buffer_->GetCurrentMaxAllocationWithoutRealloc());
325 transfer_buffer_->GetCurrentMaxAllocationWithoutRealloc());
343 EXPECT_EQ(kSize1, transfer_buffer_->GetCurrentMaxAllocationWithoutRealloc());
361 EXPECT_EQ(kSize2, transfer_buffer_->GetCurrentMaxAllocationWithoutRealloc());
369 EXPECT_EQ(kSize2, transfer_buffer_->GetCurrentMaxAllocationWithoutRealloc());
377 transfer_buffer_->GetCurrentMaxAllocationWithoutRealloc());
406 EXPECT_EQ(kSize2, transfer_buffer_->GetCurrentMaxAllocationWithoutRealloc());
428 EXPECT_EQ(kSize2, transfer_buffer_->GetCurrentMaxAllocationWithoutRealloc());
480 transfer_buffer_->GetCurrentMaxAllocationWithoutRealloc());
[all...]

Completed in 326 milliseconds