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

  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.cc 944 SetBucketAsString(kResultBucketId, name);
945 helper_->BindAttribLocationBucket(program, index, kResultBucketId);
946 helper_->SetBucketSize(kResultBucketId, 0);
955 SetBucketAsString(kResultBucketId, name);
957 program, location, kResultBucketId);
958 helper_->SetBucketSize(kResultBucketId, 0);
    [all...]
gles2_implementation_impl_autogen.h 650 helper_->SetBucketSize(kResultBucketId, 0);
651 helper_->GetProgramInfoLog(program, kResultBucketId);
654 if (GetBucketAsString(kResultBucketId, &str)) {
730 helper_->SetBucketSize(kResultBucketId, 0);
731 helper_->GetShaderInfoLog(shader, kResultBucketId);
734 if (GetBucketAsString(kResultBucketId, &str)) {
758 helper_->SetBucketSize(kResultBucketId, 0);
759 helper_->GetShaderSource(shader, kResultBucketId);
762 if (GetBucketAsString(kResultBucketId, &str)) {
    [all...]
gles2_implementation_unittest.cc 538 const uint32 kBucketId = GLES2Implementation::kResultBucketId;
650 const uint32 kBucketId = GLES2Implementation::kResultBucketId;
703 const uint32 kBucketId = GLES2Implementation::kResultBucketId;
    [all...]
gles2_implementation.h 163 static const uint32 kResultBucketId = 1;

Completed in 72 milliseconds