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

/external/chromium_org/remoting/client/jni/
H A Djni_frame_consumer.cc101 AllocateBuffer(source_size);
108 void JniFrameConsumer::AllocateBuffer(const webrtc::DesktopSize& source_size) { function in class:remoting::JniFrameConsumer
/external/chromium_org/ui/ozone/platform/dri/
H A Ddri_surface.cc23 scoped_refptr<DriBuffer> AllocateBuffer(DriWrapper* dri, function in namespace:ui::__anon16981
62 buffers_[i] = AllocateBuffer(dri_, controller->GetModeSize());
/external/chromium_org/remoting/client/plugin/
H A Dpepper_view.cc94 webrtc::DesktopFrame* buffer = AllocateBuffer();
97 buffer = AllocateBuffer();
226 webrtc::DesktopFrame* PepperView::AllocateBuffer() { function in class:remoting::PepperView
/external/chromium_org/third_party/libwebp/dec/
H A Dbuffer.c78 static VP8StatusCode AllocateBuffer(WebPDecBuffer* const buffer) { function
195 status = AllocateBuffer(out);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
H A Ddri_util.h110 __DRIbuffer *(*AllocateBuffer) (__DRIscreen *screenPrivate, member in struct:__DriverAPIRec
/external/mesa3d/src/mesa/drivers/dri/common/
H A Ddri_util.h110 __DRIbuffer *(*AllocateBuffer) (__DRIscreen *screenPrivate, member in struct:__DriverAPIRec
/external/webp/src/dec/
H A Dbuffer.c78 static VP8StatusCode AllocateBuffer(WebPDecBuffer* const buffer) { function
195 status = AllocateBuffer(out);
/external/chromium_org/v8/src/heap/
H A Dmark-compact.cc4412 buffer = allocator->AllocateBuffer(buffer);
4542 SlotsBuffer* SlotsBufferAllocator::AllocateBuffer(SlotsBuffer* next_buffer) { function in class:v8::internal::SlotsBufferAllocator

Completed in 812 milliseconds