Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.cpp89 unsigned int* bytesPerComponent) in computeFormatAndTypeParameters() argument
113 *bytesPerComponent = sizeof(GC3Dubyte); in computeFormatAndTypeParameters()
119 *bytesPerComponent = sizeof(GC3Dushort); in computeFormatAndTypeParameters()
122 *bytesPerComponent = sizeof(GC3Dfloat); in computeFormatAndTypeParameters()
137 unsigned int bytesPerComponent, componentsPerPixel; in computeImageSizeInBytes() local
138 if (!computeFormatAndTypeParameters(format, type, &bytesPerComponent, &componentsPerPixel)) in computeImageSizeInBytes()
146 CheckedInt<uint32_t> checkedValue(bytesPerComponent * componentsPerPixel); in computeImageSizeInBytes()
181 unsigned int componentsPerPixel, bytesPerComponent; in extractImageData() local
184 &bytesPerComponent)) in extractImageData()
189 componentsPerPixel * bytesPerComponent, in extractImageData()
[all …]
DGraphicsContext3D.h510 unsigned int* bytesPerComponent);
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-164425 (WebKit::bytesPerComponent):
6716 (WebKit::bytesPerComponent):