Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext3D.h475 …static bool extractTextureData(unsigned width, unsigned height, GC3Denum format, GC3Denum type, un…
DGraphicsContext3DImagePacking.cpp1517 bool GraphicsContext3D::extractTextureData( in extractTextureData() function in WebCore::GraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContext.cpp3398 if (!m_context->extractTextureData(width, height, format, type, in texImage2D()
3636 if (!m_context->extractTextureData(width, height, format, type, in texSubImage2D()