HomeSort by relevance Sort by last modified time
    Searched refs:GetCurrentMaxAllocationWithoutRealloc (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/gpu/command_buffer/client/
transfer_buffer_unittest.cc 103 transfer_buffer_->GetCurrentMaxAllocationWithoutRealloc());
160 transfer_buffer_->GetCurrentMaxAllocationWithoutRealloc());
313 transfer_buffer_->GetCurrentMaxAllocationWithoutRealloc());
331 EXPECT_EQ(kSize1, transfer_buffer_->GetCurrentMaxAllocationWithoutRealloc());
349 EXPECT_EQ(kSize2, transfer_buffer_->GetCurrentMaxAllocationWithoutRealloc());
357 EXPECT_EQ(kSize2, transfer_buffer_->GetCurrentMaxAllocationWithoutRealloc());
365 transfer_buffer_->GetCurrentMaxAllocationWithoutRealloc());
393 EXPECT_EQ(kSize2, transfer_buffer_->GetCurrentMaxAllocationWithoutRealloc());
415 EXPECT_EQ(kSize2, transfer_buffer_->GetCurrentMaxAllocationWithoutRealloc());
464 transfer_buffer_->GetCurrentMaxAllocationWithoutRealloc());
    [all...]
transfer_buffer.h 113 unsigned int GetCurrentMaxAllocationWithoutRealloc() const;
transfer_buffer.cc 203 unsigned int TransferBuffer::GetCurrentMaxAllocationWithoutRealloc() const {

Completed in 445 milliseconds