Searched refs:AllocateBuffer (Results 1 – 11 of 11) sorted by relevance
145 __DRIbuffer *(*AllocateBuffer) (__DRIscreen *screenPrivate, member
727 return screen->driver->AllocateBuffer(screen, attachment, format, in dri2AllocateBuffer()
87 static VP8StatusCode AllocateBuffer(WebPDecBuffer* const buffer) { in AllocateBuffer() function218 status = AllocateBuffer(buffer); in WebPAllocateDecBuffer()
114 bool AllocateBuffer(uint32_t buffer_count);
437 bool V4L2Device::AllocateBuffer(uint32_t buffer_count) { in AllocateBuffer() function in V4L2Device473 if (!AllocateBuffer(req.count)) in InitMmapIO()520 if (!AllocateBuffer(req.count)) in InitUserPtrIO()
621 weights.AllocateBuffer(2 * depth_ * sizeof(T)); in Compute()946 weights.AllocateBuffer(2 * depth_ * sizeof(T)); in Compute()954 diff_weights.AllocateBuffer(2 * depth_ * sizeof(T)); in Compute()
2243 .AllocateBuffer = dri2_allocate_buffer,2264 .AllocateBuffer = dri2_allocate_buffer,
1278 .AllocateBuffer = intelAllocateBuffer,
76 bool AllocateBuffer(void** buffer, StrictCast<size_t> size);
2769 .AllocateBuffer = intelAllocateBuffer,
1821 inline void AllocateBuffer(size_t size) { in AllocateBuffer() function