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

/external/chromium_org/gpu/command_buffer/common/
H A Dcmd_buffer_common.h61 void SetCmdBySize(uint32 size_of_data_in_bytes) { argument
64 ComputeNumEntries(sizeof(T) + size_of_data_in_bytes)); // NOLINT
120 // size_of_data_in_bytes: Size of the data for the command.
122 void* NextImmediateCmdAddress(void* cmd, uint32 size_of_data_in_bytes) { argument
125 RoundSizeToMultipleOfEntries(size_of_data_in_bytes);

Completed in 84 milliseconds