Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/format/
Dtexcompress_s3tc_tmp.h185 … GLint numxpixels, GLint numypixels, UNUSED GLint type, UNUSED GLboolean haveAlpha) in fancybasecolorsearch() argument
377 GLint numxpixels, GLint numypixels, GLuint type, GLboolean haveAlpha) in storedxtencodedblock() argument
477 if ((testerror > testerror2) || (haveAlpha)) { in storedxtencodedblock()
514 GLboolean haveAlpha = GL_FALSE; in encodedxtcolorblockfaster() local
536 else haveAlpha = GL_TRUE; in encodedxtcolorblockfaster()
549 fancybasecolorsearch(blkaddr, srccolors, bestcolor, numxpixels, numypixels, type, haveAlpha); in encodedxtcolorblockfaster()
551 storedxtencodedblock(blkaddr, srccolors, bestcolor, numxpixels, numypixels, type, haveAlpha); in encodedxtcolorblockfaster()