OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_size_bytes_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
memory_program_cache.cc
105
:
max_size_bytes_
(GetCacheSizeBytes()),
111
:
max_size_bytes_
(max_cache_size_bytes),
196
if (length == 0 || static_cast<unsigned int>(length) >
max_size_bytes_
) {
232
while (curr_size_bytes_ + length >
max_size_bytes_
) {
memory_program_cache.h
138
const size_t
max_size_bytes_
;
member in class:gpu::gles2::MemoryProgramCache
Completed in 1694 milliseconds