Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContext3DCG.cpp65 …Format(unsigned int componentsPerPixel, AlphaFormat alphaFormat, bool is16BitFormat, bool bigEndia… in getSourceDataFormat() argument
89 return formatTable[formatBase][(is16BitFormat ? 2 : 0) + (bigEndian ? 1 : 0)]; in getSourceDataFormat()