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/client/
cmd_buffer_helper.h 149 void SetBucketSize(uint32 bucket_id, uint32 size) {
152 cmd->Init(bucket_id, size);
156 void SetBucketData(uint32 bucket_id,
163 cmd->Init(bucket_id,
172 uint32 bucket_id, uint32 offset, const void* data, uint32 size) {
176 cmd->Init(bucket_id, offset, size);
181 void GetBucketStart(uint32 bucket_id,
189 cmd->Init(bucket_id,
198 void GetBucketData(uint32 bucket_id,
205 cmd->Init(bucket_id,
    [all...]
gles2_cmd_helper_autogen.h 200 GLsizei height, GLint border, GLuint bucket_id) {
204 c->Init(target, level, internalformat, width, height, border, bucket_id);
223 GLsizei height, GLenum format, GLuint bucket_id) {
228 target, level, xoffset, yoffset, width, height, format, bucket_id);
651 void GetProgramInfoLog(GLuint program, uint32 bucket_id) {
655 c->Init(program, bucket_id);
678 void GetShaderInfoLog(GLuint shader, uint32 bucket_id) {
682 c->Init(shader, bucket_id);
696 void GetShaderSource(GLuint shader, uint32 bucket_id) {
700 c->Init(shader, bucket_id);
    [all...]
gles2_implementation.h 473 bool GetBucketContents(uint32 bucket_id, std::vector<int8>* data);
476 void SetBucketContents(uint32 bucket_id, const void* data, size_t size);
479 void SetBucketAsCString(uint32 bucket_id, const char* str);
483 bool GetBucketAsString(uint32 bucket_id, std::string* str);
486 void SetBucketAsString(uint32 bucket_id, const std::string& str);
gles2_implementation.cc 496 bool GLES2Implementation::GetBucketContents(uint32 bucket_id,
512 bucket_id, GetResultShmId(), GetResultShmOffset(),
526 bucket_id, offset, buffer.size(), buffer.shm_id(), buffer.offset());
538 helper_->SetBucketSize(bucket_id, 0);
544 uint32 bucket_id, const void* data, size_t size) {
546 helper_->SetBucketSize(bucket_id, size);
557 bucket_id, offset, buffer.size(), buffer.shm_id(), buffer.offset());
565 uint32 bucket_id, const char* str) {
569 SetBucketContents(bucket_id, str, strlen(str) + 1);
571 helper_->SetBucketSize(bucket_id, 0)
    [all...]
gles2_implementation_unittest.cc 476 bool GetBucketContents(uint32 bucket_id, std::vector<int8>* data) {
477 return gl_->GetBucketContents(bucket_id, data);
    [all...]
  /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...]
common_decoder.h 108 Bucket* CreateBucket(uint32 bucket_id);
111 Bucket* GetBucket(uint32 bucket_id) const;
gles2_cmd_decoder_unittest_base.cc 418 uint32 bucket_id, const char* str) {
421 cmd1.Init(bucket_id, size);
426 cmd2.Init(bucket_id, 0, size, kSharedMemoryId, kSharedMemoryOffset);
830 GLsizei size, uint32 bucket_id) {
841 CommonDecoder::Bucket* bucket = decoder_->CreateBucket(bucket_id);
846 bucket_id);
    [all...]
gles2_cmd_decoder_unittest_base.h 151 void SetBucketAsCString(uint32 bucket_id, const char* str);
245 GLsizei size, uint32 bucket_id);
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...]
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...]
  /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/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...]
gles2_cmd_format_test_autogen.h 424 EXPECT_EQ(static_cast<GLuint>(17), cmd.bucket_id);
484 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/chrome/browser/extensions/
extension_bookmarks_module.cc 679 std::string bucket_id = UTF16ToUTF8(parent->GetTitle());
685 bucket_id += title;
686 bucket_id += url_string;
688 // |bucket_id| strings we construct here, so we hash it to save space.
689 buckets->push_back(GetBucket(base::SHA1HashString(bucket_id)));
714 std::string bucket_id;
715 bucket_id += UTF16ToUTF8(node->parent()->GetTitle());
716 bucket_id += UTF16ToUTF8(node->GetTitle());
717 bucket_id += node->GetURL().spec();
718 buckets->push_back(GetBucket(base::SHA1HashString(bucket_id)));
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/bookmarks/
bookmarks_api.cc 732 std::string bucket_id = UTF16ToUTF8(parent->GetTitle());
738 bucket_id += title;
739 bucket_id += url_string;
741 // |bucket_id| strings we construct here, so we hash it to save space.
742 buckets->push_back(GetBucket(base::SHA1HashString(bucket_id)));
768 std::string bucket_id;
769 bucket_id += UTF16ToUTF8(node->parent()->GetTitle());
770 bucket_id += UTF16ToUTF8(node->GetTitle());
771 bucket_id += node->url().spec();
772 buckets->push_back(GetBucket(base::SHA1HashString(bucket_id)));
    [all...]

Completed in 349 milliseconds