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

  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsMemoryAllocation.h 35 unsigned gpuResourceSizeInBytes;
59 : gpuResourceSizeInBytes(0)
69 WebGraphicsMemoryAllocation(unsigned gpuResourceSizeInBytes, bool suggestHaveBackbuffer)
70 : gpuResourceSizeInBytes(gpuResourceSizeInBytes)
  /external/chromium_org/content/common/gpu/client/
context_provider_command_buffer.cc 47 provider_->OnMemoryAllocationChanged(!!alloc.gpuResourceSizeInBytes);
webgraphicscontext3d_command_buffer_impl.cc     [all...]
  /external/chromium_org/webkit/common/gpu/
context_provider_in_process.cc 50 provider_->OnMemoryAllocationChanged(!!alloc.gpuResourceSizeInBytes);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.cpp 320 if (!allocation.gpuResourceSizeInBytes) {
    [all...]

Completed in 583 milliseconds