OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:curr_size_bytes_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
memory_program_cache.cc
106
curr_size_bytes_
(0),
112
curr_size_bytes_
(0),
120
DCHECK_EQ(0U,
curr_size_bytes_
);
224
curr_size_bytes_
/ 1024);
232
while (
curr_size_bytes_
+ length > max_size_bytes_) {
267
curr_size_bytes_
/ 1024);
327
curr_size_bytes_
/ 1024);
360
program_cache_->
curr_size_bytes_
+= length_;
365
program_cache_->
curr_size_bytes_
-= length_;
memory_program_cache.h
139
size_t
curr_size_bytes_
;
member in class:gpu::gles2::MemoryProgramCache
Completed in 26 milliseconds