Searched defs:mapped_memory_limit (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/common/gpu/client/
H A Dcontext_provider_command_buffer.cc192 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/
H A Dcontext_provider_in_process.cc114 size_t mapped_memory_limit = context3d_->GetMappedMemoryLimit(); local
116 mapped_memory_limit ==
119 : mapped_memory_limit;
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.cc147 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);
143 Initialize( unsigned int starting_transfer_buffer_size, unsigned int min_transfer_buffer_size, unsigned int max_transfer_buffer_size, unsigned int mapped_memory_limit) argument

Completed in 2480 milliseconds