Searched defs:GetExpectedMemory (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_unittest.cc150 ExpectedMemoryInfo GetExpectedMemory(size_t size) { function in class:gpu::gles2::MockTransferBuffer
438 ExpectedMemoryInfo mem1 = transfer_buffer_->GetExpectedMemory(
580 ExpectedMemoryInfo GetExpectedMemory(size_t size) { function in class:gpu::gles2::GLES2ImplementationTest
581 return transfer_buffer_->GetExpectedMemory(size);
782 ExpectedMemoryInfo mem1 = GetExpectedMemory(MaxTransferBufferSize());
784 ExpectedMemoryInfo mem2 = GetExpectedMemory(
903 ExpectedMemoryInfo mem1 = GetExpectedMemory(kPaddedString1Size);
904 ExpectedMemoryInfo mem2 = GetExpectedMemory(kPaddedString2Size);
905 ExpectedMemoryInfo mem3 = GetExpectedMemory(kPaddedString3Size);
942 ExpectedMemoryInfo mem1 = GetExpectedMemory(MaxTransferBufferSiz
[all...]

Completed in 143 milliseconds