Searched refs:packPixels (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | GraphicsContext3DImagePacking.cpp | 1484 …if (!packPixels(reinterpret_cast<const uint8_t*>(pixels), sourceFormat, width, height, sourceUnpac… in packImageData() 1511 …if (!packPixels(imageData, DataFormatRGBA8, width, height, 0, format, type, premultiplyAlpha ? Alp… in extractImageData() 1536 …if (!packPixels(static_cast<const uint8_t*>(pixels), sourceDataFormat, width, height, unpackAlignm… in extractTextureData() 1542 bool GraphicsContext3D::packPixels( in packPixels() function in WebCore::GraphicsContext3D
|
D | GraphicsContext3D.h | 501 …static bool packPixels(const uint8_t* sourceData, DataFormat sourceDataFormat, unsigned width, uns…
|