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

  /external/chromium_org/gpu/command_buffer/common/
cmd_buffer_common.h 163 OP(GetBucketData) /* 6 */ \
400 // GetBucketData.
404 // memory. This command along with GetBucketData implements a way to get a
476 struct GetBucketData {
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, size) == 12
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
cmd_buffer_helper.h 254 void GetBucketData(uint32 bucket_id,
259 cmd::GetBucketData* cmd = GetCmdSpace<cmd::GetBucketData>();
gles2_implementation.cc 572 helper_->GetBucketData(
    [all...]
gles2_implementation_unittest.cc 777 cmd::GetBucketData get_bucket_data;
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
common_decoder_unittest.cc 456 TEST_F(CommonDecoderTest, GetBucketData) {
459 cmd::GetBucketData cmd;
common_decoder.cc 274 const cmd::GetBucketData& args) {

Completed in 240 milliseconds