Searched defs:GetBucketData (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dcmd_buffer_helper.h254 void GetBucketData(uint32 bucket_id, function in class:gpu::CommandBufferHelper
259 cmd::GetBucketData* cmd = GetCmdSpace<cmd::GetBucketData>();
/external/chromium_org/gpu/command_buffer/common/
H A Dcmd_buffer_common.h163 OP(GetBucketData) /* 6 */ \
400 // GetBucketData.
404 // memory. This command along with GetBucketData implements a way to get a
476 struct GetBucketData { struct in namespace:gpu::cmd
477 typedef GetBucketData ValueType;
521 COMPILE_ASSERT(sizeof(GetBucketData) == 24, Sizeof_GetBucketData_is_not_20);
522 COMPILE_ASSERT(offsetof(GetBucketData, header) == 0,
524 COMPILE_ASSERT(offsetof(GetBucketData, bucket_id) == 4,
526 COMPILE_ASSERT(offsetof(GetBucketData, offset) == 8,
528 COMPILE_ASSERT(offsetof(GetBucketData, siz
[all...]

Completed in 62 milliseconds