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

  /external/chromium_org/gpu/command_buffer/client/
cmd_buffer_helper.h 155 int32 space_needed = ComputeNumEntries(sizeof(T));
165 int32 space_needed = ComputeNumEntries(sizeof(T) + data_space);
175 int32 space_needed = ComputeNumEntries(total_space);
  /external/chromium_org/gpu/command_buffer/common/
cmd_buffer_common.h 33 inline uint32_t ComputeNumEntries(size_t size_in_bytes) {
40 return ComputeNumEntries(size_in_bytes) * sizeof(uint32_t); // NOLINT
61 Init(T::kCmdId, ComputeNumEntries(sizeof(T))); // NOLINT
69 ComputeNumEntries(sizeof(T) + size_of_data_in_bytes)); // NOLINT
77 Init(T::kCmdId, ComputeNumEntries(size_in_bytes));
  /external/chromium_org/gpu/command_buffer/service/
common_decoder_unittest.cc 171 1, (const void*)&cmd, ComputeNumEntries(sizeof(cmd)), 0);
178 1, (const void*)&cmd, ComputeNumEntries(sizeof(cmd) + data_size), 0);
gles2_cmd_decoder_unittest_base.h 79 1, (const void*)&cmd, ComputeNumEntries(sizeof(cmd)), 0);
86 1, (const void*)&cmd, ComputeNumEntries(sizeof(cmd) + data_size), 0);
gles2_cmd_decoder_unittest.cc     [all...]

Completed in 162 milliseconds