Searched refs:extractTextureData (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | GraphicsContext3D.h | 475 …static bool extractTextureData(unsigned width, unsigned height, GC3Denum format, GC3Denum type, un…
|
D | GraphicsContext3DImagePacking.cpp | 1517 bool GraphicsContext3D::extractTextureData( in extractTextureData() function in WebCore::GraphicsContext3D
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | WebGLRenderingContext.cpp | 3398 if (!m_context->extractTextureData(width, height, format, type, in texImage2D() 3636 if (!m_context->extractTextureData(width, height, format, type, in texSubImage2D()
|