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

  /external/chromium_org/gpu/command_buffer/service/
common_decoder.cc 83 CommonDecoder::Bucket* CommonDecoder::GetBucket(uint32 bucket_id) const {
84 BucketMap::const_iterator iter(buckets_.find(bucket_id));
88 CommonDecoder::Bucket* CommonDecoder::CreateBucket(uint32 bucket_id) {
89 Bucket* bucket = GetBucket(bucket_id);
92 buckets_[bucket_id] = linked_ptr<Bucket>(bucket);
185 uint32 bucket_id = args.bucket_id; local
188 Bucket* bucket = CreateBucket(bucket_id);
196 uint32 bucket_id = args.bucket_id; local
219 uint32 bucket_id = args.bucket_id; local
238 uint32 bucket_id = args.bucket_id; local
275 uint32 bucket_id = args.bucket_id; local
    [all...]
common_decoder.h 108 Bucket* CreateBucket(uint32 bucket_id);
111 Bucket* GetBucket(uint32 bucket_id) const;
gles2_cmd_decoder_unittest_base.cc 508 uint32 bucket_id, const char* str) {
511 cmd1.Init(bucket_id, size);
516 cmd2.Init(bucket_id, 0, size, kSharedMemoryId, kSharedMemoryOffset);
    [all...]
gles2_cmd_decoder_unittest_base.h 148 void SetBucketAsCString(uint32 bucket_id, const char* str);
243 GLsizei size, uint32 bucket_id);
gles2_cmd_decoder.cc 6736 uint32 bucket_id = static_cast<uint32>(c.bucket_id); local
6751 uint32 bucket_id = static_cast<uint32>(c.bucket_id); local
6768 uint32 bucket_id = static_cast<uint32>(c.bucket_id); local
6783 uint32 bucket_id = static_cast<uint32>(c.bucket_id); local
9360 uint32 bucket_id = c.bucket_id; local
    [all...]
gles2_cmd_decoder_autogen.h 2492 GLuint bucket_id = static_cast<GLuint>(c.bucket_id); local
2508 GLuint bucket_id = static_cast<GLuint>(c.bucket_id); local
    [all...]
  /external/chromium_org/tools/deep_memory_profiler/subcommands/
buckets.py 34 for bucket_id, bucket in sorted(bucket_set):
35 out.write('%d: %s\n' % (bucket_id, bucket))
  /external/chromium_org/gpu/command_buffer/client/
cmd_buffer_helper.h 203 void SetBucketSize(uint32 bucket_id, uint32 size) {
206 cmd->Init(bucket_id, size);
210 void SetBucketData(uint32 bucket_id,
217 cmd->Init(bucket_id,
226 uint32 bucket_id, uint32 offset, const void* data, uint32 size) {
230 cmd->Init(bucket_id, offset, size);
235 void GetBucketStart(uint32 bucket_id,
243 cmd->Init(bucket_id,
252 void GetBucketData(uint32 bucket_id,
259 cmd->Init(bucket_id,
    [all...]
gles2_cmd_helper_autogen.h 189 GLuint bucket_id) {
193 c->Init(target, level, internalformat, width, height, bucket_id);
226 GLuint bucket_id) {
230 c->Init(target, level, xoffset, yoffset, width, height, format, bucket_id);
627 void GetProgramInfoLog(GLuint program, uint32_t bucket_id) {
631 c->Init(program, bucket_id);
656 void GetShaderInfoLog(GLuint shader, uint32_t bucket_id) {
660 c->Init(shader, bucket_id);
675 void GetShaderSource(GLuint shader, uint32_t bucket_id) {
678 c->Init(shader, bucket_id);
    [all...]
gles2_implementation.h 482 bool GetBucketContents(uint32 bucket_id, std::vector<int8>* data);
485 void SetBucketContents(uint32 bucket_id, const void* data, size_t size);
488 void SetBucketAsCString(uint32 bucket_id, const char* str);
492 bool GetBucketAsString(uint32 bucket_id, std::string* str);
495 void SetBucketAsString(uint32 bucket_id, const std::string& str);
gles2_implementation.cc 533 bool GLES2Implementation::GetBucketContents(uint32 bucket_id,
549 bucket_id, GetResultShmId(), GetResultShmOffset(),
563 bucket_id, offset, buffer.size(), buffer.shm_id(), buffer.offset());
575 helper_->SetBucketSize(bucket_id, 0);
581 uint32 bucket_id, const void* data, size_t size) {
583 helper_->SetBucketSize(bucket_id, size);
594 bucket_id, offset, buffer.size(), buffer.shm_id(), buffer.offset());
602 uint32 bucket_id, const char* str) {
606 SetBucketContents(bucket_id, str, strlen(str) + 1);
608 helper_->SetBucketSize(bucket_id, 0)
    [all...]
gles2_implementation_unittest.cc 605 bool GetBucketContents(uint32 bucket_id, std::vector<int8>* data) {
606 return gl_->GetBucketContents(bucket_id, data);
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
cmd_buffer_common.h 264 bucket_id = _bucket_id;
273 uint32_t bucket_id; member in struct:gpu::cmd::SetBucketSize
280 COMPILE_ASSERT(offsetof(SetBucketSize, bucket_id) == 4,
304 bucket_id = _bucket_id;
326 uint32_t bucket_id; member in struct:gpu::cmd::SetBucketData
336 COMPILE_ASSERT(offsetof(SetBucketData, bucket_id) == 4,
364 bucket_id = _bucket_id;
380 uint32_t bucket_id; member in struct:gpu::cmd::SetBucketDataImmediate
389 COMPILE_ASSERT(offsetof(SetBucketDataImmediate, bucket_id) == 4,
425 bucket_id = _bucket_id
450 uint32_t bucket_id; member in struct:gpu::cmd::GetBucketStart
514 uint32_t bucket_id; member in struct:gpu::cmd::GetBucketData
    [all...]
gles2_cmd_format_autogen.h 883 bucket_id = _bucket_id;
904 uint32_t bucket_id; member in struct:CompressedTexImage2DBucket
922 COMPILE_ASSERT(offsetof(CompressedTexImage2DBucket, bucket_id) == 24,
1068 uint32_t bucket_id; member in struct:CompressedTexSubImage2DBucket
2975 uint32_t bucket_id; member in struct:GetProgramInfoLog
3121 uint32_t bucket_id; member in struct:GetShaderInfoLog
3226 uint32_t bucket_id; member in struct:GetShaderSource
3262 uint32_t bucket_id; member in struct:GetString
6994 uint32_t bucket_id; member in struct:InsertEventMarkerEXT
7027 uint32_t bucket_id; member in struct:PushGroupMarkerEXT
7521 uint32_t bucket_id; member in struct:EnableFeatureCHROMIUM
7600 uint32_t bucket_id; member in struct:GetRequestableExtensionsCHROMIUM
7633 uint32_t bucket_id; member in struct:RequestExtensionCHROMIUM
7743 uint32_t bucket_id; member in struct:GetProgramInfoCHROMIUM
7786 uint32_t bucket_id; member in struct:GetTranslatedShaderSourceANGLE
8381 uint32_t bucket_id; member in struct:TraceBeginCHROMIUM
    [all...]
gles2_cmd_format_test_autogen.h 315 EXPECT_EQ(static_cast<GLuint>(16), cmd.bucket_id);
366 EXPECT_EQ(static_cast<GLuint>(18), cmd.bucket_id);
    [all...]
  /external/chromium_org/tools/deep_memory_profiler/lib/
bucket.py 14 VIRTUAL, COMMITTED, ALLOC_COUNT, FREE_COUNT, _, BUCKET_ID = range(6)
168 for bucket_id, bucket_content in self._buckets.iteritems():
169 yield bucket_id, bucket_content
171 def __getitem__(self, bucket_id):
172 return self._buckets[bucket_id]
174 def get(self, bucket_id):
175 return self._buckets.get(bucket_id)
  /external/chromium_org/chrome/browser/extensions/api/bookmarks/
bookmarks_api.cc 852 std::string bucket_id = base::UTF16ToUTF8(parent->GetTitle());
858 bucket_id += title;
859 bucket_id += url_string;
861 // |bucket_id| strings we construct here, so we hash it to save space.
862 buckets->push_back(GetBucket(base::SHA1HashString(bucket_id)));
890 std::string bucket_id;
891 bucket_id += base::UTF16ToUTF8(node->parent()->GetTitle());
892 bucket_id += base::UTF16ToUTF8(node->GetTitle());
893 bucket_id += node->url().spec();
894 buckets->push_back(GetBucket(base::SHA1HashString(bucket_id)));
    [all...]
  /external/chromium_org/net/disk_cache/blockfile/
index_table_v3.h 253 void CheckBucketList(int bucket_id);

Completed in 403 milliseconds