Searched refs:AllocateBuffer (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/remoting/client/jni/
H A Djni_frame_consumer.cc101 AllocateBuffer();
108 void JniFrameConsumer::AllocateBuffer() { function in class:remoting::JniFrameConsumer
H A Djni_frame_consumer.h55 void AllocateBuffer();
57 // Frees a frame buffer previously allocated by AllocateBuffer.
/external/chromium_org/remoting/client/plugin/
H A Dpepper_view.h75 webrtc::DesktopFrame* AllocateBuffer();
77 // Frees a frame buffer previously allocated by AllocateBuffer.
H A Dpepper_view.cc94 webrtc::DesktopFrame* buffer = AllocateBuffer();
97 buffer = AllocateBuffer();
219 webrtc::DesktopFrame* PepperView::AllocateBuffer() { function in class:remoting::PepperView
/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
H A Ddri_util.c512 return driDriverAPI.AllocateBuffer(screen, attachment, format,
/external/mesa3d/src/mesa/drivers/dri/common/
H A Ddri_util.h110 __DRIbuffer *(*AllocateBuffer) (__DRIscreen *screenPrivate, member in struct:__DriverAPIRec
H A Ddri_util.c512 return driDriverAPI.AllocateBuffer(screen, attachment, format,
/external/chromium_org/third_party/libwebp/dec/
H A Dbuffer.c77 static VP8StatusCode AllocateBuffer(WebPDecBuffer* const buffer) { function
168 return AllocateBuffer(out);
/external/webp/src/dec/
H A Dbuffer.c77 static VP8StatusCode AllocateBuffer(WebPDecBuffer* const buffer) { function
168 return AllocateBuffer(out);
/external/v8/src/
H A Dmark-compact.h259 SlotsBuffer* AllocateBuffer(SlotsBuffer* next_buffer);
359 buffer = allocator->AllocateBuffer(buffer);
H A Dmark-compact.cc4020 buffer = allocator->AllocateBuffer(buffer);
4123 SlotsBuffer* SlotsBufferAllocator::AllocateBuffer(SlotsBuffer* next_buffer) {
/external/chromium_org/v8/src/
H A Dmark-compact.h259 SlotsBuffer* AllocateBuffer(SlotsBuffer* next_buffer);
379 buffer = allocator->AllocateBuffer(buffer);
H A Dmark-compact.cc4237 buffer = allocator->AllocateBuffer(buffer);
4356 SlotsBuffer* SlotsBufferAllocator::AllocateBuffer(SlotsBuffer* next_buffer) {
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/drm/
H A Ddri2.c862 .AllocateBuffer = dri2_allocate_buffer,
/external/mesa3d/src/gallium/state_trackers/dri/drm/
H A Ddri2.c862 .AllocateBuffer = dri2_allocate_buffer,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_screen.c1195 .AllocateBuffer = intelAllocateBuffer,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_screen.c1195 .AllocateBuffer = intelAllocateBuffer,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_screen.c1195 .AllocateBuffer = intelAllocateBuffer,
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_screen.c1195 .AllocateBuffer = intelAllocateBuffer,
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_screen.c1195 .AllocateBuffer = intelAllocateBuffer,
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_screen.c1195 .AllocateBuffer = intelAllocateBuffer,

Completed in 450 milliseconds