Searched refs:R128GetPixmapOffsetPitch (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| H A D | r128_exa.c | 90 Bool R128GetPixmapOffsetPitch(PixmapPtr pPix, uint32_t *pitch_offset) function in typeref:typename:Bool 170 if (!R128GetPixmapOffsetPitch(pPixmap, &dst_pitch_offset)) { 172 "R128GetPixmapOffsetPitch failed\n")); 272 if (!R128GetPixmapOffsetPitch(pSrcPixmap, &src_pitch_offset)) { 274 "R128GetPixmapOffsetPitch source " 278 if (!R128GetPixmapOffsetPitch(pDstPixmap, &dst_pitch_offset)) { 280 "R128GetPixmapOffsetPitch dest failed\n")); 446 if (!R128GetPixmapOffsetPitch(pDst, &dst_pitch_offset)) {
|
| H A D | r128_exa_render.c | 485 if (!R128GetPixmapOffsetPitch(pDst, &dst_pitch_offset)) return FALSE; 486 if (!R128GetPixmapOffsetPitch(pSrc, &src_pitch_offset)) return FALSE;
|
| H A D | r128.h | 616 extern Bool R128GetPixmapOffsetPitch(PixmapPtr pPix, uint32_t *pitch_offset);
|
| H A D | r128_dri.c | 1206 R128GetPixmapOffsetPitch(pPix, &src_pitch_offset); 1266 R128GetPixmapOffsetPitch(pPix, &src_pitch_offset);
|
Completed in 22 milliseconds