Searched refs:extractTextureData (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DGraphicsContext3D.h787 static bool extractTextureData(unsigned width, unsigned height, GC3Denum format, GC3Denum type, unsigned unpackAlignment, bool flipY, bool premultiplyAlpha, const void* pixels, Vector<uint8_t>& data);
807 // Helper for packImageData/extractImageData/extractTextureData which implement packing of pixel
H A DGraphicsContext3DImagePacking.cpp1518 bool GraphicsContext3D::extractTextureData( function in class:WebCore::GraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContext.cpp3333 if (!m_context->extractTextureData(width, height, format, type,
3557 if (!m_context->extractTextureData(width, height, format, type,

Completed in 110 milliseconds