Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContext3DCG.cpp74 …const static GraphicsContext3D::SourceDataFormat formatTable[SourceFormatBaseNumFormats][4] = { //… in getSourceDataFormat() local
89 return formatTable[formatBase][(is16BitFormat ? 2 : 0) + (bigEndian ? 1 : 0)]; in getSourceDataFormat()