OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kStartSize
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/courgette/
memory_allocator.h
328
static const size_t
kStartSize
= sizeof(T) > 0x100 ? 1 : 0x100 / sizeof(T);
357
if (size <
kStartSize
)
358
size =
kStartSize
;
388
size_t new_size = alloc_size_ ? alloc_size_ :
kStartSize
;
/external/chromium_org/gpu/command_buffer/client/
gles2_implementation.cc
500
const uint32
kStartSize
= 32 * 1024;
501
ScopedTransferBufferPtr buffer(
kStartSize
, helper_, transfer_buffer_);
[
all
...]
Completed in 233 milliseconds