Searched refs:AllocTyped (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dfenced_allocator.h187 template <typename T> T *AllocTyped(unsigned int count) { function in class:gpu::FencedAllocatorWrapper
H A Dfenced_allocator_test.cc507 char *pointer_char = allocator_->AllocTyped<char>(kSize);
514 unsigned int *pointer_uint = allocator_->AllocTyped<unsigned int>(kSize);

Completed in 169 milliseconds