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

  /external/chromium_org/gpu/command_buffer/client/
cmd_buffer_helper.h 198 void GetBucketData(uint32 bucket_id,
203 cmd::GetBucketData* cmd = GetCmdSpace<cmd::GetBucketData>();
  /external/chromium_org/gpu/command_buffer/common/
cmd_buffer_common.h 157 OP(GetBucketData) /* 6 */ \
389 // GetBucketData.
393 // memory. This command along with GetBucketData implements a way to get a
464 struct GetBucketData {
465 typedef GetBucketData ValueType;
508 COMPILE_ASSERT(sizeof(GetBucketData) == 24, Sizeof_GetBucketData_is_not_20);
509 COMPILE_ASSERT(offsetof(GetBucketData, header) == 0,
511 COMPILE_ASSERT(offsetof(GetBucketData, bucket_id) == 4,
513 COMPILE_ASSERT(offsetof(GetBucketData, offset) == 8,
515 COMPILE_ASSERT(offsetof(GetBucketData, size) == 12
    [all...]

Completed in 1630 milliseconds