Searched defs:SetBucketContents (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.cc590 void GLES2Implementation::SetBucketContents( function in class:gpu::gles2::GLES2Implementation
616 SetBucketContents(bucket_id, str, strlen(str) + 1);
642 SetBucketContents(bucket_id, str.c_str(), str.size() + 1);
1652 SetBucketContents(kResultBucketId, data, image_size);
1694 SetBucketContents(kResultBucketId, data, image_size);

Completed in 159 milliseconds