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

/external/chromium_org/gpu/command_buffer/service/
H A Dcommon_decoder.h23 class GPU_EXPORT CommonDecoder : NON_EXPORTED_BASE(public AsyncAPIInterface) { class in namespace:gpu
97 CommonDecoder();
98 virtual ~CommonDecoder();
H A Dcommon_decoder.cc10 CommonDecoder::Bucket::Bucket() : size_(0) {}
12 CommonDecoder::Bucket::~Bucket() {}
14 void* CommonDecoder::Bucket::GetData(size_t offset, size_t size) const {
21 void CommonDecoder::Bucket::SetSize(size_t size) {
29 bool CommonDecoder::Bucket::SetData(
38 void CommonDecoder::Bucket::SetFromString(const char* str) {
50 bool CommonDecoder::Bucket::GetAsString(std::string* str) {
59 CommonDecoder::CommonDecoder() : engine_(NULL) {} function in class:gpu::CommonDecoder
61 CommonDecoder
[all...]

Completed in 35 milliseconds