Searched refs:is16BitFormat (Results 1 – 1 of 1) sorted by relevance
65 …Format(unsigned int componentsPerPixel, AlphaFormat alphaFormat, bool is16BitFormat, bool bigEndia… in getSourceDataFormat() argument89 return formatTable[formatBase][(is16BitFormat ? 2 : 0) + (bigEndian ? 1 : 0)]; in getSourceDataFormat()