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

  /external/chromium_org/gpu/command_buffer/client/
ring_buffer.h 154 template <typename T> T* AllocTyped(unsigned int count) {
fenced_allocator.h 181 template <typename T> T *AllocTyped(unsigned int count) {
ring_buffer_test.cc 249 int8* pointer_int8 = allocator_->AllocTyped<int8>(kSize);
255 unsigned int* pointer_uint = allocator_->AllocTyped<unsigned int>(kSize);
fenced_allocator_test.cc 440 char *pointer_char = allocator_->AllocTyped<char>(kSize);
447 unsigned int *pointer_uint = allocator_->AllocTyped<unsigned int>(kSize);

Completed in 8261 milliseconds