HomeSort by relevance Sort by last modified time
    Searched refs:AllocTyped (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/gpu/command_buffer/client/
fenced_allocator.h 187 template <typename T> T *AllocTyped(unsigned int count) {
fenced_allocator_test.cc 507 char *pointer_char = allocator_->AllocTyped<char>(kSize);
514 unsigned int *pointer_uint = allocator_->AllocTyped<unsigned int>(kSize);

Completed in 39 milliseconds