Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContext3DCG.cpp86 SourceDataFormatBase formatBase = formatTableBase[componentsPerPixel - 1][alphaFormat]; in getSourceDataFormat() local
87 if (formatBase == SourceFormatBaseNumFormats) in getSourceDataFormat()
89 return formatTable[formatBase][(is16BitFormat ? 2 : 0) + (bigEndian ? 1 : 0)]; in getSourceDataFormat()