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

  /external/chromium_org/content/common/gpu/client/
context_provider_command_buffer.cc 192 size_t mapped_memory_limit = context3d_->GetMappedMemoryLimit(); local
194 mapped_memory_limit == WebGraphicsContext3DCommandBufferImpl::kNoLimit
195 ? std::numeric_limits<size_t>::max() : mapped_memory_limit;
  /external/chromium_org/webkit/common/gpu/
context_provider_in_process.cc 114 size_t mapped_memory_limit = context3d_->GetMappedMemoryLimit(); local
116 mapped_memory_limit ==
119 : mapped_memory_limit;

Completed in 2068 milliseconds