Searched refs:kResultBucketId (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.cc1042 SetBucketAsString(kResultBucketId, name);
1043 helper_->BindAttribLocationBucket(program, index, kResultBucketId);
1044 helper_->SetBucketSize(kResultBucketId, 0);
1053 SetBucketAsString(kResultBucketId, name);
1055 program, location, kResultBucketId);
1056 helper_->SetBucketSize(kResultBucketId, 0);
1137 SetBucketAsCString(kResultBucketId, name);
1139 program, kResultBucketId, GetResultShmId(), GetResultShmOffset());
1141 helper_->SetBucketSize(kResultBucketId, 0);
1166 SetBucketAsCString(kResultBucketId, nam
[all...]
H A Dgles2_implementation_impl_autogen.h758 helper_->SetBucketSize(kResultBucketId, 0);
759 helper_->GetProgramInfoLog(program, kResultBucketId);
762 if (GetBucketAsString(kResultBucketId, &str)) {
843 helper_->SetBucketSize(kResultBucketId, 0);
844 helper_->GetShaderInfoLog(shader, kResultBucketId);
847 if (GetBucketAsString(kResultBucketId, &str)) {
870 helper_->SetBucketSize(kResultBucketId, 0);
871 helper_->GetShaderSource(shader, kResultBucketId);
874 if (GetBucketAsString(kResultBucketId, &str)) {
1969 helper_->SetBucketSize(kResultBucketId,
[all...]
H A Dgles2_implementation_unittest.cc765 const uint32 kBucketId = GLES2Implementation::kResultBucketId;
877 const uint32 kBucketId = GLES2Implementation::kResultBucketId;
930 const uint32 kBucketId = GLES2Implementation::kResultBucketId;
2067 const uint32 kBucketId = GLES2Implementation::kResultBucketId;
2112 const uint32 kBucketId = GLES2Implementation::kResultBucketId;
2807 const uint32 kBucketId = GLES2Implementation::kResultBucketId;
2849 const uint32 kBucketId = GLES2Implementation::kResultBucketId;
H A Dgles2_implementation.h176 static const uint32 kResultBucketId = 1; member in class:gpu::gles2::GLES2Implementation

Completed in 156 milliseconds