HomeSort by relevance Sort by last modified time
    Searched refs:mapped_memory_limit (Results 1 - 4 of 4) 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;
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h 201 unsigned int mapped_memory_limit);
gles2_implementation.cc 147 unsigned int mapped_memory_limit) {
171 mapped_memory_limit));
174 if (mapped_memory_limit != kNoLimit) {
176 chunk_size = std::min(mapped_memory_limit / 4, chunk_size);
    [all...]

Completed in 4331 milliseconds