OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mapped_memory_limit
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/common/gpu/client/
context_provider_command_buffer.cc
197
size_t
mapped_memory_limit
= context3d_->GetMappedMemoryLimit();
local
199
mapped_memory_limit
== WebGraphicsContext3DCommandBufferImpl::kNoLimit
200
? std::numeric_limits<size_t>::max() :
mapped_memory_limit
;
/external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h
197
unsigned int
mapped_memory_limit
);
gles2_implementation.cc
143
unsigned int
mapped_memory_limit
) {
158
mapped_memory_.reset(new MappedMemoryManager(helper_,
mapped_memory_limit
));
161
if (
mapped_memory_limit
!= kNoLimit) {
163
chunk_size = std::min(
mapped_memory_limit
/ 4, chunk_size);
[
all
...]
Completed in 101 milliseconds