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

  /external/chromium_org/gpu/command_buffer/service/
common_decoder.h 123 void* GetAddressAndCheckSize(unsigned int shm_id,
127 // Typed version of GetAddressAndCheckSize.
131 return static_cast<T>(GetAddressAndCheckSize(shm_id, offset, size));
common_decoder.cc 63 void* CommonDecoder::GetAddressAndCheckSize(unsigned int shm_id,

Completed in 405 milliseconds