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

  /external/chromium_org/content/common/gpu/client/
context_provider_command_buffer.h 53 void OnMemoryAllocationChanged(bool nonzero_allocation);
context_provider_command_buffer.cc 45 virtual void onMemoryAllocationChanged(
47 provider_->OnMemoryAllocationChanged(!!alloc.gpuResourceSizeInBytes);
168 void ContextProviderCommandBuffer::OnMemoryAllocationChanged(
webgraphicscontext3d_command_buffer_impl.cc 677 &WebGraphicsContext3DCommandBufferImpl::OnMemoryAllocationChanged,
    [all...]
webgraphicscontext3d_command_buffer_impl.h 703 void OnMemoryAllocationChanged(
  /external/chromium_org/webkit/common/gpu/
context_provider_in_process.h 54 void OnMemoryAllocationChanged(bool nonzero_allocation);
context_provider_in_process.cc 48 virtual void onMemoryAllocationChanged(
50 provider_->OnMemoryAllocationChanged(!!alloc.gpuResourceSizeInBytes);
181 void ContextProviderInProcess::OnMemoryAllocationChanged(

Completed in 341 milliseconds