• Home
  • Raw
  • Download

Lines Matching refs:numypixels

186 …                 GLint numxpixels, GLint numypixels, UNUSED GLint type, UNUSED GLboolean haveAlpha)  in fancybasecolorsearch()  argument
239 for (j = 0; j < numypixels; j++) { in fancybasecolorsearch()
378 GLint numxpixels, GLint numypixels, GLuint type, GLboolean haveAlpha) in storedxtencodedblock() argument
414 for (j = 0; j < numypixels; j++) { in storedxtencodedblock()
445 for (j = 0; j < numypixels; j++) { in storedxtencodedblock()
501 GLint numxpixels, GLint numypixels, GLuint type ) in encodedxtcolorblockfaster() argument
521 for (j = 0; j < numypixels; j++) { in encodedxtcolorblockfaster()
550 fancybasecolorsearch(blkaddr, srccolors, bestcolor, numxpixels, numypixels, type, haveAlpha); in encodedxtcolorblockfaster()
552 storedxtencodedblock(blkaddr, srccolors, bestcolor, numxpixels, numypixels, type, haveAlpha); in encodedxtcolorblockfaster()
569 GLint numxpixels, GLint numypixels) in encodedxt5alpha() argument
582 for (j = 0; j < numypixels; j++) { in encodedxt5alpha()
630 for (j = 0; j < numypixels; j++) { in encodedxt5alpha()
695 for (j = 0; j < numypixels; j++) { in encodedxt5alpha()
746 for (j = 0; j < numypixels; j++) { in encodedxt5alpha()
772 for (j = 0; j < numypixels; j++) { in encodedxt5alpha()
834 for (j = 0; j < numypixels; j++) { in encodedxt5alpha()
891 GLint srcRowStride, GLint numxpixels, GLint numypixels, GLint comps) in extractsrccolors() argument
895 for (j = 0; j < numypixels; j++) { in extractsrccolors()
912 GLint numxpixels, numypixels; in tx_compress_dxtn() local
924 if (height > j + 3) numypixels = 4; in tx_compress_dxtn()
925 else numypixels = height - j; in tx_compress_dxtn()
930 extractsrccolors(srcpixels, srcaddr, width, numxpixels, numypixels, srccomps); in tx_compress_dxtn()
931 encodedxtcolorblockfaster(blkaddr, srcpixels, numxpixels, numypixels, destFormat); in tx_compress_dxtn()
943 if (height > j + 3) numypixels = 4; in tx_compress_dxtn()
944 else numypixels = height - j; in tx_compress_dxtn()
949 extractsrccolors(srcpixels, srcaddr, width, numxpixels, numypixels, srccomps); in tx_compress_dxtn()
958 encodedxtcolorblockfaster(blkaddr, srcpixels, numxpixels, numypixels, destFormat); in tx_compress_dxtn()
970 if (height > j + 3) numypixels = 4; in tx_compress_dxtn()
971 else numypixels = height - j; in tx_compress_dxtn()
976 extractsrccolors(srcpixels, srcaddr, width, numxpixels, numypixels, srccomps); in tx_compress_dxtn()
977 encodedxt5alpha(blkaddr, srcpixels, numxpixels, numypixels); in tx_compress_dxtn()
978 encodedxtcolorblockfaster(blkaddr + 8, srcpixels, numxpixels, numypixels, destFormat); in tx_compress_dxtn()