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

  /external/chromium_org/gpu/command_buffer/service/
common_decoder.cc 86 CommonDecoder::Bucket* CommonDecoder::GetBucket(uint32 bucket_id) const {
87 BucketMap::const_iterator iter(buckets_.find(bucket_id));
91 CommonDecoder::Bucket* CommonDecoder::CreateBucket(uint32 bucket_id) {
92 Bucket* bucket = GetBucket(bucket_id);
95 buckets_[bucket_id] = linked_ptr<Bucket>(bucket);
182 uint32 bucket_id = args.bucket_id; local
185 Bucket* bucket = CreateBucket(bucket_id);
193 uint32 bucket_id = args.bucket_id; local
216 uint32 bucket_id = args.bucket_id; local
235 uint32 bucket_id = args.bucket_id; local
272 uint32 bucket_id = args.bucket_id; local
    [all...]
gles2_cmd_decoder_autogen.h 2880 GLuint bucket_id = static_cast<GLuint>(c.bucket_id); local
2895 GLuint bucket_id = static_cast<GLuint>(c.bucket_id); local
    [all...]
gles2_cmd_decoder.cc 6745 uint32 bucket_id = static_cast<uint32>(c.bucket_id); local
6760 uint32 bucket_id = static_cast<uint32>(c.bucket_id); local
6777 uint32 bucket_id = static_cast<uint32>(c.bucket_id); local
6792 uint32 bucket_id = static_cast<uint32>(c.bucket_id); local
9278 uint32 bucket_id = c.bucket_id; local
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
cmd_buffer_common.h 255 bucket_id = _bucket_id;
264 uint32 bucket_id; member in struct:gpu::cmd::SetBucketSize
271 COMPILE_ASSERT(offsetof(SetBucketSize, bucket_id) == 4,
294 bucket_id = _bucket_id;
316 uint32 bucket_id; member in struct:gpu::cmd::SetBucketData
326 COMPILE_ASSERT(offsetof(SetBucketData, bucket_id) == 4,
353 bucket_id = _bucket_id;
369 uint32 bucket_id; member in struct:gpu::cmd::SetBucketDataImmediate
378 COMPILE_ASSERT(offsetof(SetBucketDataImmediate, bucket_id) == 4,
413 bucket_id = _bucket_id
438 uint32 bucket_id; member in struct:gpu::cmd::GetBucketStart
501 uint32 bucket_id; member in struct:gpu::cmd::GetBucketData
    [all...]
gles2_cmd_format_autogen.h 1030 bucket_id = _bucket_id;
1050 uint32 bucket_id; member in struct:CompressedTexImage2DBucket
1069 COMPILE_ASSERT(offsetof(CompressedTexImage2DBucket, bucket_id) == 28,
1196 uint32 bucket_id; member in struct:CompressedTexSubImage2DBucket
3403 uint32 bucket_id; member in struct:GetProgramInfoLog
3547 uint32 bucket_id; member in struct:GetShaderInfoLog
3652 uint32 bucket_id; member in struct:GetShaderSource
3690 uint32 bucket_id; member in struct:GetString
8459 uint32 bucket_id; member in struct:InsertEventMarkerEXT
8493 uint32 bucket_id; member in struct:PushGroupMarkerEXT
9069 uint32 bucket_id; member in struct:EnableFeatureCHROMIUM
9151 uint32 bucket_id; member in struct:GetRequestableExtensionsCHROMIUM
9185 uint32 bucket_id; member in struct:RequestExtensionCHROMIUM
9289 uint32 bucket_id; member in struct:GetProgramInfoCHROMIUM
9415 uint32 bucket_id; member in struct:GetTranslatedShaderSourceANGLE
10108 uint32 bucket_id; member in struct:TraceBeginCHROMIUM
    [all...]

Completed in 913 milliseconds