Home
last modified time | relevance | path

Searched refs:DRI2BufferPtr (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/
H A Ddri2.h47 } DRI2BufferRec, *DRI2BufferPtr; typedef
56 typedef DRI2BufferPtr(*DRI2CreateBuffersProcPtr) (DrawablePtr pDraw,
60 DRI2BufferPtr buffers, int count);
63 DRI2BufferPtr pDestBuffer,
64 DRI2BufferPtr pSrcBuffer);
98 DRI2BufferPtr pDestBuffer,
99 DRI2BufferPtr pSrcBuffer,
104 typedef DRI2BufferPtr(*DRI2CreateBufferProcPtr) (DrawablePtr pDraw,
108 DRI2BufferPtr buffer);
118 DRI2BufferPtr buffer);
[all …]
H A Ddri2.c90 DRI2BufferPtr *buffers;
140 destroy_buffer(DrawablePtr pDraw, DRI2BufferPtr buffer, int prime_id);
459 static DRI2BufferPtr
463 DRI2BufferPtr buffer; in create_buffer()
474 destroy_buffer(DrawablePtr pDraw, DRI2BufferPtr buffer, int prime_id) in destroy_buffer()
509 int dimensions_match, DRI2BufferPtr * buffer) in allocate_or_reuse_buffer()
533 DRI2BufferPtr * buffers, int out_count, int *width, in update_dri2_drawable_buffers()
556 static DRI2BufferPtr *
563 DRI2BufferPtr *buffers; in do_get_buffers()
697 DRI2BufferPtr *
[all …]
H A Ddri2ext.c213 DRI2BufferPtr * buffers, int count, int width, int height) in send_buffers_reply()
268 DRI2BufferPtr *buffers; in ProcDRI2GetBuffers()
298 DRI2BufferPtr *buffers; in ProcDRI2GetBuffersWithFormat()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddri2.c65 DRI2BufferPtr front;
66 DRI2BufferPtr back;
261 DRI2BufferPtr destBuffer, DRI2BufferPtr sourceBuffer) in ms_dri2_copy_region2()
325 DRI2BufferPtr destBuffer, DRI2BufferPtr sourceBuffer) in ms_dri2_copy_region()
420 DRI2BufferPtr dst, in ms_dri2_blit_swap()
421 DRI2BufferPtr src) in ms_dri2_blit_swap()
505 update_front(DrawablePtr draw, DRI2BufferPtr front) in update_front()
531 DRI2BufferPtr front, DRI2BufferPtr back) in can_exchange()
590 DRI2BufferPtr front, DRI2BufferPtr back) in can_flip()
603 ms_dri2_exchange_buffers(DrawablePtr draw, DRI2BufferPtr front, in ms_dri2_exchange_buffers()
[all …]
/OK3568_Linux_fs/external/xserver/glx/
H A Dglxdri2.c645 DRI2BufferPtr *buffers; in dri2GetBuffers()
702 DRI2BufferPtr *buffers; in dri2GetBuffersWithFormat()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog44747 passing a Prime DRI2BufferPtr to the master backend.