Searched refs:dxt135_decode_imageblock (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texcompress_s3tc_tmp.h | 56 static void dxt135_decode_imageblock ( const GLubyte *img_block_src, function in typeref:typename:void 119 dxt135_decode_imageblock(blksrc, (i&3), (j&3), 0, texel); 131 dxt135_decode_imageblock(blksrc, (i&3), (j&3), 1, texel); 144 dxt135_decode_imageblock(blksrc + 8, (i&3), (j&3), 2, texel); 164 dxt135_decode_imageblock(blksrc + 8, (i&3), (j&3), 2, texel);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | texcompress_s3tc_tmp.h | 56 static void dxt135_decode_imageblock ( const GLubyte *img_block_src, function in typeref:typename:void 119 dxt135_decode_imageblock(blksrc, (i&3), (j&3), 0, texel); 131 dxt135_decode_imageblock(blksrc, (i&3), (j&3), 1, texel); 144 dxt135_decode_imageblock(blksrc + 8, (i&3), (j&3), 2, texel); 164 dxt135_decode_imageblock(blksrc + 8, (i&3), (j&3), 2, texel);
|
Completed in 8 milliseconds