Searched refs:canTile (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dtrimregion.h63 int canTile( void );
H A Dtrimregion.cc102 TrimRegion::canTile( void ) function in class:TrimRegion
H A Dslicer.cc1255 if( canTile() )
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_exa_render.c235 * canTile: whether we can emulate a repeat by drawing in tiles:
242 static Bool RADEONCheckTexturePOT(PicturePtr pPict, Bool canTile) argument
250 !(repeatType == RepeatNormal && !pPict->transform && canTile))
252 canTile ? "source" : "mask", w, h, pPict->transform != 0));
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_exa_render.c204 * canTile: whether we can emulate a repeat by drawing in tiles:
211 static Bool RADEONCheckTexturePOT(PicturePtr pPict, Bool canTile) argument
219 !(repeatType == RepeatNormal && !pPict->transform && canTile))
221 canTile ? "source" : "mask", w, h, pPict->transform != 0));

Completed in 15 milliseconds