Home
last modified time | relevance | path

Searched refs:glamor_prepare_access_picture (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_triangles.c38 if (glamor_prepare_access_picture(pDst, GLAMOR_ACCESS_RW) && in glamor_triangles()
39 glamor_prepare_access_picture(pSrc, GLAMOR_ACCESS_RO)) { in glamor_triangles()
H A Dglamor_addtraps.c36 if (glamor_prepare_access_picture(pPicture, GLAMOR_ACCESS_RW)) { in glamor_add_traps()
H A Dglamor_prepare.h37 glamor_prepare_access_picture(PicturePtr picture, glamor_access_t access);
H A Dglamor_prepare.c278 glamor_prepare_access_picture(PicturePtr picture, glamor_access_t access) in glamor_prepare_access_picture() function