Home | History | Annotate | Download | only in proxy

Lines Matching defs:Buffer

25 Buffer::Buffer(const HostResource& resource,
34 Buffer::~Buffer() {
38 thunk::PPB_Buffer_API* Buffer::AsPPB_Buffer_API() {
42 PP_Bool Buffer::Describe(uint32_t* size_in_bytes) {
47 PP_Bool Buffer::IsMapped() {
51 void* Buffer::Map() {
57 void Buffer::Unmap() {
62 int32_t Buffer::GetSharedMemory(int* out_handle) {
97 return (new Buffer(resource, shm_handle, size))->GetReference();