Searched refs:formatTable (Results 1 – 1 of 1) sorted by relevance
74 …const static GraphicsContext3D::SourceDataFormat formatTable[SourceFormatBaseNumFormats][4] = { //… in getSourceDataFormat() local89 return formatTable[formatBase][(is16BitFormat ? 2 : 0) + (bigEndian ? 1 : 0)]; in getSourceDataFormat()