Searched defs:copyTexImage2D (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/platform/graphics/mac/
H A DGraphicsContext3DMac.cpp384 void GraphicsContext3D::copyTexImage2D(unsigned long target, long level, unsigned long internalformat, long x, long y, unsigned long width, unsigned long height, long border) function in class:WebCore::GraphicsContext3D
/external/webkit/WebCore/html/canvas/
H A DWebGLRenderingContext.cpp423 void WebGLRenderingContext::copyTexImage2D(unsigned long target, long level, unsigned long internalformat, long x, long y, unsigned long width, unsigned long height, long border) function in class:WebCore::WebGLRenderingContext
425 m_context->copyTexImage2D(target, level, internalformat, x, y, width, height, border);

Completed in 17 milliseconds