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

  /external/chromium_org/content/common/gpu/client/
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...]
  /external/chromium_org/webkit/common/gpu/
context_provider_in_process.cc 48 virtual void onMemoryAllocationChanged(
50 provider_->OnMemoryAllocationChanged(!!alloc.gpuResourceSizeInBytes);
181 void ContextProviderInProcess::OnMemoryAllocationChanged(

Completed in 147 milliseconds