Home
last modified time | relevance | path

Searched refs:DRI2GetBuffersWithFormat (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/
H A Ddri2.h312 extern _X_EXPORT DRI2BufferPtr *DRI2GetBuffersWithFormat(DrawablePtr pDraw,
H A Ddri2ext.c317 buffers = DRI2GetBuffersWithFormat(pDrawable, &width, &height, in ProcDRI2GetBuffersWithFormat()
H A Ddri2.c706 DRI2GetBuffersWithFormat(DrawablePtr pDraw, int *width, int *height, in DRI2GetBuffersWithFormat() function
/OK3568_Linux_fs/external/xserver/glx/
H A Dglxdri2.c707 buffers = DRI2GetBuffersWithFormat(private->base.pDraw, in dri2GetBuffersWithFormat()
717 buffers = DRI2GetBuffersWithFormat(private->base.pDraw, in dri2GetBuffersWithFormat()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog130085 DRI2: Implement protocol for DRI2GetBuffersWithFormat
130087 This change implements the protocol for DRI2GetBuffersWithFormat, but